[Impl] Show tool authority summary in Markdown overview reports#212
Conversation
|
Event: Validation / Decision |
Quality Gatekeeper ReviewVerdict: NEEDS_CHANGES Blocking finding:
Expected fix:
Validation already run before this finding:
Decision: do not merge until the Markdown table escaping gap is fixed and covered. |
3765028 to
cc22d43
Compare
|
Addressed Quality Gatekeeper needs-changes feedback. Fix:
Validation commands:
Status: ready for review again. |
Quality Follow-up ReviewVerdict: PASS Follow-up finding resolution:
Validation run on head
GitHub CI |
|
Event: Validation / Decision |
Quality Gatekeeper ReviewVerdict: PASS Checks:
Notes:
Decision: PASS. This is a focused Markdown report presentation change with regression coverage; it does not alter authority classification, JSON contract, install/package surfaces, or local-first boundaries. |
|
Event: Validation / Decision |
Closes #211
Summary
User value
Users can share Markdown reports in CI comments, issue handoffs, and text-first docs while still seeing whether local sessions touched higher-authority tool surfaces.
Scope
Changed files
internal/engine/report.gointernal/engine/engine_test.goscripts/ci/check-report-semantics.shTest plan
go test ./internal/enginego test ./...go build -o /tmp/agenttrace-parser-check ./cmd/agenttrace/tmp/agenttrace-parser-check --doctor || true/tmp/agenttrace-parser-check --demo --overview -f json >/tmp/agenttrace-parser-overview-211.json/tmp/agenttrace-parser-check --demo --overview -f markdown -o /tmp/agenttrace-parser-overview-211.md >/tmp/agenttrace-parser-overview-211.md.stdout/tmp/agenttrace-parser-check --demo --overview -f html -o /tmp/agenttrace-parser-overview-211.html >/tmp/agenttrace-parser-overview-211.html.stdoutAGENTTRACE_BIN=/tmp/agenttrace-parser-check AGENTTRACE_CI_OUT=/tmp/agenttrace-parser-ci-output-211 scripts/ci/check-output-contract.shAGENTTRACE_BIN=/tmp/agenttrace-parser-check AGENTTRACE_CI_OUT=/tmp/agenttrace-parser-ci-deterministic-211 scripts/ci/check-deterministic-output.shAGENTTRACE_BIN=/tmp/agenttrace-parser-check AGENTTRACE_CI_OUT=/tmp/agenttrace-parser-ci-semantics-211 scripts/ci/check-report-semantics.shAGENTTRACE_BIN=/tmp/agenttrace-parser-check AGENTTRACE_CI_OUT=/tmp/agenttrace-parser-ci-docs-211 scripts/ci/check-docs-commands.shscripts/ci/check-release-surfaces.shscripts/ci/check-pages-artifact.sh siteFixture/privacy note
Uses demo and synthetic unit-test sessions only. No real user prompts, logs, tokens, or secrets were added.
Risk
Low. This changes only Markdown report presentation and the matching regression check; authority classification, JSON contract, and HTML report output remain compatible.
Non-goals
Blackboard events
impl/211-tool-authority-markdownfromorigin/masterafter confirming stale branchimpl/209-tool-authority-htmlwas merged in PR [Impl] Show tool authority summary in HTML overview reports #210.Release impact
patch: Markdown report contract and visible report content change. No parser/source compatibility change, no CLI flag change, no JSON/HTML contract change, no install/package docs change.
Handoff suggestion
Handoff to: Growth after merge if release notes are being collected.
Suggested release note: Markdown overview reports now show tool authority evidence alongside existing local session health and incident summaries.