From 974e4740ab990c91dd88f03ab64f7e47a49439d2 Mon Sep 17 00:00:00 2001 From: code-be-01 Date: Mon, 24 Aug 2026 03:49:33 +0000 Subject: [PATCH] docs(mosaic): declare repo structure v2 (T51 WP2a) (#1377) Co-authored-by: code-be-01 --- .mosaic/repo.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.mosaic/repo.json b/.mosaic/repo.json index 14f3f8b8..732f8169 100644 --- a/.mosaic/repo.json +++ b/.mosaic/repo.json @@ -1,4 +1,11 @@ { + "schema_version": 2, "integration_trunk": "next", - "release_branch": "main" + "release_branch": "main", + "flow": "trunk-release", + "canonical_remote": "https://git.mosaicstack.dev/mosaicstack/stack", + "canonical_clone": "host:/src/mosaic-stack", + "worktree_root": "host:/src/mosaic-stack-worktrees", + "worktree_policy": "orchestrator-precreated", + "notes": "next=development/integration; main=production release. Never branch work off main. worktree_policy is TRANSITIONAL: the wrapper worktree consumer is BLOCKED on the J3/#1174 amendment (checked roots + capacity guard); pre-creation is the interim orchestration choice, not closed policy — it becomes a timing choice only after the wrapper can validate this root." }