docs(agents): add src/lib.rs to module map in AGENTS.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
210b234a92
commit
2cdbb97cab
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ cargo build -p mock-claude
|
|||
|
||||
| File | Role |
|
||||
|------|------|
|
||||
| `src/lib.rs` | Crate root — re-exports all public modules for use in integration tests |
|
||||
| `src/main.rs` | Entry point — parses CLI, resolves claude binary version, calls run |
|
||||
| `src/cli.rs` | Clap argument definitions (`Cli`, `OutputFormat`) |
|
||||
| `src/config.rs` | Loads `~/.claude/claude-print.toml` (model default, etc.) |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue