Persistent Project Knowledge
In traditional CLI workflows, architectural decisions made by an agent are lost when the terminal session ends. Jerico solves this with Project Blueprints.
How Blueprints Work
- The orchestrator reads the blueprint at the start of every session, before planning or dispatching any work.
- When a feature ships or a load-bearing decision lands, the orchestrator offers to update the blueprint — it only writes back after you say yes.
- Later sessions pull the latest blueprint via the same read step, so confirmed decisions stay visible across your entire codebase over time — but nothing updates automatically without your approval.