Skip to content

hook-augment emits nothing on 0.9.1-rc.1, including payloads that work on 0.9.0 #1388

Description

@dergachoff

Problem

hook-augment on v0.9.1-rc.1 (macOS arm64, release tarball, permanent daemon active) exits 0 with no stdout/stderr for every payload, including ones 0.9.0 answers.

Evidence

One-file Python repo, indexed by the rc.1 binary:

echo '{"session_id":"probe","hook_event_name":"PreToolUse","tool_name":"Grep","tool_input":{"pattern":"create_stripe_checkout","path":"<repo>"},"cwd":"<repo>"}' | codebase-memory-mcp hook-augment
binary project name result
0.9.0 default path slug emits additionalContext, 1 symbol
0.9.1-rc.1 default path slug silent, exit 0
0.9.1-rc.1 custom name silent, exit 0

SessionStart and SubagentStart payloads are silent too, so the cbm-subagent-reminder hook the rc installer adds is a no-op. cli search_graph returns correct results for the same projects, so this is specific to the hook path. Custom-name resolution from #1069 worked when I ran main at d587dea; on rc.1 both custom and default-slug are silent.

Expected fix

hook-augment emits additionalContext again for indexed projects; a regression test on the release path would catch the next one.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingeditor/integrationEditor compatibility and CLI integrationparsing/qualityGraph extraction bugs, false positives, missing edgespriority/highNeeds near-term maintainer attention; high-impact bug, regression, safety issue, or release blocker.stability/performanceServer crashes, OOM, hangs, high CPU/memoryux/behaviorDisplay bugs, docs, adoption UX

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions