Skip to content

[codex] Correct neo TUI screenshot capture docs#23

Draft
IYENTeam wants to merge 1 commit into
code-yeongyu:mainfrom
IYEN-AI:codex/neo-tui-screenshot-docs
Draft

[codex] Correct neo TUI screenshot capture docs#23
IYENTeam wants to merge 1 commit into
code-yeongyu:mainfrom
IYEN-AI:codex/neo-tui-screenshot-docs

Conversation

@IYENTeam
Copy link
Copy Markdown

@IYENTeam IYENTeam commented May 25, 2026

What changed

  • Corrected packages/neo-tui/docs/screenshots/README.md to match scripts/capture-screenshots.sh.
  • Clarified that current overlay screenshots are captured from senpi-neo-tui --demo --demo-seconds 600, not from the faux backend/live RPC path.
  • Clarified that ANSI/HTML intermediates are temporary and deleted by the script cleanup trap.

Why

The screenshot documentation described a different capture pipeline than the checked-in script, which could lead maintainers to debug the wrong runtime path when regenerating screenshots.

Validation

  • git diff --check
  • pre-commit hook ran npm run check

Not tested

  • Full screenshot PNG regeneration. Local aha is not installed and regeneration would overwrite checked-in PNG artifacts.

Summary by cubic

Update packages/neo-tui/docs/screenshots/README.md to match the capture flow in scripts/capture-screenshots.sh. Overlays are now documented as captured from senpi-neo-tui --demo --demo-seconds 600 (not the faux RPC backend), and the ANSI/HTML intermediates are temporary and cleaned up.

Written for commit 62627fe. Summary will update on new commits. Review in cubic

The screenshot README described a faux-backend/live-RPC capture flow and persistent evidence directory, but the checked-in script captures demo scenes and deletes temporary ANSI/HTML intermediates. Update the docs to match the script so screenshot maintenance starts from the right runtime contract.\n\nConstraint: Keep the existing screenshot generation script unchanged.\nRejected: Rewrite capture-screenshots.sh to use the faux backend | this PR only corrects documentation drift, and changing PNG generation behavior should be reviewed separately.\nConfidence: high\nScope-risk: narrow\nTested: git diff --check\nNot-tested: Full screenshot regeneration; local aha is not installed and regeneration would overwrite checked-in PNGs
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.

2 participants