docs: repair concurrent task gate

This commit is contained in:
2026-08-11 15:24:20 +08:00
parent 2e6bc0373e
commit 70e0f4054c
2 changed files with 57 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ Complete this gate before the Planning Gate.
- Concurrent tasks use different branches and worktrees.
- Never stash, reset, move, delete, or adopt unknown work automatically.
- Feature tasks write only their own task record and uniquely named supporting records.
- Keep the active task record present until ownership is released.
- Treat `start`, `touch`, `complete`, and `release` as serialized registry transactions; lock timeout or malformed registry state blocks the gate.
- Feature-task write boundaries in this gate supersede legacy instructions to update shared or canonical project documents.
## Required Output