Documentation
README
AC Handoff Creator
Create handoff packages for seamless session transitions.
Purpose
Packages all necessary context and state for the next session to seamlessly continue work, ensuring no progress is lost between sessions.
Quick Start
from scripts.handoff_creator import HandoffCreator
creator = HandoffCreator(project_dir)
handoff = await creator.create_handoff()
Handoff Package
This is the opening of the README. Read the full README on GitHub.