dorfteich/apps/collab
Claude Fable 5 6a520e27b1
All checks were successful
CI / Lint, typecheck, test (pull_request) Successful in 5m40s
CI / Build container images (pull_request) Successful in 4m15s
CI / Auth e2e pack (pull_request) Successful in 8m33s
CI / Import/export fidelity gate (pull_request) Successful in 59s
#236: pin the Node version
.node-version (22.15.1) becomes the single authoritative Node version:
CI/CD select Node only via node-version-file, every Dockerfile pins
node:22.15.1-alpine, and the engines floor in package.json states the
same version (open-ended upwards so a newer local Node keeps working —
reproducibility rests on images and CI). An early CI step fails on any
drift between those places; update procedure in operations.md
(Update strategy). Precondition for the reproducibility claim in #219.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0168Ph5uBmHm8X28CSVpbpnJ
2026-07-31 04:14:55 +02:00
..
src fix flaky tampered-token test: flip a significant signature character 2026-07-30 09:40:05 +02:00
Dockerfile #236: pin the Node version 2026-07-31 04:14:55 +02:00
package.json Add collab document persistence hooks and content-cache refresh (#35) 2026-07-08 17:06:41 +02:00
tsconfig.json Add collaboration server skeleton (Hocuspocus) with health, container, and CI/CD (#33) 2026-07-08 14:53:44 +02:00
vitest.config.ts Add collab document persistence hooks and content-cache refresh (#35) 2026-07-08 17:06:41 +02:00
vitest.global-setup.ts Add collab document persistence hooks and content-cache refresh (#35) 2026-07-08 17:06:41 +02:00