You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: allow REUSE LICENSES/ dir in root-shape allowlist (#22)
## Summary
- `check-root-shape.sh` was rejecting `LICENSES/`, the directory REUSE
compliance mandates for licence texts.
- `.machine_readable/root-allow.txt` never listed it, so a
correctly-REUSE-compliant repo was being flagged as root drift.
- Adds the canonical allowlist entry, copied verbatim from the
already-fixed reference at `this-ssg`.
## Test plan
- [x] `bash scripts/check-root-shape.sh .` no longer flags `LICENSES/`
- [x] Only `.machine_readable/root-allow.txt` touched (1 line added)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
CONTRIBUTING.md # REQUIRED AT ROOT by scorecard-enforcer/openssf-compliance/quality CI (test -f, no .github fallback). The fuller copy in .github/ is GitHub's auto-discovery convention; dedupe is an owner decision (would need those CI checks updated to accept .github/).
23
23
SECURITY.md # REQUIRED AT ROOT by scorecard-enforcer CI + the security-policy contractile (test -f SECURITY.md). See CONTRIBUTING.md note re: the .github/ copy.
24
24
LICENSE
25
+
LICENSES/ # REUSE licence texts (MPL-2.0.txt + CC-BY-SA-4.0.txt) for the dual-licence model (code MPL-2.0 / docs CC-BY-SA-4.0)
25
26
CHANGELOG.md
26
27
27
28
# ─── Build entry points (must live at root for their tooling) ────────────────
@@ -64,3 +65,24 @@ container/ # may host Containerfile if not at build/
64
65
.pre-commit-config.yaml # TODO: relocate to ci/.pre-commit-config.yaml after invocation pattern decided
65
66
affinescript/ # AffineScript source subtree consumed by this template
66
67
tools/ # TODO: consolidate with scripts/ or document the split (pending decision)
68
+
69
+
# ─── Nix retirement (policy item, not a CI fix) ───────────────────────────────
70
+
flake.nix # TOLERATED, NOT BLESSED. Nix was retired estate-wide on
0 commit comments