Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.26 KB

File metadata and controls

52 lines (43 loc) · 1.26 KB
id loading.policy
title Loading Policy
type routing
version 0.1.0
status canonical
load_priority always
token_budget tiny
load_when
deciding which files to load
do_not_load_when
never
depends_on
00-kernel.md
related
01-routing-index.md
required_outputs
minimal module set

Loading Policy

Load Order

  1. 00-kernel.md
  2. 01-routing-index.md
  3. One primary SOP or primary pattern module
  4. Triggered supporting modules
  5. Templates only when producing artifacts
  6. Checklists before completion
  7. Anti-patterns only when symptoms appear

Do Not Load

  • Do not load the whole corpus by default.
  • Do not load multiple overlapping SOPs unless the task truly spans them.
  • Do not load deep reference modules when a checklist is sufficient.
  • Do not load templates unless producing that artifact.

Context Budget Tiers

Tier Content Rule
0 Kernel and routing Always load
1 Primary SOP Load exactly one when possible
2 Risk modules Load only when triggered
3 Templates/checklists Load at artifact or completion time
4 Deep references Load only for complex or ambiguous tasks

Full Corpus Load

Load the full corpus only for maintenance, audit, indexing, or explicit user request.