Docs Sync Plan (Exports Phase)
When exports or JSON contracts change, update docs in the same implementation window.
Required docs updates
docs/exports/README.mddocs/exports/core.mddocs/exports/config.mddocs/exports/examples.mddocs/json/README.md(canonical JSON /--jsonspec)
Related config docs
docs/config/commands.mddocs/config/env.md(if env keys changed)
Web/API docs
apps/webAPI page(s) that describe programmatic usage and JSON output.
Checklist
- Update import examples to namespaced API where recommended (
docs/exports/core.md,docs/exports/examples.md; runpnpm run docs:syncfor Nextra). - Mark Stable vs Advanced APIs clearly (
docs/exports/core.md). - JSON envelope +
--jsondocumented indocs/json/README.md. -
apps/webAPI page aligned with namespaces + JSON behavior (when that site ships). - Verify cross-links after file moves (
grepbroken paths indocs/).