Task-first docs for coding agents.
Goal: open one focused document, not the whole ai/ folder.
- Find symbols in SYMBOL_INDEX.md.
- Open one task doc from the table below.
- Verify critical names in source with
rg.
| Need | Read |
|---|---|
| Primitive math and geometry types | PRIMITIVE_TYPES.md |
| Matrix/vector layout and interop semantics | SEMANTICS_LINEAR_ALGEBRA.md |
| Geometry and transform semantics | SEMANTICS_GEOMETRY_CORE.md |
| Images, volumes, loaders, processors | PIXIMAGE.md |
| Tensor containers, views, strides | TENSORS.md |
| Graph/spatial/numeric algorithms | ALGORITHMS.md |
| Symbols, dicts, caches, concurrent set | COLLECTIONS.md |
| Logging, telemetry, random, geodesy | UTILITIES.md |
| Serialization/coder APIs | SERIALIZATION.md |
| F# wrappers and idioms | FSHARP_INTEROP.md |
| Incremental/adaptive system | INCREMENTAL.md |
| Need | Read |
|---|---|
| Symbol-to-doc lookup | SYMBOL_INDEX.md |
| Drift and accuracy audit log | DOC_ACCURACY_AUDIT.md |
| AI-friendliness recipe for other repos | RECIPE_AI_FRIENDLINESS.md |
- Docs are orientation, source is truth.
- If a method/type matters, verify with
rgbefore coding. - If docs and code differ, fix docs in the same change.
- Prefer examples that reflect current scripts and project targets.
Last verified against repository state: 2026-02-26