Skip to content

attractor status: add --verbose/-v flag with stage trace, checkpoint, and artifacts#40

Open
thewoolleyman wants to merge 1 commit intodanshapiro:mainfrom
thewoolleyman:verbose-status-command
Open

attractor status: add --verbose/-v flag with stage trace, checkpoint, and artifacts#40
thewoolleyman wants to merge 1 commit intodanshapiro:mainfrom
thewoolleyman:verbose-status-command

Conversation

@thewoolleyman
Copy link

Summary

  • Add --verbose / -v flag to kilroy attractor status command
  • Verbose mode shows stage execution trace, checkpoint details, and artifact file listings
  • Enrich runstate.Snapshot with stage trace and artifact discovery helpers
  • Includes design plan in docs/plans/

Test plan

  • Snapshot enrichment tests in snapshot_test.go
  • CLI flag wiring verified via attractor_status.go
  • Full test suite passes on macOS and Linux CI

🤖 Generated with Claude Code

… and artifacts

Enriches the one-shot status command with stage trace from progress.ndjson,
completed nodes and retry counts from checkpoint.json, final commit SHA and
CXDB context ID from final.json, and postmortem/review text from worktree
artifacts. JSON output includes verbose fields automatically via struct
serialization.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@thewoolleyman
Copy link
Author

Note: After merging this PR, #41 (test fixes + gofmt + CI) should be merged last — it includes a repo-wide gofmt pass that touches files in this PR. Merging #41 after the others avoids conflicts.

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.

1 participant