ownership-partitioning

Community

Prevent parallel agent overwrites with hard rules

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_only paths but forbids writing them during the session to protect critical configuration.
  • Forbidden-path safety: Blocks any touch to forbidden globs (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 required

Components

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.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.