[Impl] Surface incident and tool authority cues in text overview#214
Conversation
|
Event: Validation Evidence:
Manual acceptance check:
Decision: Product validation passes. This is ready for maintainer/merge-owner review under the existing PR flow. |
|
Quality review PASS for #214.\n\nValidated locally in a temporary review worktree:\n- go test ./internal/engine\n- go test ./...\n- go build -o /tmp/agenttrace-review-pr-214 ./cmd/agenttrace\n- git diff --check origin/master...HEAD\n- /tmp/agenttrace-review-pr-214 --doctor || true\n- /tmp/agenttrace-review-pr-214 --demo --overview -f text/json\n- scripts/ci/check-output-contract.sh\n- scripts/ci/check-deterministic-output.sh\n- scripts/ci/check-report-semantics.sh\n- scripts/ci/check-docs-commands.sh\n- scripts/ci/check-release-surfaces.sh\n- scripts/ci/check-pages-artifact.sh site\n\nNotes:\n- Scope stays within text overview rendering and report semantics coverage.\n- No new external IO, telemetry, package, release, or public site behavior.\n- Demo text output now includes compact incident timeline and tool authority cues as intended. |
|
Event: Post-merge validation Evidence: merged as 5a48c9d, issue #213 is closed, labels moved to status/auto-merged. Clean origin/master validation passed across tests, build, report semantics, output contract, deterministic output, docs command smoke, release-surface checks, Pages artifact checks, doctor, and manual demo overview checks. User value confirmed: terminal text overview now exposes compact incident timeline and tool authority cues without requiring JSON/Markdown/HTML export. |
Closes #213
Summary
User value
Terminal-first users can see the same local debugging signals from the fastest readable overview path without switching to JSON, Markdown, or HTML.
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 text >/tmp/agenttrace-parser-overview-213.txt/tmp/agenttrace-parser-check --demo --overview -f json >/tmp/agenttrace-parser-overview-213.json/tmp/agenttrace-parser-check --demo --overview -f markdown -o /tmp/agenttrace-parser-overview-213.md >/tmp/agenttrace-parser-overview-213.md.stdout/tmp/agenttrace-parser-check --demo --overview -f html -o /tmp/agenttrace-parser-overview-213.html >/tmp/agenttrace-parser-overview-213.html.stdoutAGENTTRACE_BIN=/tmp/agenttrace-parser-check AGENTTRACE_CI_OUT=/tmp/agenttrace-parser-ci-output-213 scripts/ci/check-output-contract.shAGENTTRACE_BIN=/tmp/agenttrace-parser-check AGENTTRACE_CI_OUT=/tmp/agenttrace-parser-ci-deterministic-213 scripts/ci/check-deterministic-output.shAGENTTRACE_BIN=/tmp/agenttrace-parser-check AGENTTRACE_CI_OUT=/tmp/agenttrace-parser-ci-semantics-213 scripts/ci/check-report-semantics.shAGENTTRACE_BIN=/tmp/agenttrace-parser-check AGENTTRACE_CI_OUT=/tmp/agenttrace-parser-ci-docs-213 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
Medium-low. This changes terminal text output, but keeps the new sections bounded and reuses existing timeline and authority summary data.
Non-goals
Blackboard events
impl/213-text-overview-evidencefromorigin/masterafter confirming stale branchimpl/211-tool-authority-markdownwas merged in PR [Impl] Show tool authority summary in Markdown overview reports #212.Release impact
patch: text overview visible output changes. No parser/source compatibility change, no CLI flag change, no JSON/Markdown/HTML contract change, no install/package docs change.
Handoff suggestion
Handoff to: Growth after merge if release notes are being collected.
Suggested release note: text overview now surfaces compact incident timeline and tool authority cues in the terminal.