simoneaveotti/continuum — reverse-engineered prompt
Reverse engineered prompt
Build me a terminal tool called Continuum with a command named ctx. I want it to help people working with AI coding agents keep project context between sessions without putting that state inside the code repo.
The user should be able to initialize local storage, create and list projects, install simple bootstrap instructions into a workspace so an agent knows to call ctx first, then resume later and see the right project and task context. It should support starting, closing, reopening, and deleting tasks, capturing progress notes, leaving handoffs, refreshing snapshots, and showing compact context for an agent.
Keep the storage outside the workspace by default, like in the user home folder, and make ctx the only way agents read or write that context. Add basic sync, history, repair, import, and export commands if practical. Make it a Go command line app with clear help text, safe defaults, and an install script so someone can build it and put ctx on their PATH.
Want more depth? Deep Reverse