Create CTO planning workspace

This commit is contained in:
Svrnty
2026-05-31 18:15:20 -04:00
commit 3f0821747e
7 changed files with 322 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# Cortex OS CTO Workspace Agent Rules
This workspace is a child-local planning workspace for the Cortex OS CTO product line.
It is not Cortex OS Core authority. It is not a Cortex OS Instance. It is not a Runtime. It is not a Host Runtime.
## Authority Order
1. `/home/svrnty/workspaces/cortex-os/core` active SOT.
2. `/home/svrnty/workspaces/cortex-os/core/AGENTS.md`.
3. This file.
4. `README.md`, `WORKBOARD.yaml`, local `sot/`, and local tools.
5. Chat/session memory.
## Workspace Classification
Use this workspace for child-local CTO planning, adapter design, transportability briefs, and validation scaffolds.
Do not claim Core authority from this workspace. Promotion into Core requires a governed Core route.
## Editing Rule
Before editing, classify the work and keep it inside this workspace unless Core explicitly routes promotion.
After editing, run:
```bash
python3 tools/validate_cto_child.py
```
For governance text, follow Core caveman prose discipline.
## Protected Boundaries
- Do not mutate `../core/` from this workspace.
- Do not mutate vendor source.
- Do not mutate external developer repositories.
- Do not create Runtime behavior without a Core-approved route.
- Do not treat Case, Hermes, Pi, Codex, or any execution backend as Cortex OS authority.