- Introduced coding standards for TypeScript and React in SKILL.md. - Added continuous learning skill with configuration and evaluation scripts. - Created detail layout guidelines for read-only pages. - Established form layout rules for data-entry forms. - Documented project guidelines for the frontend monorepo. - Implemented security review checklist for frontend/Electron applications. - Developed a verification loop skill for comprehensive session checks. This commit enhances the skill set available for developers, ensuring adherence to best practices and improving code quality.
921 B
921 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).