Yanzi
GitHub Repository

Preserve intent while you build with AI.

Yanzi captures prompt/response cycles as immutable artifacts, groups them into projects, and reconstructs state deterministically with checkpoints and rehydration.

Intent Capture

Store each prompt/response pair as immutable intent so decisions stay traceable across sessions.

Project Scoping

Define hard context boundaries by project, so unrelated work never pollutes active development memory.

Checkpoint + Rehydrate

Mark stable points and reconstruct what happened since that checkpoint with deterministic ordering.

How Teams Use Yanzi

  1. Prompt your AI assistant and implement code changes.
  2. Capture intent for key prompt/response cycles.
  3. Create checkpoints before structural shifts.
  4. Run rehydrate when context is lost or sessions reset.