Organization-level defaults for evolution-gaming. Files here apply to every repository in the organization that does not define its own.
| File | Purpose |
|---|---|
| AI_POLICY.md | AI Contribution Policy — AI may assist, a human owns every commit. |
| CONTRIBUTING.md | Default contributing guide, shown when opening issues and pull requests. |
| .github/workflows/human-commit-ownership.yml | "AI Policy Check" — fails a pull request whose commits list an AI tool as author or co-author. |
GitHub picks up CONTRIBUTING.md automatically for repositories without their own copy. Workflows are
not inherited: copy human-commit-ownership.yml into a repository to enable the check there.
- Copy
.github/workflows/human-commit-ownership.ymlinto the target repository. - Mark AI Policy Check as a required status check in branch protection or a ruleset.
Contributors who hit the check should drop the offending trailer (git rebase -i or
git commit --amend) and force-push.
Open a pull request. Policy changes affect every repository in the organization, so keep them small and explain the reasoning.