feat(git-tools): consume .mosaic/repo.json declarations in compat mode (T51 WP5b) #1416

Merged
orch-01 merged 2 commits from wp5b-consumer-compat into next 2026-08-25 12:55:41 +00:00
3 changed files with 2 additions and 1 deletions
Showing only changes of commit 2451cb4f98 - Show all commits
@@ -23,6 +23,7 @@ absent. Do not use raw `tmux send-keys` for fleet messaging.
```bash
tools/git/pr-create.sh ... tools/git/issue-create.sh ... tools/git/pr-merge.sh ...
tools/git/ci-queue-wait.sh --purpose push|merge # REQUIRED before any push/merge
tools/git/repo-decl.sh # shared .mosaic/repo.json consumption lib (sourced)
```
**Reviewer grants**`tools/git/grant-reviewer.sh -u <user> [-r <owner>/<repo>] [-t <team>]` adds a
@@ -503,7 +503,7 @@ if [[ -z "$BRANCH" ]]; then
fi
fi
# T51 WP5b (spec 4.1, C4/jarvis F8): the declaration adds ROUTE CONTEXT only.
# T51 WP5b (spec 4.1, review ruling C4/F8): the declaration adds ROUTE CONTEXT only.
# Branch-selection semantics are UNCHANGED — the guard keeps inspecting the
# exact head above. No declaration dependency gates the wait (4.3/DR2 R9:
# blocking here adds a blocker with no safety gain); absence is silent.
View File