- Added .cursor/sessions/* to .gitignore to prevent session files from being tracked. - Enhanced coding standards in SKILL.md by adding semicolons to TypeScript examples for consistency. - Improved formatting in continuous learning, detail layout, and other SKILL.md files for better readability. These changes aim to streamline development processes and maintain code quality across the project.
924 B
924 B
Update Documentation
Sync docs with this frontend monorepo. Source of truth: package.json, apps/web/.env.example, and apps/docs-dev (VitePress).
-
Read root
package.jsonscripts- Table of
pnpm dev:web,pnpm dev:showcase,pnpm dev:docs-dev,pnpm typecheck:web,pnpm test,pnpm check:all
- Table of
-
Read
apps/web/.env.example- Document each
VITE_*var (they are public to the client)
- Document each
-
Update
apps/docs-dev(VitePress) and the root README- Where to work (
apps/webvsshowcase) - Module layout (
example/full-page) - Preferred
@repo/*imports
- Where to work (
-
Do not generate
docs/CONTRIB.md/docs/RUNBOOK.mdunless those files already exist. This repo's docs app isapps/docs-dev. -
List docs not modified in 90+ days for manual review
-
Show a diff summary
Single source of truth: package.json, apps/web/.env.example, apps/docs-dev, apps/showcase (API shape).