Fulling v3 is building dedicated AI workspaces. Read docs/architecture.md before product or architecture work.
Requirements: Node.js 24.18+ with its bundled npm 11, PostgreSQL, and GitHub OAuth credentials.
npm ci
cp .env.template .env.local
npm run prisma:migrate
npm run devThe baseline migration targets a new or explicitly reset database. There is no v2 data migration.
npm run lintnpm testnpm run test:e2enpm run build- verify that no browser response or log includes kubeconfig content
Commits use conventional prefixes such as feat:, fix:, docs:, refactor:,
and chore:.
Dependency updates follow the dependency maintenance policy.