What is on a card
A card has two parts: a body, which is the fact itself, and a reliability block, which is what the evidence says about it. The body is written to be read cold by an engineer who has never seen the card before. Its first heading states the rule as a plain sentence — that sentence becomes the card’s hero, the one-liner shown in the bank index.
The reliability block carries a
state, a score, and a rationale. The rationale is not optional:
A score with no rationale fails conformance. The frame rejects the card with
reliability rationale missing — no naked scores. Every number on a card has to say what earned it.Reliability states
A card sits in one of five states, and only two of them ever reach a campaign.The frame enforces the doors, not the timing. It requires that a generalizing successor is born
candidate, that a card leaving the bank moves to retired/ rather than being deleted, that a retired card is never modified afterwards, and that supersedes and superseded_by link both ways. When a card is promoted or cooled is the update crew’s judgment, argued in the rationale.Retirement is one-way
A card that stops being true is not deleted. It moves toretired/ and stays there, frozen. Two invariants enforce this:
- Removing a card from the bank without moving it to
retired/is a finding. - Modifying a card after retirement is a finding.
Repository layout
lr_<id>, so a campaign can pin the exact bank it was served.
Creating a bank
learning.bank.local_path, which ships as ~/.kapso/bank.git: one bank per user, outside any project, so a campaign’s --data-dir never sweeps it up.
The bank is local-only until you give it a remote:
gh CLI:
Credentials stay with
git and gh. Kapso never handles them.Contradictions are named, never silent
A card may declare that itcontradicts another. Two rules follow:
- A
contradictstarget must be an active card. Pointing at a card that is not active is a finding. - When two cards that contradict each other are served together, the pair is named to the reading agent rather than presented side by side as though they agreed.
Reading the bank yourself
memory reports the bank head and the trajectory count alongside the knowledge-graph state. See memory.
Related
From campaign to lesson
How cards get written
Grading
How the bank is measured
pip install leeroo-kapso · Every page as plain text: llms.txt.