Skip to content

Commit 2e85fbd

Browse files
authored
docs(agents): add vp_pm_cli_macros and vp_toolchain to the repo map (#2524)
Add two types of missing crates(`vp_pm_cli_macros`, `vp_toolchain`)
1 parent e2fae6b commit 2e85fbd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ vite-plus/
3838
├── crates/vp_js_runtime/ # Managed Node.js runtime support
3939
├── crates/vp_migration/ # Rust migration helpers
4040
├── crates/vp_pm_cli/ # Package-manager detection, download, command resolution, and dispatch
41+
├── crates/vp_pm_cli_macros/ # `#[pm_args]` proc macro used by vp_pm_cli command definitions
4142
├── crates/vp_setup/ # Setup helpers
4243
├── crates/vp_shared/ # Shared Rust env config, tracing, output, utilities
4344
├── crates/vp_static_config/ # Static extraction of vite.config.* data
45+
├── crates/vp_toolchain/ # toolchain.json manifest model, validation, and `why` hints
4446
└── crates/vp_trampoline/ # Windows shim trampoline
4547
```
4648

0 commit comments

Comments
 (0)