What's Changed
Fixed
- Broken Skill() dispatch in 9 commands —
doctor,claw,loop,debug,deck,docs,security,staged-review,tddall failed with "Unknown skill" when invoked. Replaced with direct file read instructions. Net -93 lines. - Factory AI manifest stale —
.factory-plugin/plugin.jsonbumped from v8.41.0. - HTTP webhook hook no-op — removed
type: httphook that fired with empty URL. - MCP server Node guard — fails fast with clear error on Node < 18.
Performance
- PostToolUse context-awareness scoped — changed from blanket matcher to
Bash|Agent|Write|Editonly. No more bash process spawn on every Read/Grep/Glob. - SessionStart hooks consolidated (5 → 4) — merged
session-sync.shintosession-start-memory.sh. - context-awareness.sh timeout guard — stdin drain consistency.
Full Changelog: v9.7.6...v9.7.7