Skip to content

docs: fix AGENTS.md API examples + update llms.txt - #81

Merged
kolkov merged 1 commit into
mainfrom
docs/agents-llms-validation
Jun 17, 2026
Merged

docs: fix AGENTS.md API examples + update llms.txt#81
kolkov merged 1 commit into
mainfrom
docs/agents-llms-validation

Conversation

@kolkov

@kolkov kolkov commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • AGENTS.md: Quick Start had entirely wrong API examples (non-existent functions). Fixed to match real public API. Added metrics, backend status table, v1.0 target.
  • llms.txt: Added description line, ROADMAP/ARCHITECTURE/CONTRIBUTING links.

Test plan

  • Docs-only, no code changes

AGENTS.md: Quick Start had entirely wrong API (wgsl.Parse, NewValidator,
spirv.NewWriter don't exist). Fixed to real API: naga.Compile(),
naga.Parse/Lower, naga.GenerateSPIRV, msl.Compile, glsl.Compile.
Added 323K LOC, 100% parity scores, 5 backend status table, snapshot
testing note, v1.0 target. GLSL: "OpenGL ES" → "OpenGL 3.3+, ES 3.0+".

llms.txt: added description, ROADMAP/ARCHITECTURE/CONTRIBUTING links.
@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@kolkov
kolkov merged commit 1e4453c into main Jun 17, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant