mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-13 08:12:54 -07:00
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:
@@ -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/')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user