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
+43
View File
@@ -0,0 +1,43 @@
# Cortex OS CTO
This workspace holds child-local planning for a Cortex OS CTO product surface.
The current thesis:
```text
Cortex governs.
Hermes controls.
CTO routes.
Case executes.
Harness proves.
Target repo stays owned.
Evidence records.
Core promotes only through SOT route.
```
## Status
This workspace is draft and child-local. It is not registered Core authority.
## Layout
```text
.
|-- AGENTS.md
|-- README.md
|-- WORKBOARD.yaml
|-- sot/
| |-- 00-START/
| | `-- CTO-WORKSPACE-INTENT.md
| `-- 03-PROTOCOLS/
| `-- CTO-CASE-BACKEND-BRIEF.md
`-- tools/
`-- validate_cto_child.py
```
## Local Validation
```bash
python3 tools/validate_cto_child.py
```