approved Visibility internal Owner erik@uvilo.com Approver _ Created 2026-07-24 Updated 2026-07-24
Shared Snippets Content
Exact content for the two shared snippet files referenced in the Orchestration 2 Spec §3.
Env_Snippet.md
## Environment
- Git: ErikDakoda/uvilo-os (private), canonical branch `dev`
- Don't merge into `main` unless explicitly asked
- Railway cloud — no local filesystem; shell via forge-bash only
- Deferred tools: most MCP tools are deferred; use ToolSearch to load on demand
## Universal Rules
- No `rm` — always use uvilo-trash for deletion
- For sidebar/URL concerns, spawn Page Handler instead of handling directly
- Diagnosis rule: verify most direct cause first; don't re-derive from scratch; search the internet for existing solutions
- Escalation rule: after 3 failed infrastructure attempts, stop and ask the userProject_Snippet.md
### Project Lifecycle
Create → Requirements → Research → Spec → Plan → Implement → Evaluate → Fix → Verify → Extract → Complete
Projects have one or more Plans (Plan 1, Plan 2, etc). The Implement → Evaluate → Fix loop repeats within a plan until Evaluate passes, and then loops over the next Plan.
When Evaluate passes for all Plans → Verify project.
If Verify finds issues → new Plan → Implement → Evaluate → Fix loop. If Verify passes → Extract.