Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions rhodium-standard-repositories/spec/LANGUAGE-POLICY.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ NOTE: For full rationale and migration guides, see the link:{source-repo}[CCCP r
| Insecure by default. Detection via hypatia
`cicd_rules/nodejs_detected` (matches `package-lock.json`) with
`path_allow_prefixes` covering nine carve-out classes (six original
+ three added during the migration via hypatia#405):
+ three added during the migration via hypatia#405 + one added
post-closeout via hypatia#412 for `/bindings/rescript/` symmetry):
(1a) `**/vscode/**` VSCode extension host-required toolchain;
(1b) `vscode-` substring (extension repos/subdirs);
(1c) `tree-sitter-` substring (grammar npm-publish targets, Class C
Expand All @@ -201,8 +202,9 @@ NOTE: For full rationale and migration guides, see the link:{source-repo}[CCCP r
forks;
(4) `hyperpolymath-archive/**` archived repos;
(5) `**/deps/**`, `**/node_modules/**`, `**/.lake/**` (Lean4),
`**/office-addin/**`, `**/bindings/{javascript,typescript}/**`
vendored / host-required / consumer-export deps;
`**/office-addin/**`, `**/bindings/{javascript,typescript,rescript}/**`
vendored / host-required / consumer-export deps (the `rescript`
variant is host-required for the rescript-to-js compile chain);
(6) `**/example/**`, `**/examples/**`, `**/test-fixtures/**`,
`**/fixtures/**` example/test fixtures.
*Migration substantially complete 2026-05-31* under umbrella
Expand Down