Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .githooks/validate-k9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ validate_k9() {
fi

# Also check for signature fields outside pedigree (top-level)
if [[ "$line" =~ ^[[:space:]]*(signature)[[:space:]]*= ]]; then
if [[ "$line" =~ ^[[:space:]]*(signature|signature_required)[[:space:]]*= ]]; then
has_signature_field=true
fi
done < "$file"
Expand Down
11 changes: 11 additions & 0 deletions .machine_readable/root-allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,14 @@ MAINTAINERS # Project file that must remain at the repository ro
REQUIRES_INITIALISATION.md # Project documentation.
flake.guix # Project file that must remain at the repository root.
mise.toml # Build/tool manifest — must sit at the root to be found.

# ─── Declared 2026-09-04: AsciiDoc-by-default migration + tool dotfile.
# The .md docs above were converted to .adoc (openssf-compliance and
# docs checks already accept either); the old entries are left above
# for tooling that still references the historical .md names.
ARCHITECTURE.adoc # Project documentation (AsciiDoc-by-default).
CHANGELOG.adoc # Project documentation (AsciiDoc-by-default).
CODE_OF_CONDUCT.adoc # Project documentation (AsciiDoc-by-default).
CONTRIBUTING.adoc # Project documentation (AsciiDoc-by-default).
SECURITY.adoc # Project documentation (AsciiDoc-by-default).
.mise.toml # Repo-specific mise config; must sit at the root to be found.