Shared organization profile, governance notes, and maintenance automation for Marginalia.
Default contributor guidance lives in CONTRIBUTING.md. It covers pull request
review expectations, optional local CodeRabbit review, and where to find
repository-specific checks.
Default branches are protected directly on the current repositories.
For the current GitHub plan, use the per-repository protection script whenever a new repository is created:
scripts/apply-current-repo-protections.shThe script protects each non-archived repository's default branch from force pushes and deletion, enables linear history, and requires review thread resolution.
GitHub organization rulesets are documented in rulesets/default-branches.json for later. Apply or update the organization ruleset after upgrading to a plan that supports organization rulesets:
GH_TOKEN=... scripts/apply-default-branch-ruleset.shThe token must have organization administration access for marginalia-os. Do not commit tokens, paste them into issues, or pass them through shell commands that will be saved in history.