Commit 0b8ec08
authored
fix(governance): include missing files across js-sdk, ucp, and .github rules (#65)
Fix governance rule omissions across repositories to ensure 100% coverage and avoid unexpected fallback triggers (which require Governance Council approval):
- js-sdk (js-sdk-rules.yml): Add tests/** under infra_and_tooling.patterns. Currently, modifying test files (such as tests/spec-constraints.test.js) falls back to the catch-all rule.
- ucp (ucp-rules.yml): Add README.md under infra_and_tooling.patterns (aligning with all other UCP repositories).
- .github (.github-rules.yml): Add DOMAIN_WORKING_GROUP_CHARTER.md under governance.patterns alongside DOMAIN_TECH_COUNCIL_CHARTER.md.
With these updates, static coverage analysis (validate_no_fallback) achieves 100% across all 8 active UCP repositories (966 tracked files scanned with 0 unhandled fallbacks).1 parent 258bf34 commit 0b8ec08
3 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments