Skip to content

shipped work-check hook directs blocked agents to 'crosslink intervene' — a subcommand the CLI does not ship (dead-end remediation) #71

Description

@magnificentlycursed

Observed (0.9.0-beta / resources/claude/hooks/work-check.py): all three block messages instruct the agent to log via crosslink intervene <issue-id> ... --trigger ... — but the CLI has no intervene subcommand (error: unrecognized subcommand 'intervene'). An agent complying with the hook's own remediation hits a dead end (the same circular-dead-end class as a docs-vs-binary version gap).

Downstream impact: consumers deploying the hook inherit the dead-end; local edits to the deployed payload are clobbered on re-deploy, so the fix belongs in the shipped resource.

Fix directions (either closes it): repoint the three messages to an existing command (e.g. crosslink issue comment <id> "..." --kind result — the pattern that works today), or ship crosslink intervene (it appears in downstream methodology contracts as an anticipated surface, so shipping it has a consumer waiting).

(Found while aligning our hook config to the PR-boundary git posture your PR #65 / gh#58 reconciliation ratifies.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions