Documentation
README
ctx
Use ctx to ground your work in relevant prior agent sessions. Search local history for earlier decisions, constraints, attempts, and evidence. When ctx blame is available, use it to trace code and Git artifacts to the agent session that produced them.
ctx retrieves source material; you perform the analysis. Keep every conclusion grounded in the retrieved evidence.
Prerequisites
-
Require the
ctxCLI to be installed and set up. If it is missing and installing tools is appropriate for the task, use the installer for the current platform.macOS and Linux:
curl -fsSL https://ctx.rs/install | shWindows PowerShell:
irm https://ctx.rs/install.ps1 | iex -
If ctx is installed but not initialized, run:
This is the opening of the README. Read the full README on GitHub.