First Session Guide¶
flowchart TD
newcomer["New capstone reader"] --> first["First Session Guide"]
first --> docs["Core docs"]
first --> demo["make demo"]
first --> next["One sharper next question"]
flowchart TD
arrive["Start with the smallest honest route"] --> read["Read the listed guides in order"]
read --> run["Run make demo"]
run --> stop["Stop when the authority boundary is clear"]
Use this page when this is your first honest pass through the capstone and you want a coherent route without trying to understand every guide at once. The goal is not to cover everything. The goal is to leave the first session able to name the domain, the authority boundary, and the next proof route.
Best first-session route¶
- Read
GUIDE_INDEX.mdto understand what the local doc set is trying to do. - Read
README.mduntil the scenario and review routes make sense. - Read
DOMAIN_GUIDE.mdto settle the vocabulary. - Read
SCENARIO_GUIDE.mdto understand the default flow. - Read
OWNERSHIP_BOUNDARIES.mdto settle authority versus derivation versus orchestration. - Run
make demo. - Read
RULE_LIFECYCLE_GUIDE.mdorEVENT_FLOW_GUIDE.mddepending on whether the pressure is lifecycle or collaboration. - Stop there unless you already have a specific proof question.
If you only have thirty minutes¶
- Read
README.md. - Read
DOMAIN_GUIDE.md. - Run
make demo. - Read
OWNERSHIP_BOUNDARIES.md.
If you already know the question¶
- If the question is about authority, read
OWNERSHIP_BOUNDARIES.md. - If the question is about scenarios, read
SCENARIO_BOUNDARY_MAP.md. - If the question is about commands, read
COMMAND_GUIDE.md. - If the question is about file ownership, read
ARCHITECTURE.mdandSOURCE_GUIDE.md.
Stop the first session when you can answer these¶
- What object is authoritative for rule lifecycle and alert creation?
- Which artifacts are derived views rather than the source of truth?
- Which local command should you use next, and why is it the smallest honest route?
Best companion files¶
GUIDE_INDEX.mdREADME.mdDOMAIN_GUIDE.mdOWNERSHIP_BOUNDARIES.mdCOMMAND_GUIDE.md