Files
Orchestrator/privat/CV/.kiro/hooks/spec-daily-review.kiro.hook
ankn a5f8fb49ab Migrate all repos into monorepo context folders
Bahn: aisupport, Analyse-O2C-C2S, awesome-bahn-mcp-servers, beam-mcp,
      Confluence_Bot, db-planet-mcp-server, O2C-Harness, project-audit,
      Projekt-KIQ-HP, teamlandkarte-mcp
Dhive: Jury-Voting
Privat: CV, NoteGraph (NOTE: NoteGraph needs complete redo after consolidation)
Shared: AI-Orchestrator, OrgMyLife, power_skills_and_more
Shared/references: symphony (read-only)

Bahn repos remain available as independent remotes - this monorepo
pulls them in via subtree, the originals are untouched.
2026-06-30 20:39:52 +02:00

13 lines
708 B
Plaintext

{
"enabled": true,
"name": "End-of-Day SPEC Review",
"description": "Triggers a review of SPEC.md to ensure it reflects the current state of the project after a day of work together. Click to run at the end of a session.",
"version": "1",
"when": {
"type": "userTriggered"
},
"then": {
"type": "askAgent",
"prompt": "Read SPEC.md and compare it against the actual current state of the project (check which files exist, what's implemented, what's pending). Update the 'Current State' section to accurately reflect reality. If any conventions, rules, or architectural decisions changed during today's session, update those sections too. Present a brief summary of what changed."
}
}