chore: remove Backlog.md task system and backlog directory

- Delete Backlog.md and all backlog/ task files
- Remove Backlog.md MCP workflow instructions from AGENTS.md
- Drop "backlog history" from change-verification shim compatibility note
This commit is contained in:
2026-05-12 23:37:31 -07:00
parent bc8d1edf6f
commit f0a11c2c99
344 changed files with 27 additions and 18771 deletions
+1 -2
View File
@@ -613,8 +613,7 @@ function isIgnoredPullRequestPath(candidate: string): boolean {
candidate === 'README.md' ||
candidate.startsWith('changes/') ||
candidate.startsWith('docs/') ||
candidate.startsWith('.github/') ||
candidate.startsWith('backlog/')
candidate.startsWith('.github/')
);
}