refactor of repo

This commit is contained in:
deamonkai
2026-02-17 21:33:38 -06:00
parent 9ce36d2385
commit 60b1da0cc2
17 changed files with 28 additions and 23 deletions

View File

@@ -0,0 +1,18 @@
# RFC-0007: Delegating Router Primitive
**Status:** Draft \| **Updated:** 2026-02-17
## Invariant
A router MUST NOT emit user-visible output unless it delegated to a
child session and returns child output (verbatim or bounded wrapper).
## Enforcement
Use capability gating + `emit_guarded` (RFC-0010) validated against the
Event Ledger (RFC-0009).
## Output rules
Router may prepend exactly one bounded line:
`Delegating to <agent> because <reason>.` Max 240 chars.