Basic Usage
Pattern Matching
Use glob patterns for paths:Multiple Owners
Sometimes multiple agents need write access:Ownership Modes
Transferring Ownership
Checking Ownership
Integration with SharedState
Best Practices
Define ownership before agents run
Define ownership before agents run
Set up all ownership rules before the workflow starts.
Use meaningful path prefixes
Use meaningful path prefixes
research.*, content.*, review.* - clear who owns what.Start strict, relax if needed
Start strict, relax if needed
Better to be too restrictive than too permissive.
Log ownership violations
Log ownership violations
Even in advisory mode, violations indicate design issues.