Interactive walk-through of the two bugs fixed in fix/rewire-activation-telemetry. Click the tabs.
agent-usage.jsonl frozen 2026-04-08
subagent-quality.jsonl frozen 2026-04-08
(same millisecond โ ONE writer died)
4 sub-agents this session โ 0 loggedv7.30.0 / #1206 consolidated SubagentStop
hooks into sync-subagent-stop-dispatcher
but DROPPED subagent-stop/unified-dispatcher
(the analytics writer).
โข not in hooks.json โข not called anywhere
โข only a stale comment claimed it ran+ registered async SubagentStop hook
VERIFIED: invoking the handler wrote
{"agent":"ork:test-generator",
"model":"claude-opus-4-8","success":true}node_modules tracked in git (mode 120000)
โ /Users/.../orchestkit/node_modules
self-referential symlink โ breaks every
fresh worktree + build on main#2645 `git add -A` in a worktree staged the
node_modules SYMLINK.
.gitignore had node_modules/ (trailing slash
= matches DIRS, not a symlink FILE) โ slipped
through โ shipped in 8.60.0git rm --cached node_modules .gitignore: node_modules (no slash) **/node_modules