Skip to content

feat: add factory handoff CLI command for cross-session resume#373

Open
lukeinglis wants to merge 1 commit into
akashgit:mainfrom
lukeinglis:feat/handoff-command
Open

feat: add factory handoff CLI command for cross-session resume#373
lukeinglis wants to merge 1 commit into
akashgit:mainfrom
lukeinglis:feat/handoff-command

Conversation

@lukeinglis
Copy link
Copy Markdown
Collaborator

@lukeinglis lukeinglis commented May 25, 2026

Summary

  • New factory/handoff.py module with generate_handoff() that reads 9 data sources and synthesizes a structured markdown brief to stdout
  • cmd_handoff added to CLI following the cmd_export pattern
  • 4 tests covering empty, populated, partial data, and CLI wiring

Closes #352

New factory/handoff.py module with generate_handoff() that reads 9 data
sources (git state, checkpoint, config, strategy, backlog, history,
events, reviews) and synthesizes a structured markdown brief to stdout.

Addresses akashgit#352

Signed-off-by: Luke Inglis <lukeinglis21@yahoo.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

Codecov Report

❌ Patch coverage is 78.40376% with 46 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.11%. Comparing base (8097461) to head (d619b2c).

Files with missing lines Patch % Lines
factory/handoff.py 80.00% 41 Missing ⚠️
factory/cli.py 37.50% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #373      +/-   ##
==========================================
- Coverage   87.31%   87.11%   -0.20%     
==========================================
  Files          61       62       +1     
  Lines        9339     9552     +213     
==========================================
+ Hits         8154     8321     +167     
- Misses       1185     1231      +46     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Add factory handoff CLI command for cross-session resume

1 participant