-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathecosystem.json
More file actions
15 lines (15 loc) · 1.12 KB
/
Copy pathecosystem.json
File metadata and controls
15 lines (15 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"_comment": "The vista-cloud-dev waterline ecosystem registry (m/v waterline ADR §3.3.4). Every repo listed here must (a) declare its layer in a committed meta artifact, (b) call the arch-waterline reusable workflow, and (c) have that workflow actually run on pushes to its DEFAULT branch (a wired-but-mistriggered gate is silent drift — meta-gate.sh checks the on.push.branches via scripts/ci-trigger-check.py; this caught m-stdlib triggering on push:[main] while its default branch is master, so merges ran zero CI). The scheduled meta-gate (.github/workflows/meta-gate.yml) validates the live repos against this list in BOTH directions — a registry repo missing its layer/arch/trigger, or an org m-*/v-* code repo missing from the registry, turns the gate red. This is what makes the standard enforced, not conventional: a new repo earns trust by being added here with its tag+gate, not by being watched.",
"repos": {
"m-cli": "m",
"m-stdlib": "m",
"m-driver-sdk": "m",
"m-ydb": "m",
"m-iris": "m",
"m-parse": "m",
"m-dev-tools-mcp": "m",
"v-pkg": "v",
"v-cli": "v",
"v-stdlib": "v"
}
}