AGENTS.md · git:20260914.ca1103d · 2026-09-14 · sha256 c3e89f0e88c6ef31
AGENTS.md git:20260914.ca1103dA
Immutable. This exact content is served forever at /api/v1/blob/c3e89f0e88c6ef31.
# Worker Routing contributor contract This independent repository is the canonical source for the Worker Routing plugin and its optional main-session context integration. - Edit `plugins/worker-routing/` for delegation policy and role instructions. - Edit `integrations/main-session/` for the native SessionStart adapter. - Keep provider IDs and personal preferences in operator-owned configuration. - Never place personal instructions, chats, memory, tokens, real request captures, machine paths, or private continuity in this repository, including fixtures. - Keep examples synthetic and installation reversible. The installer must not rewrite AGENTS, approve hook trust, or change model/provider configuration. - Main context must arrive before the first root model request. Worker spawning uses `fork_turns="none"`; new work must preserve the root/child input boundary. - Keep installed copies separate from source. Use the plugin-creator update flow for an existing local installation; never patch a cache in place. - Check `python3 -m unittest discover -s tests -p 'test_*.py'` after Python changes. Run the opt-in native context probe for changes to hook delivery or spawning. - Update README and installation docs for changed behavior, dependencies, paths, privacy boundaries, commands, and acceptance claims. - Commit only explicit reviewed component paths. Source, local installation, context delivery, actual model execution, and GitHub state are separate claims.