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
Reduce noisy Guardex status output for agents (#521)
Agent sessions read gx status frequently, so compact mode should summarize dependency drift without dumping long npm stderr or every inactive companion name. This keeps verbose output available for human diagnosis, keeps RTK as a required command-compression dependency, and preserves the FFF MCP file-search instruction in the multiagent safety template without making fff-mcp a hard system gate.
Constraint: Compact status must remain useful as a default agent startup surface
Rejected: Make fff-mcp a required system tool | current clients may not expose it, and hard-gating would add noisy failures
Confidence: high
Scope-risk: narrow
Directive: Keep compact status short; put dependency detail behind --verbose
Tested: live ghx smoke: 2 repo view requests produced 1 miss, 1 hit, cache size 1
Tested: rtk test node --test test/status.test.js test/setup.test.js test/doctor.test.js test/prompt.test.js
Not-tested: repo-wide node --test suite
Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
0 commit comments