docs: todo,kickstart,0 (1 files)

This commit is contained in:
2025-12-25 20:41:03 +00:00
parent 481f0e6ba9
commit d55900e474

View File

@@ -4,14 +4,15 @@ Use this file when youre not sure what to do next, or you want a quick “mak
## The Default Workflow
- Start with the repo workflow prompt: `../../.github/prompts/0-kickstart.md`
- Skim: `../START_HERE.md` and `../INDEX.md`
- Then pick the most relevant TODO file from `./README.md`
- Start with the repo workflow prompt: [../../.github/prompts/0-kickstart.md](../../.github/prompts/0-kickstart.md)
- Skim: [../START_HERE.md](../START_HERE.md) and [../INDEX.md](../INDEX.md)
- Then pick the most relevant TODO file from [./README.md](README.md)
## 15-Minute Local Sanity Check (Frontend)
Run from `frontends/nextjs/`:
- [ ] `cd frontends/nextjs`
- [ ] `npm ci` (or `npm install`)
- [ ] `npm run typecheck`
- [ ] `npm run lint`
@@ -22,16 +23,18 @@ If CI/workflows are the goal, validate locally with `npm run act:diagnose` / `np
## If Something Fails, Start Here
- Build/config issues → `15-BUILD-FIXES-TODO.md`
- Next.js app issues → `5-FRONTEND-TODO.md`
- Prisma/DB issues → `7-DATABASE-TODO.md`
- DBAL issues → `4-DBAL-TODO.md`
- Test infrastructure issues → `8-TESTING-TODO.md`
- Security concerns → `10-SECURITY-TODO.md`
- Workflow/SDLC issues → `1-TODO.md` and `21-SDLC-TODO.md`
- Build/config issues → [15-BUILD-FIXES-TODO.md](15-BUILD-FIXES-TODO.md)
- Next.js app issues → [5-FRONTEND-TODO.md](5-FRONTEND-TODO.md)
- Prisma/DB issues → [7-DATABASE-TODO.md](7-DATABASE-TODO.md)
- DBAL issues → [4-DBAL-TODO.md](4-DBAL-TODO.md)
- Test infrastructure issues → [8-TESTING-TODO.md](8-TESTING-TODO.md)
- Security concerns → [10-SECURITY-TODO.md](10-SECURITY-TODO.md)
- Workflow/SDLC issues → [1-TODO.md](1-TODO.md) and [21-SDLC-TODO.md](21-SDLC-TODO.md)
## Done Criteria (For Most PRs)
- [ ] The smallest relevant test suite is green (unit/E2E as appropriate)
- [ ] `npm run lint` and `npm run typecheck` are green
- [ ] From `frontends/nextjs/`: `npm run lint` and `npm run typecheck` are green
- [ ] The TODO item(s) you addressed are marked `[x]` with a commit reference
If you get stuck, see [../../.github/prompts/EEK-STUCK.md](../../.github/prompts/EEK-STUCK.md).