You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require setup tooling before guarded workflows (#520)
Guardex-managed repos now depend on RTK and fff-mcp for compact command output and MCP-backed file search, so setup, doctor, and status expose them with the same required-tool path as gh. The AGENTS template also records the fff search rule so generated workspaces inherit the contract.
Constraint: Repo guidance requires RTK command routing and fff MCP file search in managed agent workspaces.
Rejected: Keep rtk and fff-mcp as optional companion tools | missing tools would leave generated guidance unenforced until a later runtime failure.
Confidence: high
Scope-risk: narrow
Directive: Keep required system tooling surfaced through detectRequiredSystemTools so setup, status, and doctor stay aligned.
Tested: node --check src/context.js
Tested: node --check src/cli/main.js
Tested: rtk test node --test test/setup.test.js test/status.test.js test/doctor.test.js test/prompt.test.js
Tested: openspec validate --specs
Tested: node bin/multiagent-safety.js setup --target . --dry-run --no-global-install --current
Not-tested: Full npm test remains red in unrelated agents/cockpit/merge/vscode groups per handoff.
Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
0 commit comments