docs: mark M8.1 hook system deliverables complete in milestones.md

This commit is contained in:
2026-04-07 01:09:07 +02:00
parent a9df023732
commit 8fdad3dd31

View File

@@ -170,9 +170,9 @@ depends_on: [vision]
**Deliverables:**
- [ ] Hook system: PreToolUse, PostToolUse, SessionStart/End, PreCompact, Stop
- [ ] Hook protocol: stdin JSON, stdout JSON, exit codes (0=allow, 2=deny)
- [ ] Hook command types: command (shell), prompt (LLM), agent (spawn elf)
- [x] Hook system: PreToolUse, PostToolUse, SessionStart/End, PreCompact, Stop
- [x] Hook protocol: stdin JSON, stdout JSON, exit codes (0=allow, 2=deny)
- [x] Hook command types: command (shell), prompt (LLM), agent (spawn elf)
- [ ] Skill loading from .gnoma/skills/, ~/.config/gnoma/skills/, bundled, plugins
- [ ] Skill frontmatter: YAML (name, description, whenToUse, allowedTools, paths)
- [ ] MCP client: JSON-RPC over stdio, tool discovery