dory
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 13 GitHub stars
Code Warn
- Code scan incomplete — No supported source files were scanned during light audit
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
An append-only changelog convention that gives your AI the memory it doesn't have.
Dory
Every new chat starts blind. Burn through the context, not your quota.
Predictable Token Burn · Stateless Interactions · 100% Local Portability · Zero Data Loss
Designed for strict cost-defense in standard Claude Pro web sessions. By moving from continuous chat transcripts to atomic execution and local history extraction, you eliminate exponential context re-parsing overhead entirely.
You know the routine. You burn through a context window, switch models, or just close a tab and come back tomorrow. Now you're spending the first ten messages re-explaining your project to an AI that has no idea what you built yesterday.
Dory resolves context bloat, data loss, and platform dependencies by treating hosted LLM sessions as completely volatile, disposable scratchpads. By maintaining a lean, local architectural ledger alongside a deconstructed artifact vault, you can hard-reset chat sessions continuously—minimizing token consumption and protecting your code history.
Before / after
- Before: A massive, single chat thread spanning hours. Every message scales quadratically in token cost as Claude re-parses the entire history, rapidly triggering your tier rate limits and degrading response accuracy. One accidental click deletes the tab, wiping out critical code variations.
- After: Atomic execution. You open a fresh tab, feed it the lean single-line ledger, execute a single scoped task, and export a clean markdown post-mortem to your local vault. The chat is safely deleted immediately after completion, keeping your token baseline at zero.
Repository Structure
your-project-root/
├── .dory/
│ ├── agents.md # Global directives, behavioral rules, and tactical engineering rules
│ └── history/ # Vault for mid-sized chat summaries and historic code snippets
│ ├── 20260624_auth.md # Session post-mortem (mandatory)
│ └── 20260624_auth.py # 0 to N raw code snapshots / reference variations
└── CHANGELOG.md # Lean, single-line, append-only architectural decision ledger
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found