Skip to content

Commit 1549f71

Browse files
authored
chore: update docs link in AGENTS.md (#1707)
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.
1 parent cef0d2b commit 1549f71

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ vite-plus/
5050
- **Static `vite.config.ts` extraction**: start at `crates/vite_static_config/README.md` and `packages/cli/src/resolve-vite-config.ts`.
5151
- **Bundled toolchain surfaces**: start with `packages/core/BUNDLING.md`, `packages/cli/BUNDLING.md`, and `packages/test/BUNDLING.md`.
5252
- **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.
5454
- **CLI output behavior**: inspect the relevant code plus `packages/cli/snap-tests/` or `packages/cli/snap-tests-global/`.
5555

5656
## Command and Config Model
@@ -79,7 +79,7 @@ Important distinctions:
7979
- Do not introduce `vite-task.json`; current Vite+ task configuration lives under `run` in `vite.config.ts`.
8080
- Do not run `cargo test -p vite_task` in this repo; Vite Task crates are git dependencies, not local workspace members.
8181

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`.
8383

8484
## Development Workflow
8585

@@ -184,8 +184,8 @@ Use the validation matrix above as the source of truth. For behavior-bearing cha
184184
- Root scripts: `package.json`
185185
- Repo config: `vite.config.ts`
186186
- Vite+ guide: `docs/guide/index.md`
187-
- Run guide: `packages/cli/docs/guide/run.md`
188-
- Run config: `packages/cli/docs/config/run.md`
187+
- Run guide: `docs/guide/run.md`
188+
- Run config: `docs/config/run.md`
189189
- CLI package architecture: `packages/cli/BUNDLING.md`
190190
- Core package architecture: `packages/core/BUNDLING.md`
191191
- Test package architecture: `packages/test/BUNDLING.md`

0 commit comments

Comments
 (0)