Dispatch Token Cliff Gate
Path:
loom-builder/prompts/dispatch-token-cliff-gate.mdRelative: prompts/dispatch-token-cliff-gate.mdSubproject: loom-builderCategory: dispatch-promptsLines: 45Bytes: 3,492Imports: 0Exports: 0
Content Preview
- # Task: loom-builder token-cliff gate — enforce ≤120K per agent session IN CODE
- ## PURPOSE (INVARIANT)
- All executor models fall off a performance cliff above ~140K session tokens. Chaining via HANDOFF.md is mandatory beyond that. Today this rule lives in prompts and gets skipped. Move it into the harness so an oversized dispatch is IMPOSSIBLE, not discouraged. Enforced in code, like the artifact contract in `src/run.ts`.
- ## Repo
- `/home/mikes/leverage-loops-projects/loom-builder` (Bun + TypeScr