Commit 02d0275
fix(governance): enumerate banned-language demos in .hypatia-ignore
absolute-zero is the estate's canonical language-demonstration repo —
it ships example files in ~9 banned languages by design. Since
standards#168 merged (governance-reusable.yml + extended language-policy
covering Java/Kotlin/Swift/Dart/V-lang/ATS2/Makefile in addition to
ReScript/Go/Python), every push to main has gone red on the
language-policy step.
Adds 9 enumerated exemptions covering all current banned-language demos:
- 3 .res (ReScript demo + interpreter + SafeDOMExample)
- 1 .go (nop semantics)
- 2 .java + 2 .kt (BalancedOps + Nop, cross-language nop study)
- 1 .swift (Nop)
Each file is a language-demo scaffold, not load-bearing code — none are
imported into the toolchain build.
Follow-up: standards#180 adds file_pattern glob matching to
in_baseline(). Once that merges, this enumerated list collapses to a
single `examples/**` file_pattern entry in .hypatia-baseline.json (with
the .res files migrating to .affine separately under the existing
2026-Q3 plan).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ef523e0 commit 02d0275
1 file changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
0 commit comments