feat(framework): rename the backlog file to TODO_AGENTS.md (#674)#692
Merged
Conversation
Per Rom's #674 call, use the underscore spelling TODO_AGENTS.md (more standard, 'convention over proprietary') instead of the hyphenated TODO-AGENTS.md that #682 shipped. New backlogs are created at TODO_AGENTS.md; the brief hyphen spelling is kept as a read fallback (LEGACY_HYPHEN_TODO_FILE) so no repo loses a backlog, alongside the tickets/TODO.md and root TODO.md fallbacks. Migrates this repo's own backlog file, and expands the GOAL.md context gloss to match the revised #683. Refs #674, #683
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applies Rom's #674 decision: the flat backlog is
TODO_AGENTS.md(underscore), not theTODO-AGENTS.md(hyphen) that #682 shipped. Underscore is the more standard spelling ("convention over proprietary files,_over-").What
FLAT_TODO_FILE→TODO_AGENTS.md; the loop, resume-note appender, dashboard sidebar, and Update Context prompt fragment #683 context fragment all use it.findFlatTodostill reads the brief hyphen spelling (newLEGACY_HYPHEN_TODO_FILE) thentickets/TODO.mdthen rootTODO.md, so no repo loses a backlog. Move tickets/TODO.md to TODO-AGENTS.md #682 is unreleased, but anyone onmainwho already createdTODO-AGENTS.mdis covered.GOAL.mdcontext gloss ("long-term direction, scope, non-scope, …") to match the revised Update Context prompt fragment #683.Deferred to the #326 bundle (flagged, not in this PR)
Rom's revised #683 also renames
KNOWLEDGE-BASE.md→KNOWLEDGE.md. That one is entangled with #326: the on-before-mergeable prompt (drift-checked, block 2) also namesKNOWLEDGE-BASE.md, and a test pins the two together, so it needs the #326 issue + snapshot updated. Holding it for the same pass as thefeat/624-session-todo-agentsprompt change.Tests
tickets / todo-loop / docs / run / system-prompt suites updated for the new name + the hyphen fallback; 90 pass. Framework typecheck clean.