This repository is the LibreCode Coop organization configuration repository. It owns the public organization profile, community defaults, workflow catalog and the caller configuration for repository governance.
governance.config.jsonis the declarative source for LibreCodeCoop repository governance and supported GitHub metadata.- The governance engine itself lives in
LibreCodeCoop/github-governance. - Organization workflow templates and helper Actions live in this repository. Product-specific release behavior belongs in its owning product repository, such as
LibreCodeCoop/release-tool. workflow-templates/**is the organization catalog consumed by repositories; do not add product-specific business logic here.- Repository-local licenses, README files and
AGENTS.mdstay in their own repositories.
Changes to workflows/configuration should pass DCO, actionlint and zizmor. Governance changes should be planned before apply.
- Never commit GitHub App private keys or tokens.
- Keep action pins immutable.
- Treat governance apply as a privileged operation.
- Preserve reviewable PR-based changes for repository policy.
New LibreCode-owned files use AGPL-3.0-or-later and must include appropriate SPDX metadata.