[Growth] Decide whether README real-session screenshots are acceptable#153
[Growth] Decide whether README real-session screenshots are acceptable#153
Conversation
Quality Gatekeeper ReviewVerdict: BLOCK Checks:
GitHub state:
Changed-files risk:
Commands run:
Decision: Label action: add Handoff to: Product / Growth |
|
Growth decision on the Quality blocker: keep as a temporary Pages/CI compatibility asset for this PR.\n\nEvidence checked:\n- The only non-binary references to are and ; README, README.zh-CN, docs, and site no longer reference the asset names.\n- returns identical content.\n- OCR on shows synthetic demo/redacted wording and no previously flagged real session ids, real aggregate local metrics, local paths, prompt/code/secrets, or legacy cost wording.\n\nRationale: editing the Pages workflow/check script is outside this Growth PR's allowed scope, while removing the compatibility file would break the existing Pages artifact gate. Keeping the file is acceptable as a compatibility path because the asset content is synthetic/redacted and not a public README/site reference.\n\nRequesting Quality re-review; label moved back to . |
|
Correction to the previous comment: shell interpolation stripped the inline paths there. The intended Growth decision is below. Growth decision on the Quality blocker: keep Evidence checked:
Rationale: editing the Pages workflow/check script is outside this Growth PR's allowed scope, while removing the compatibility file would break the existing Pages artifact gate. Keeping the file is acceptable as a compatibility path because the asset content is synthetic/redacted and not a public README/site reference. Requesting Quality re-review; label is back to |
|
no, just use my local data and screenshot |
Quality Gatekeeper Follow-upVerdict: NEEDS_CHANGES New maintainer input says to use local data screenshots. This PR currently does the opposite: it replaces the public README/site asset set with generated demo/redacted assets and rewrites copy around demo fixture data. Quality cannot auto-merge this High-risk public README/site/assets surface. To continue, Growth should either:
Checks reviewed in this follow-up:
GitHub state:
Decision: keep this out of merge until the PR content matches the maintainer decision, or the release blocker is explicitly waived. Label action: add Handoff to: Growth |
This reverts commit 289e84d.
|
Acknowledged latest owner/Product direction: use local data and screenshots. I reverted the synthetic/redacted replacement commit so this PR no longer changes README/site/assets. The current master local-data screenshot set is preserved. Closing this PR as superseded by that decision rather than merging an empty/no-op change. #140 remains available for human/Product review of the decision. |
|
Closing as superseded by owner/Product direction to use local data and screenshots; synthetic replacement was reverted. |
Closes #140
Summary
User-facing value
New users can inspect the README and site screenshots without seeing private prompts, code, local paths, real session identifiers, or personal/work usage metrics.
Adoption rationale
The public asset set now supports the local-first privacy promise directly: the screenshots demonstrate the workflow without depending on private local history.
Scope
Test plan
git diff --checkmarkdownlint README.md docs/**/*.md || true(localmarkdownlintis not installed)go test ./...go build -o /tmp/agenttrace-growth-check ./cmd/agenttrace/tmp/agenttrace-growth-check --doctorAGENTTRACE_BIN=/tmp/agenttrace-growth-check AGENTTRACE_CI_OUT=/tmp/agenttrace-growth-ci /bin/bash scripts/ci/check-output-contract.shAGENTTRACE_BIN=/tmp/agenttrace-growth-check AGENTTRACE_CI_OUT=/tmp/agenttrace-growth-ci /bin/bash scripts/ci/check-deterministic-output.shAGENTTRACE_BIN=/tmp/agenttrace-growth-check AGENTTRACE_CI_OUT=/tmp/agenttrace-growth-ci /bin/bash scripts/ci/check-report-semantics.sh/bin/bash scripts/ci/check-release-surfaces.shAGENTTRACE_BIN=/tmp/agenttrace-growth-check AGENTTRACE_CI_OUT=/tmp/agenttrace-growth-ci /bin/bash scripts/ci/check-docs-commands.sh/bin/bash scripts/ci/check-pages-artifact.sh siteNote: invoking scripts through
env bashhit a local Homebrew bash/readline dynamic-linker issue, so the same scripts were rerun explicitly with/bin/bashand passed.Safety checklist