you › Continue.
Agent › What were we working on?
Project Continuity
Install Agnir once. In a fresh session, say “continue” and a compatible Agent can read the Project's current state, next actions, decisions, and evidence — then keep going.
you › Continue.
Agent › What were we working on?
you › Continue.
Agent › Loaded Agnir. Integration tests are next. Continuing.
Install first
Copy the prompt below and paste it into your Agent.
Install and initialize Agnir for this Project: https://github.com/iorLab/agnir
Install it now. Next time you open a fresh session, say “continue” — the difference is immediate.
How to use it
Agnir doesn't add daily overhead. Express a “” intent and it will leave a recoverable Checkpoint.
Give your Agent the one-line install intent above.
Build, debug, review, commit, or refactor as usual. Agnir does not replace your development workflow.
At a meaningful stopping point, express a “” intent. Agnir will save the current Project state for recovery.
Open a fresh session and say “continue”. The Agent reloads Agnir from the Project and resumes from the last Checkpoint.
Remove the doubts
No. Agnir is designed so Project continuity does not belong to one Agent, model, chat, or execution surface.
No. Agnir keeps the small set of Project facts that actually need to survive, instead of treating chat history as the source of truth.
No. Your tools keep doing their jobs. Agnir only defines how durable Project continuity is discovered, loaded, and checkpointed.
No. Next actions, decisions, and evidence stay in the Project as readable Markdown files.
The concept, after the value
Agnir is a Project Continuity protocol: a portable contract for keeping the small amount of durable Project truth a fresh Agent needs to continue safely.
What is durably true now.
What should happen next, in order.
Constraints and choices future Agents must preserve.
Receipts that make recovery, review, migration, and reconciliation trustworthy.
Portable by design
Agnir Core is neutral about Git, GitHub, filesystems, ChatGPT, specific Agents, Skills, and storage engines. Those belong around the Project Continuity contract, not inside it.