-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.hypatia-baseline.json
More file actions
82 lines (82 loc) · 3.92 KB
/
Copy path.hypatia-baseline.json
File metadata and controls
82 lines (82 loc) · 3.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"severity": "high",
"rule_module": "cicd_rules",
"type": "banned_language_file",
"file_pattern": "rescript-ecosystem/**",
"note": "rescript-ecosystem is a vendor/upstream collection of ReScript libraries and forks; migration to AffineScript tracked in estate migration plan.",
"tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending"
},
{
"severity": "high",
"rule_module": "cicd_rules",
"type": "banned_language_file",
"file_pattern": "affinescript-ecosystem/rattlescript/**",
"note": "rattlescript contains affine-res bridge package (AffineScript<->ReScript interop layer); .res files are the bridge source, not new ReScript.",
"tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending"
},
{
"severity": "high",
"rule_module": "cicd_rules",
"type": "banned_language_file",
"file_pattern": "cadre-router/**",
"note": "cadre-router is a ReScript library (router primitives); pending migration to AffineScript.",
"tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending"
},
{
"severity": "high",
"rule_module": "cicd_rules",
"type": "banned_language_file",
"file_pattern": "cadre-tea-router/**",
"note": "cadre-tea-router is a ReScript TEA router; pending migration to AffineScript.",
"tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending"
},
{
"severity": "high",
"rule_module": "cicd_rules",
"type": "banned_language_file",
"file_pattern": "coq-ecosystem/**",
"note": "coq-ecosystem/coq-jr contains upstream jsCoq demo .res files; vendored upstream, not estate-authored.",
"tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending"
},
{
"severity": "high",
"rule_module": "cicd_rules",
"type": "banned_language_file",
"file_pattern": "deno-ecosystem/**",
"note": "deno-ecosystem/projects contains pre-migration ReScript projects; migration tracked in estate plan.",
"tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending"
},
{
"severity": "high",
"rule_module": "cicd_rules",
"type": "banned_language_file",
"file": "iser-tools/julianiser/examples/data-pipeline/pipeline.py",
"note": "Translation target fixture: Python source used to demonstrate julianiser Python-to-Julia translation patterns. This file exists to be translated AWAY from Python, not as functional Python code.",
"tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending"
},
{
"severity": "high",
"rule_module": "cicd_rules",
"type": "banned_language_file",
"file_pattern": "czech-file-knife/cfk-ios/**",
"note": "cfk-ios is the iOS File Provider Extension for czech-file-knife; requires Swift for NSFileProviderReplicatedExtension (no Tauri/Dioxus equivalent for this specific iOS API).",
"tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending"
},
{
"severity": "high",
"rule_module": "cicd_rules",
"type": "banned_language_file",
"file_pattern": "synapse/examples/swift/**",
"note": "synapse/examples/swift/ contains auto-generated Swift output from the synapse code generator; this is generated example output, not hand-written Swift.",
"tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending"
},
{
"severity": "high",
"rule_module": "cicd_rules",
"type": "banned_language_file",
"file_pattern": "v-ecosystem/**",
"note": "v-ecosystem/ is the documented V-lang R&D carve-out (estate-wide policy 2026-04-10). V-lang code (including v.mod manifests) is permitted here as this is the Zig migration target zone. V-lang migration COMPLETED 2026-05-28 across 16 PRs for all non-v-ecosystem paths.",
"tracking_issue": "https://github.com/hyperpolymath/developer-ecosystem/issues/pending"
}
]