|
1 | 1 | [ |
2 | 2 | { |
| 3 | + "severity": "high", |
3 | 4 | "rule_module": "cicd_rules", |
4 | 5 | "type": "banned_language_file", |
5 | 6 | "file_pattern": "rescript-ecosystem/**", |
6 | | - "rationale": "rescript-ecosystem is a vendor/upstream collection of ReScript libraries and forks; migration to AffineScript tracked in estate migration plan.", |
7 | | - "unblock_condition": "When rescript-ecosystem is migrated or archived." |
| 7 | + "note": "rescript-ecosystem is a vendor/upstream collection of ReScript libraries and forks; migration to AffineScript tracked in estate migration plan.", |
| 8 | + "tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending" |
8 | 9 | }, |
9 | 10 | { |
| 11 | + "severity": "high", |
10 | 12 | "rule_module": "cicd_rules", |
11 | 13 | "type": "banned_language_file", |
12 | 14 | "file_pattern": "affinescript-ecosystem/rattlescript/**", |
13 | | - "rationale": "rattlescript contains affine-res bridge package (AffineScript↔ReScript interop layer); .res files are the bridge source, not new ReScript.", |
14 | | - "unblock_condition": "When affine-res bridge is replaced by AffineScript-native bindings." |
| 15 | + "note": "rattlescript contains affine-res bridge package (AffineScript<->ReScript interop layer); .res files are the bridge source, not new ReScript.", |
| 16 | + "tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending" |
15 | 17 | }, |
16 | 18 | { |
| 19 | + "severity": "high", |
17 | 20 | "rule_module": "cicd_rules", |
18 | 21 | "type": "banned_language_file", |
19 | 22 | "file_pattern": "cadre-router/**", |
20 | | - "rationale": "cadre-router is a ReScript library (router primitives); pending migration to AffineScript.", |
21 | | - "unblock_condition": "When cadre-router is migrated to AffineScript." |
| 23 | + "note": "cadre-router is a ReScript library (router primitives); pending migration to AffineScript.", |
| 24 | + "tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending" |
22 | 25 | }, |
23 | 26 | { |
| 27 | + "severity": "high", |
24 | 28 | "rule_module": "cicd_rules", |
25 | 29 | "type": "banned_language_file", |
26 | 30 | "file_pattern": "cadre-tea-router/**", |
27 | | - "rationale": "cadre-tea-router is a ReScript TEA router; pending migration to AffineScript.", |
28 | | - "unblock_condition": "When cadre-tea-router is migrated to AffineScript." |
| 31 | + "note": "cadre-tea-router is a ReScript TEA router; pending migration to AffineScript.", |
| 32 | + "tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending" |
29 | 33 | }, |
30 | 34 | { |
| 35 | + "severity": "high", |
31 | 36 | "rule_module": "cicd_rules", |
32 | 37 | "type": "banned_language_file", |
33 | 38 | "file_pattern": "aggregate-library/**", |
34 | | - "rationale": "aggregate-library contains pre-migration ReScript source; migration tracked in estate plan.", |
35 | | - "unblock_condition": "When aggregate-library is migrated to AffineScript." |
| 39 | + "note": "aggregate-library contains pre-migration ReScript source; migration tracked in estate plan.", |
| 40 | + "tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending" |
36 | 41 | }, |
37 | 42 | { |
| 43 | + "severity": "high", |
38 | 44 | "rule_module": "cicd_rules", |
39 | 45 | "type": "banned_language_file", |
40 | 46 | "file_pattern": "coq-ecosystem/**", |
41 | | - "rationale": "coq-ecosystem/coq-jr contains upstream jsCoq demo .res files; vendored upstream, not estate-authored.", |
42 | | - "unblock_condition": "Never — upstream vendored code." |
| 47 | + "note": "coq-ecosystem/coq-jr contains upstream jsCoq demo .res files; vendored upstream, not estate-authored.", |
| 48 | + "tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending" |
43 | 49 | }, |
44 | 50 | { |
| 51 | + "severity": "high", |
45 | 52 | "rule_module": "cicd_rules", |
46 | 53 | "type": "banned_language_file", |
47 | 54 | "file_pattern": "deno-ecosystem/**", |
48 | | - "rationale": "deno-ecosystem/projects contains pre-migration ReScript projects; migration tracked in estate plan.", |
49 | | - "unblock_condition": "When deno-ecosystem projects are migrated to AffineScript." |
| 55 | + "note": "deno-ecosystem/projects contains pre-migration ReScript projects; migration tracked in estate plan.", |
| 56 | + "tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending" |
50 | 57 | }, |
51 | 58 | { |
| 59 | + "severity": "high", |
52 | 60 | "rule_module": "cicd_rules", |
53 | 61 | "type": "banned_language_file", |
54 | 62 | "file_pattern": "v-ecosystem/v-deno/**", |
55 | | - "rationale": "v-ecosystem/v-deno contains ReScript interop bridge files; V-lang migration completed 2026-05-28, ReScript interop pending.", |
56 | | - "unblock_condition": "When v-deno ReScript files are migrated to AffineScript." |
| 63 | + "note": "v-ecosystem/v-deno contains ReScript interop bridge files; V-lang migration completed 2026-05-28, ReScript interop pending.", |
| 64 | + "tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending" |
57 | 65 | } |
58 | 66 | ] |
0 commit comments