| name | doc-chirho |
| description | Generate and review documentation for propagators-chirho |
| disable-model-invocation | true |
| allowed-tools | Bash, Read |
Generate and view documentation for propagators-chirho.
Instructions
- Generate docs with all features:
cargo doc --no-deps --features 'arena,parallel,serde,tracing,tms-full,backtrack,network'
- If user wants to view, open:
open target/doc/propagators_chirho/index.html
- Check for any documentation warnings in the output
- Verify all public items have doc comments
- Report any missing or incomplete documentation