콘텐츠로 이동

v0.4 Stack Decision

Date: 2026-06-21

Scope: content update

Surface: Cloudflare Pages project candidate logan-life-cockpit-research

v0.4는 7-Day Energy Route Probe를 실제 인터랙티브 prototype으로 만들 때의 첫 stack 판단을 추가한다.

결론은 Phaser 4 + TypeScript + Vite 조건부 채택이다. 단, Life Cockpit 전체 제품 stack이 아니라 Route Board prototype의 canvas/game-loop surface에만 쓴다. v0.5에서 SvelteKit과 Rails 8 line이 추가 검토되었다.

Route역할
book/05-implementation-stackPhaser 4 + TypeScript + Vite 검토, 채택 범위, 위험, acceptance scenario
  • home/index reading order에 Implementation Stack을 추가했다.
  • Prototype Contract의 다음 문서 안내에 stack 판단을 추가했다.
  • Evidence Bundle에 stack decision update evidence를 추가했다.

Before release/deploy, run:

Terminal window
npm run build
git diff --check
curl -fsS http://127.0.0.1:35003/book/05-implementation-stack/ | rg 'Phaser 4'
curl -fsS http://127.0.0.1:35003/delivery/evidence-bundle/ | rg 'Stack Decision Update'
  • Production: not deployed in this release.
  • Local preview: http://127.0.0.1:35003/
  • Access/indexing: noindex, nofollow in site head.
  • 실제 Phaser prototype repo/app은 아직 만들지 않았다.
  • Phaser template 사용 시 log.js 또는 no-log script 처리를 먼저 해야 한다.
  • 앱 deploy, auth, persistence, analytics는 별도 contract 전까지 금지다.