Skip to content

feat: add handoff journal route with carry-forward notes#225

Open
iamasx wants to merge 3 commits into
mainfrom
feat/174
Open

feat: add handoff journal route with carry-forward notes#225
iamasx wants to merge 3 commits into
mainfrom
feat/174

Conversation

@iamasx

@iamasx iamasx commented Apr 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a standalone handoff-journal App Router route with route-local handoff entry, action bullet, and carry-forward data
  • build responsive handoff entry cards plus a compact carry-forward rail using route-specific styling
  • add render tests that cover the hero, continuity stats, handoff entries, and carry-forward notes
  • add the new route to the landing page index so the journal is discoverable from /

Testing

  • npm run lint
  • npx -y node@22.12.0 node_modules/vitest/vitest.mjs run src/app/handoff-journal/page.test.tsx
  • npx -y node@22.12.0 node_modules/next/dist/bin/next build

Notes

  • full Vitest suite still has unrelated baseline failures in src/app/field-guide/page.test.tsx and src/app/scenario-board/page.test.tsx
  • local verification used node@22.12.0 via npx because the session default node v20.15.0 is below several toolchain engine requirements

Closes #174

Comment thread src/app/handoff-journal/_components/action-bullet-list.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Test] Add Handoff Journal route with carry-forward notes

1 participant