diff --git a/docs/design_handoff/CLAUDE_CODE_PROMPT.md b/docs/design_handoff/CLAUDE_CODE_PROMPT.md new file mode 100644 index 0000000000000000000000000000000000000000..98ae5f91cce52244c4354aff05eac60a47cc5aa4 --- /dev/null +++ b/docs/design_handoff/CLAUDE_CODE_PROMPT.md @@ -0,0 +1,43 @@ +# Prompt for Claude Code · v0.4.5 polish session + +Copy-paste this whole block into Claude Code as your opening message. + +--- + +v0.4.4 has shipped to the local development environment. The Findings region with the Five Stones, evidence cards, and Capstone meta-card are live and rendering against real queries via local uvicorn (`uvicorn web.main:app --host 127.0.0.1 --port 7860`). Screenshots from 80 Pioneer Street, Red Hook confirm the architecture working: four Stones producing genuinely different evidence-card kinds, each carrying its tier badge, the briefing prose with citations resolving cleanly, and the map with three tier-encoded layers. + +**v0.4.5 is polish.** Nine specific issues observed in production-shaped local runs, plus a new Stone-tinted light-theming layer. **None of the fixes are structural. Don't rebuild anything.** Read the current implementations of `src/lib/components/findings/StoneRegion.svelte`, `src/lib/components/findings/EvidenceCard.svelte`, and `src/lib/components/findings/CapstoneCard.svelte` and apply the deltas described in `V0.4.5_SPEC.md`. + +**Important context.** + +- Public mirrors (GitHub, HF Space) were deleted pre-hackathon for caution and re-publish during the hackathon window. **The HF Space link is currently delisted; do not reference it.** All references in this work target local development. +- The codebase is **SvelteKit (Svelte 5 with runes)**. Stay in idiomatic Svelte: `$state`, `$derived`, `$props`, scoped ` + +
+ + + + + + + + + + + +