What's New
Path-Based Delegation Enforcement
This release introduces soft enforcement for the delegation-first philosophy. The orchestrator now warns when attempting direct source file modifications.
Allowed Paths (Direct Write OK)
| Path | Purpose |
|---|---|
~/.claude/**
| System configuration |
.omc/**
| OMC state and config |
CLAUDE.md
| User instructions |
AGENTS.md
| AI documentation |
Warned Paths (Should Delegate)
Source files trigger warnings:
- TypeScript/JavaScript:
.ts,.tsx,.js,.jsx,.mjs,.cjs - Python:
.py,.pyw - Go, Rust, Java, C/C++, Ruby, PHP
- Frontend:
.svelte,.vue - And more...
Audit Logging
All Edit/Write operations are logged to .omc/logs/delegation-audit.jsonl for analysis.
Skill Fixes
- deepinit: Changed
executor→writerfor AGENTS.md writes - hud: Added
role: config-writerdocumentation