Commit Graph

7 Commits

Author SHA1 Message Date
829bd6d5d8 Merge pull request '[QOTD-5] Configure test runner' (#3) from ssmp/qotd-5-r6 into main 2026-07-21 05:45:40 +00:00
b9bbb676b1 Merge pull request '[QOTD-3] Configure TypeScript (tsconfig.json)' (#2) from ssmp/qotd-3-r6 into main 2026-07-21 05:45:30 +00:00
sdlcadmin
47d6d61d51 [QOTD-5] Configure test runner with Vitest and placeholder test
Add src/placeholder.test.ts to confirm the Vitest harness works
end-to-end (npm test passes). Update CLAUDE.md project structure
to reflect the now-created src/ directory.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-21 05:07:27 +00:00
sdlcadmin
348204558f Add tsconfig.json and empty src/index.ts
Configures TypeScript with strict: true, target ES2020, rootDir src/, outDir dist/. tsc --noEmit passes cleanly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-21 05:05:02 +00:00
c5a2d9245c Merge pull request '[QOTD-2] Initialise npm project and install dependencies' (#1) from ssmp/qotd-2-r7 into main 2026-07-20 15:09:31 +00:00
sdlcadmin
9d60f0708c [QOTD-2] Initialise npm project and install dependencies
- npm init with express (prod) and typescript, ts-node, @types/express,
  @types/node, eslint, @typescript-eslint/parser,
  @typescript-eslint/eslint-plugin, vitest (dev)
- Add .gitignore excluding node_modules/ and dist/
- Add CLAUDE.md documenting chosen stack, commands, and project structure

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-20 15:00:16 +00:00
e4ac0430ce Initial commit 2026-07-20 10:43:57 +00:00