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
22 changes: 22 additions & 0 deletions .machine_readable/root-allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ MAINTAINERS.adoc # maintainer roster
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/).
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.
LICENSE
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)
CHANGELOG.md

# ─── Build entry points (must live at root for their tooling) ────────────────
Expand Down Expand Up @@ -64,3 +65,24 @@ container/ # may host Containerfile if not at build/
.pre-commit-config.yaml # TODO: relocate to ci/.pre-commit-config.yaml after invocation pattern decided
affinescript/ # AffineScript source subtree consumed by this template
tools/ # TODO: consolidate with scripts/ or document the split (pending decision)

# ─── Nix retirement (policy item, not a CI fix) ───────────────────────────────
flake.nix # TOLERATED, NOT BLESSED. Nix was retired estate-wide on
# 2026-06-01 (Guix primary + sealed-container escape hatch).
# This entry stops the root-shape gate failing on a file whose
# REMOVAL is a policy decision tracked in
# dev-notes/GOVERNANCE-REMEDIATION-BACKLOG.md §A — not something
# a CI-unblocking PR should decide. Do NOT mass-delete: campaign
# #102 hand-diffed 277 candidates and removed exactly 1.

# ─── Present in this repo, added after measuring actual root drift ────────────
ARCHITECTURE.md # design overview. TODO: converge to .adoc (AsciiDoc-by-default).
CODE_OF_CONDUCT.md # expected at root by OpenSSF tooling; the .github/ copy is
# GitHub's auto-discovery convention, same split as CONTRIBUTING.md.
GOVERNANCE.md # this repo carries .md; the allowlist above names GOVERNANCE.adoc.
# TODO: pick one and converge estate-wide.
MAINTAINERS # extensionless roster; allowlist above names MAINTAINERS.adoc. Same TODO.
Containerfile # sealed-container packaging tier (the policy-endorsed escape hatch
# from Guix-primary). build/ and container/ are the other permitted homes.
mise.toml # toolchain pin read by mise. Estate canon is .tool-versions —
# TODO: decide which is authoritative, then drop the other.
Loading