Driftless installs repo-local instructions for coding agents. The instructions teach agents to pull team context before editing, inspect impact, and persist durable discoveries.Documentation Index
Fetch the complete documentation index at: https://docs.driftless.icu/llms.txt
Use this file to discover all available pages before exploring further.
Install
driftless init runs this automatically for new repos.
Files written
| File | Purpose |
|---|---|
.driftless/skill.md | Dogfood copy of the Driftless agent workflow |
AGENTS.md | Agent instructions used by Codex and other agentic tools |
CLAUDE.md | Agent instructions used by Claude Code |
driftless install-skill to refresh only the managed Driftless block.
Expected agent workflow
Sync on session start
Load context before editing
What to write back
Use Driftless for durable architecture knowledge:- Decisions that explain why the code works this way
- Gotchas that would cause a future agent to make a bad edit
- Invariants that must stay true across refactors
- New or corrected anchors after code moves
- Cross-repo relationships discovered while working