AGENTS.md
integrations/agents/AGENTS.mdAGENTS.md
Quality
45/100
Scores the file, not the repository.Length
314 words
4 headings · 2 code blocksRepository
205
— · pushed 44 days agoLast changed
3 days ago
First indexed 3 days ago.1# AGENTS.md23This repository uses **AIGX (AI Genome Exchange)** — its AI-agent rules live in a `.aigx/` directory with a4per-file boundary index. You don't need to guess the conventions; they are in the genome. Read this section5before editing.67## The reading protocol — do this for every task891. **Read `.aigx/protocol.aigx`** first — it is the authoritative reading sequence.102. **For EACH file you will edit, open `.aigx/files.aigx`** and find its `<file path="...">` entry:1112```xml13 <file path="src/features/auth/login.ts" domain="auth">14 <role>Handle login — validate credentials and issue a session</role>15 <forbid pri="CRIT">NEVER read from another tenant's session store</forbid>16 <gotcha>token expiry is checked at read-time, not issue-time</gotcha>17 <check>ARCH-no-deep-imports ENG-tenant-scope</check>18 </file>19```2021 - **`<role>`** — what this file is for; understand it before writing a line.22 - **`<forbid pri="CRIT">`** — a hard constraint. Never violate it, no exceptions.23 - **`<gotcha>`** — the single worst pitfall for this file; read it twice.24 - **`<check>`** — space-separated rule ids. Look each up in its concern file and **verify they hold25 before you finish.**26273. **Read the concern files your check ids reference** — `.aigx/architecture.aigx` (`ARCH-*`),28 `.aigx/engineering.aigx` (`ENG-*`), `.aigx/data.aigx` (`DATA-*`), etc. — *before* writing code.294. **Make the minimal change** with a local blast radius, then **verify every `<check>` id** for each file30 you touched.3132## Keep the genome current (you are a steward of it)3334- **Rename/move a file** that has a `files.aigx` entry → update its `path="..."` in the **same change-set**.35- **Create a new file** other agents will edit → add a `<file>` entry (at least `<role>` + one `<check>`).36- **Rule ids are permanent** (`ARCH-no-deep-imports`, `ENG-2`, …) — never rename or delete; edit text in place.37- **A code change that makes a rule wrong** → fix the rule text in the same change-set. The genome describes38 reality, not history.3940## Validate4142```bash43aigx lint # or: python tools/aigx-lint/aigx_lint.py --root .44```4546> Full format: <https://github.com/Lolner95/AIGX/blob/main/standard/AIGX-1.1.md>47
Also in Lolner95/AIGX
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| Lolner95/AIGXintegrations/claude-code/CLAUDE.md · 205 | CLAUDE.md | arch | 62/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| OnlyTerp/prompt-cache-skillsAGENTS.md · 112 | AGENTS.md | setupbuildtestlint-format+5 | 100/100 | 3 days ago | |
| n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199k | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70 | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| wpscanteam/wpscanAGENTS.md · 9.7k | AGENTS.md | setupbuildteststyle+6 | 100/100 | 2 days ago | |
| SkeneTechnologies/skene-cookbookAGENTS.md · 51 | AGENTS.md | setupbuildtestlint-format+7 | 100/100 | 2 days ago | |
| mui/material-uiAGENTS.md · 99k | AGENTS.md | setupbuildtestlint-format+9 | 100/100 | 3 days ago | |
| trick77/agents-md-syncAGENTS.md · 2 | AGENTS.md | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| aaif-goose/gooseAGENTS.md · 52k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 3 days ago |
