🗑️ remove(workflow): drop todo/confirm artifacts

stop generating TODO.md and CONFIRM.md in sync_templates\nupdate templates/prompts and sync_templates tests
This commit is contained in:
csh
2026-01-22 18:05:14 +08:00
parent 9c5ee9f665
commit 4a8530660e
8 changed files with 22 additions and 148 deletions
+1 -3
View File
@@ -30,11 +30,9 @@ teardown() {
[ -f "$TARGET_DIR/docs/prompts/coding/clarify.md" ]
[ -f "$TARGET_DIR/AGENTS.md" ]
[ -f "$TARGET_DIR/AGENT_RULES.md" ]
[ -f "$TARGET_DIR/TODO.md" ]
[ -f "$TARGET_DIR/CONFIRM.md" ]
grep -q "DemoProject" "$TARGET_DIR/memory-bank/project-brief.md"
! grep -q "{{DATE}}" "$TARGET_DIR/TODO.md"
! grep -q "{{DATE}}" "$TARGET_DIR/AGENT_RULES.md"
[ -z "$(find "$TARGET_DIR" -name '*.template.md' -print -quit)" ]
}