github Yeachan-Heo/oh-my-claudecode v3.2.4
v3.2.4 - Path-Based Delegation Enforcement

latest releases: v4.13.5, v4.13.4, v4.13.3...
3 months ago

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 executorwriter for AGENTS.md writes
  • hud: Added role: config-writer documentation

Full Changelog

v3.2.3...v3.2.4

Don't miss a new oh-my-claudecode release

NewReleases is sending notifications on new releases.