From 8fdad3dd31b959bc6005f3a91294e7201998246b Mon Sep 17 00:00:00 2001 From: vikingowl Date: Tue, 7 Apr 2026 01:09:07 +0200 Subject: [PATCH] docs: mark M8.1 hook system deliverables complete in milestones.md --- docs/essentials/milestones.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/essentials/milestones.md b/docs/essentials/milestones.md index 84432da..c5d9ac9 100644 --- a/docs/essentials/milestones.md +++ b/docs/essentials/milestones.md @@ -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