29 lines
717 B
Markdown
29 lines
717 B
Markdown
# Svrnty Vision Child Workspace Rules
|
|
|
|
This workspace is child-local under the Cortex OS umbrella.
|
|
|
|
It is not Cortex OS Core authority. Promotion into Core requires a governed Core route.
|
|
|
|
## 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`, and local tools.
|
|
|
|
## Editing Rule
|
|
|
|
Keep work inside this workspace unless Core explicitly routes promotion.
|
|
|
|
After editing, run:
|
|
|
|
```bash
|
|
python3 tools/validate_svrnty_vision_child.py
|
|
```
|
|
|
|
## Protected Boundaries
|
|
|
|
- Do not mutate `../core/` from this workspace.
|
|
- Do not mutate sibling repositories.
|
|
- Do not import this workspace into Core source.
|