You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- codifide dispatch-check subcommand: flags orphaned readouts
(Quill .readout.md without paired Glyph .yaml) and missing
session-close pairs for today's date
- agentStop hook: runs dispatch-check automatically when the
agent stops; prompts to file missing artifacts if gaps found
- Prevents Quill and Glyph from silently leaving incomplete
dispatch pairs at session end
"description": "When the agent stops, check that every Quill readout has a paired Glyph YAML and that today's session has a session-close pair. If gaps are found, prompt the agent to file the missing artifacts before the session ends.",
5
+
"version": "1",
6
+
"when": {
7
+
"type": "agentStop"
8
+
},
9
+
"then": {
10
+
"type": "askAgent",
11
+
"prompt": "Run `python3 -m codifide dispatch-check` and report the result. If it exits non-zero, file all missing dispatch artifacts before this session is considered complete. Every Quill readout (.readout.md) needs a paired Glyph YAML (.yaml). Every session that filed dispatches needs a session-close.readout.md and session-close.yaml pair. Do not end the session with gaps outstanding."
0 commit comments