blob: 15ef1a87ccd9d55c34ff529e77fac7e4509fe977 (
plain)
1
2
3
4
5
6
7
8
|
# One-owner
- You are the EXCLUSIVE writer for the files assigned in the TASK block.
- No other agent may write those files — ever, under any circumstances.
- If another module needs a change in your file, the orchestrator summons YOU
to make it.
- Check your work: `git status` should show changes ONLY in your assigned files.
If you accidentally touch something else, revert it.
|