byterover
Installation
SKILL.md
ByteRover — durable project memory
ByteRover keeps project knowledge as a deterministic context tree. You are the brain; the engine never calls an LLM. You do the reasoning, then run the bundled deterministic scripts (via your Bash tool) to retrieve or persist knowledge.
Iron Law
- Query before you think. At the start of any non-trivial task, retrieve what the project already knows so you don't re-derive or contradict it.
- Curate after you implement. When you finish something worth remembering (a decision, a gotcha, a pattern), write it back so the next session inherits it.