You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updates the documentation in `AGENTS.md` to clarify the locations of
product and repository documentation, and to reflect recent changes to
where the Run guide and config files are located.
Copy file name to clipboardExpand all lines: AGENTS.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ vite-plus/
50
50
-**Static `vite.config.ts` extraction**: start at `crates/vite_static_config/README.md` and `packages/cli/src/resolve-vite-config.ts`.
51
51
-**Bundled toolchain surfaces**: start with `packages/core/BUNDLING.md`, `packages/cli/BUNDLING.md`, and `packages/test/BUNDLING.md`.
52
52
-**Generated project agent guidance**: `packages/cli/AGENTS.md` and `packages/cli/src/utils/agent.ts`; do not edit these when the task is only to improve root repo guidance.
53
-
-**Product/repo docs**: root contributor docs live at the repo root and `docs/`; CLI package docs live under `packages/cli/docs/`; generated agent guidance is separate.
53
+
-**Product/repo docs**: root contributor docs live at the repo root and the VitePress site under `docs/` (`docs/guide/`, `docs/config/`); generated agent guidance is separate.
54
54
-**CLI output behavior**: inspect the relevant code plus `packages/cli/snap-tests/` or `packages/cli/snap-tests-global/`.
55
55
56
56
## Command and Config Model
@@ -79,7 +79,7 @@ Important distinctions:
79
79
- Do not introduce `vite-task.json`; current Vite+ task configuration lives under `run` in `vite.config.ts`.
80
80
- Do not run `cargo test -p vite_task` in this repo; Vite Task crates are git dependencies, not local workspace members.
81
81
82
-
Reference: `packages/cli/docs/guide/run.md` and `packages/cli/docs/config/run.md`.
82
+
Reference: `docs/guide/run.md` and `docs/config/run.md`.
83
83
84
84
## Development Workflow
85
85
@@ -184,8 +184,8 @@ Use the validation matrix above as the source of truth. For behavior-bearing cha
0 commit comments