How is this different from taskwarrior? I feel the use cases are overlapping (which is a good thing as taskwarrior rewrite in rust is a mess)
Backlog.md – Markdown‑native Task Manager and Kanban visualizer for any Git repo
51–60 of 63 posts
Re: Backlog.md – Markdown‑native Task Manager and Kanban visualizer for any Git repo
#52Is there a proper way to use this project without commiting files to git ? I just want to try it out in a project I'm working on, but don't want to put it in the history. What I did is to add the backlog folder into the .gitignore file, but after every command I get a lengthy error about a git command error. And even if I were to add these files to my repository, I would want to add them manually.
Re: Backlog.md – Markdown‑native Task Manager and Kanban visualizer for any Git repo
#53Really nice! Have you thought of interfacing with the todo.txt ecosystem?
Re: Backlog.md – Markdown‑native Task Manager and Kanban visualizer for any Git repo
#54That's look fascinating. I will certainly be testing it in the morning! Thanks!
Re: Backlog.md – Markdown‑native Task Manager and Kanban visualizer for any Git repo
#55Brilliant! Thank you for sharing. Had similar success with making some more markdown files to help guide the agent but never would have thought of something this useful. Will try your workflow and backlog on a build this week.
Re: Backlog.md – Markdown‑native Task Manager and Kanban visualizer for any Git repo
#56Earlier quoted context omitted.
Is there an established benchmark for building a full product? - SWE-bench leaderboard: https://www.swebench.com/ - Which metrics for e.g. "SWE-Lancer: a benchmark of freelance software engineering tasks from Upwork"? https://news.ycombinator.com/item?id=43101314 - MetaGPT, MGX: https://github.com/FoundationAgents/MetaGPT : > Software Company as Multi-Agent System > MetaGPT takes a one line requirement as input and o…
You have compiled an interesting list of benchmarks and adjacent research. The implicit question is whether an established benchmark for building a full product exists. After reviewing all this, what is your actual conclusion, or are you asking? Is the takeaway that a comprehensive benchmark exists and we should be using it, or is the takeaway that the problem space is too multifaceted for any single benchmark to be…
But then outstanding liabilities due to code quality and technical debt aren't costed in by the market.
There are already code quality metrics.
SAST and DAST tools can score or fix code, as part of a LLM-driven development loop.
Formal verification is maybe the best code quality metric.
Is there more than Product-Market fit and infosec liabilities?
Re: Backlog.md – Markdown‑native Task Manager and Kanban visualizer for any Git repo
#57Re: Backlog.md – Markdown‑native Task Manager and Kanban visualizer for any Git repo
#58What exactly is Markdown-native?
Re: Backlog.md – Markdown‑native Task Manager and Kanban visualizer for any Git repo
#59Re: Backlog.md – Markdown‑native Task Manager and Kanban visualizer for any Git repo
#60Is there a proper way to use this project without commiting files to git ? I just want to try it out in a project I'm working on, but don't want to put it in the history. What I did is to add the backlog folder into the .gitignore file, but after every command I get a lengthy error about a git command error. And even if I were to add these files to my repository, I would want to add them manually.
I made it configurable and autoCommit is false by default