ownership-partitioning
CommunityPrevent parallel agent overwrites with hard rules
Software Engineering#ownership#parallel agents#conflict prevention#file globs#workspace governance#safety validation#unity pipeline
AuthordyCuong03
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Prevents parallel Unity pipeline agents from writing to the same or unauthorized file paths, avoiding conflicting edits and silent rule violations.
Core Features & Use Cases
- Enforced write partitioning: Limits each writer agent to only the repo-root-relative globs assigned to it in
workspace/ownership.lock.json. - Controlled shared read-only handling: Allows reading
shared_read_onlypaths but forbids writing them during the session to protect critical configuration. - Forbidden-path safety: Blocks any touch to
forbiddenglobs (e.g., plugin directories) to avoid destabilizing generated or third-party content. - Deterministic runtime verification: Requires an explicit
orchestrate.py ownership-check <agent> <files...>call before moving to the next phase, failing fast on violations.
Quick Start
Use the orchestrator to verify your planned edits by running ownership-check for your agent and listing the files you intend to modify.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ownership-partitioning Download link: https://github.com/dyCuong03/unity-agent-team/archive/main.zip#ownership-partitioning Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.