Agents
Agent Usage
curl and llms.txt entry points for fetching A7 documentation.
Agent Usage
Prefer raw text URLs over crawling the visual site. Every rendered page has a markdown twin under /a7-py/docs/<slug>.md.
Fetch order
curl -fsSL https://code5717.github.io/a7-py/llms.txt
curl -fsSL https://code5717.github.io/a7-py/llms-full.txt
curl -fsSL https://code5717.github.io/a7-py/docs/language.md
Compact index
llms.txt lists every public markdown page with a short summary. Use it first when choosing which page to fetch.
Full corpus
llms-full.txt concatenates the whole public docs corpus. Use it when one fetch with the entire public context is enough.
Agent rules
- Treat
README.md,docs/SPEC.md,docs/STATUS.md, anddocs/RELEASE.mdas authoritative when changing the compiler. - Treat site markdown as public-facing compression of those sources.
- Keep generated Zig output single-file.
- Do not author A7 examples that rely on source recursion.
Deploy verification
After a docs deploy:
curl -fsSI https://code5717.github.io/a7-py/
curl -fsSL https://code5717.github.io/a7-py/docs/index.md
curl -fsSL https://code5717.github.io/a7-py/llms.txt
See Project for contribution and doc maintenance rules.