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
19 changes: 19 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# AI Contributor Code of Conduct

These rules apply to **any AI agent or AI-assisted automation** contributing to this repository.
They exist so that automated changes are always reviewed by a human before they land. Humans
contributing in the normal way are unaffected.

## Rules

1. **Never commit or push directly to a protected branch.** Do **not** push to `main` or to any
`dev-*` branch. Changes to those branches happen **only** through a pull request that a human
reviews and merges.

2. **Do your work on a feature branch**, named with the prefix **`ai-feature-`**
(e.g. `ai-feature-fix-ontology-parse`). One logical change per branch.

3. **Propose changes via pull request.** Open a PR from your `ai-feature-…` branch into `main` and
leave it for human review. **Do not merge your own PR**, and never bypass branch protection.

4. **Never force-push** a shared branch and never rewrite published history.
Loading