gate: mcp-conformance step fails in fresh worktrees — node_modules is gitignored and gate.sh never bootstraps it #23
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hit twice independently on 2026-07-10: working in fresh linked worktrees (
.worktrees/<branch>) I had to diagnose an mcp-conformance failure and manually runnpm ciinconformance/mcp-clientbefore./scripts/gate.shcould pass. Every fresh worktree/clone pays this discovery cost.Ask: the gate's mcp-conformance step should bootstrap its own deps — run
npm ci(or check fornode_modulesand instruct precisely) before invoking the harness. CI presumably already does this; the local gate should match.