Skip to content

fix(acp): show mention_filter in startup config summary (#4228) - #4243

Open
Chessing234 wants to merge 5 commits into
block:mainfrom
Chessing234:fix/acp-summary-no-mention-filter-4228
Open

fix(acp): show mention_filter in startup config summary (#4228)#4243
Chessing234 wants to merge 5 commits into
block:mainfrom
Chessing234:fix/acp-summary-no-mention-filter-4228

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

  • Add mention_filter=on|off to the buzz-acp startup journal line so --no-mention-filter deployments are distinguishable from gated subscribe=Mentions.
  • Regression tests pin default/on/off behavior and assert gated vs ungated summaries differ.
  • Document the field in README, clap help, and Config::summary rustdoc.

Fixes #4228.

Test plan

  • cargo test -p buzz-acp test_summary_mention_filter
  • Confirm journal line shows mention_filter=off when running buzz-acp --subscribe mentions --no-mention-filter

Made with Cursor

Chessing234 and others added 5 commits August 2, 2026 09:29
Operators running --no-mention-filter need the journal line to attest
that the #p gate is disabled; subscribe=Mentions alone is ambiguous (block#4228).

Signed-off-by: Taksh <takshkothari09@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Regression tests pin default mention_filter=on and off when
--no-mention-filter is set, and assert the two modes differ (block#4228).

Signed-off-by: Taksh <takshkothari09@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Explain that operators can confirm --no-mention-filter from journal
grep without an end-to-end probe (block#4228).

Signed-off-by: Taksh <takshkothari09@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Clap help text points operators at the startup summary field that
confirms the #p gate is disabled (block#4228).

Signed-off-by: Taksh <takshkothari09@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Rustdoc on the summary helper explains the journal attestation contract
for operators auditing mention-gated harnesses (block#4228).

Signed-off-by: Taksh <takshkothari09@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@Chessing234
Chessing234 requested a review from a team as a code owner August 2, 2026 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

buzz-acp: startup config summary omits no_mention_filter, so logs can't confirm the flag took effect

1 participant