Reduce noisy Guardex status output for agents#521
Merged
NagyVikt merged 1 commit intoMay 5, 2026
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated by gx branch finish (PR flow).