story-kit: create 144_story_add_build_timestamp_and_persist_chat_history_across_rebuilds

This commit is contained in:
Dave
2026-02-24 13:44:46 +00:00
parent 410099fb49
commit 569312683f

View File

@@ -1,16 +1,18 @@
--- ---
name: "Add build timestamp and persist chat history across rebuilds" name: "Add build timestamp to frontend UI"
--- ---
# Story 144: Add build timestamp and persist chat history across rebuilds # Story 144: Add build timestamp to frontend UI
## User Story ## User Story
As a ..., I want ..., so that ... As a developer, I want to see when the frontend was last built so I can tell whether it includes recent changes.
## Acceptance Criteria ## Acceptance Criteria
- [ ] TODO - [ ] Inject a `__BUILD_TIME__` compile-time constant via `define` in `frontend/vite.config.ts`
- [ ] Display the build timestamp somewhere subtle in the UI (e.g. bottom corner, header tooltip, or footer)
- [ ] Timestamp should be human-readable (e.g. "Built: 2026-02-24 14:30")
## Out of Scope ## Out of Scope