Iter 13d: rustdoc polish for ailang-core + new docwriter agent
Adds ailang-docwriter to /agents/ — a recurring role for keeping crate-, module-, and pub-item-level rustdoc accurate. First mission: ailang-core. Crate root, every module root, every pub item documented; intra-doc links throughout; Iter-13a additions (TypeDef.vars, Type::Con.args) get an explicit backwards-compat note. Two stale broken-link warnings in ailang-check fixed in passing. cargo doc --no-deps now warning-free across the workspace; promoted to verification invariant 6 in DESIGN.md.
This commit is contained in:
@@ -14,6 +14,7 @@ the repo.
|
||||
| `ailang-architect.md` | Read-only reviewer; checks for drift against DESIGN.md after iterations. |
|
||||
| `ailang-tester.md` | Writes examples and E2E tests. |
|
||||
| `ailang-debugger.md` | Diagnoses compiler or codegen bugs. |
|
||||
| `ailang-docwriter.md` | Writes and maintains rustdoc on the Rust crates. |
|
||||
|
||||
## Invocation scheme
|
||||
|
||||
|
||||
Reference in New Issue
Block a user