mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-02 06:22:42 -08:00
32 lines
929 B
Markdown
32 lines
929 B
Markdown
# Agent: codex-vitepress-subagents-ignore-20260220T101755Z-k2m9
|
|
|
|
- alias: codex-vitepress-subagents-ignore
|
|
- mission: Exclude docs/subagents from VitePress build
|
|
- status: completed
|
|
- branch: main
|
|
- started_at: 2026-02-20T10:17:55Z
|
|
- heartbeat_minutes: 5
|
|
|
|
## Current Work (newest first)
|
|
|
|
- [2026-02-20T10:18:30Z] handoff: added `srcExclude: ['subagents/**']` in `docs/.vitepress/config.ts`; verified `bun run docs:build` passes and no `subagents` routes emitted.
|
|
- [2026-02-20T10:17:55Z] intent: answer whether VitePress can ignore `docs/subagents` and implement exclusion in config.
|
|
|
|
## Files Touched
|
|
|
|
- `docs/.vitepress/config.ts`
|
|
- `docs/subagents/INDEX.md`
|
|
- `docs/subagents/agents/codex-vitepress-subagents-ignore-20260220T101755Z-k2m9.md`
|
|
|
|
## Assumptions
|
|
|
|
- Excluding `docs/subagents/**` from docs routes is desired for both local dev and production docs builds.
|
|
|
|
## Open Questions / Blockers
|
|
|
|
- none
|
|
|
|
## Next Step
|
|
|
|
- none
|