Commit graph

24 commits

Author SHA1 Message Date
Nexus Dev
73859ab014 feat(25-07): add placeholder and agent-generated file routes
- Import placeholderService and resolveDefaultStorageDir in chat-files routes
- Track agent_generated project-scoped uploads in PLACEHOLDERS.md manifest
- Add POST /files/:fileId/replace endpoint for placeholder replacement
- Replace endpoint updates manifest and creates cross-reference chain
- Mark FILE-08 and FILE-11 Complete in REQUIREMENTS.md
2026-04-02 15:08:51 +00:00
Nexus Dev
b6bb7b2196 chore(25-06): mark FILE-09 and FILE-10 complete in REQUIREMENTS.md
- FILE-09: git commit on every file operation — implemented via gitFileService
- FILE-10: version history endpoint — implemented via GET /files/:fileId/history
2026-04-02 15:08:51 +00:00
Nexus Dev
9723482b12 feat(25-04): wire ChatCodeFilePreview into ChatFilePreview and mark FILE-07 FILE-13 Complete
- Add code category branch in ChatFilePreview routing to ChatCodeFilePreview
- Mark FILE-07 (one-click download) as Complete in REQUIREMENTS.md
- Mark FILE-13 (cross-device access) as Complete in REQUIREMENTS.md
- Update Traceability table for FILE-07 and FILE-13
2026-04-02 15:08:51 +00:00
Nexus Dev
4142aa1591 feat(25-05): mark FILE-12 Complete in REQUIREMENTS.md 2026-04-02 15:08:51 +00:00
Nexus Dev
bb11e8fece feat(25-08): wire VoiceRecordButton into ChatInput and mark INPUT-02/03/04 complete
- Add enableVoiceInput prop to ChatInput props interface
- Add handleTranscription callback that appends transcription text to textarea state
- Render VoiceRecordButton conditionally when enableVoiceInput is true
- Pass enableVoiceInput={true} from ChatPanel to ChatInput
- Mark INPUT-02, INPUT-03, INPUT-04 as Complete in REQUIREMENTS.md traceability table
2026-04-02 15:08:51 +00:00
Nexus Dev
f2ad8bada5 docs(25-03): complete file preview and flow wiring plan — SUMMARY, STATE, ROADMAP updated 2026-04-02 15:08:51 +00:00
Nexus Dev
261db60d1d docs(25-01): complete chatFileService and chatFileRoutes plan — SUMMARY, STATE, ROADMAP updated 2026-04-02 15:08:51 +00:00
Nexus Dev
ae7f80e965 docs(25-02): complete file upload UI plan — ChatFileDropZone, useChatFileUpload, ChatInput wired
- SUMMARY.md documents XHR progress pattern and backward-compatible props
- STATE.md advanced to plan 2, decisions logged, metrics recorded
- ROADMAP.md updated with 2/4 summaries complete for phase 25
- REQUIREMENTS.md marks FILE-05 complete
2026-04-02 15:08:51 +00:00
Nexus Dev
0cc655d792 docs(25-00): complete file system foundation plan — schema, types, validators, test stubs
- Create 25-00-SUMMARY.md with full plan documentation
- Update STATE.md: advance to plan 2/4, record metrics and decisions
- Update ROADMAP.md: phase 25 in progress (1/4 summaries)
- Update REQUIREMENTS.md: mark FILE-01, FILE-02, FILE-03 complete
2026-04-02 15:08:51 +00:00
Nexus Dev
d78bdad0a9 docs(24-00): complete foundation plan — migrations, schema, types, test stubs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 15:08:51 +00:00
Nexus Dev
df83f6e43c docs(23-00): complete foundation plan summary, update state and roadmap
- 23-00-SUMMARY.md: DB migration + shared types + Wave 0 test stubs
- STATE.md: advance to plan 2/4, record metric and decision
- ROADMAP.md: update phase 23 progress (1/4 summaries)
- REQUIREMENTS.md: mark AGENT-01 through AGENT-07 and CHAT-09 complete
2026-04-02 15:08:51 +00:00
Nexus Dev
16db157ec0 docs(22-05): complete final integration plan summary, update state and roadmap
- SUMMARY: virtualized ChatMessageList, fully wired ChatPanel and ChatInput
- STATE: plan 05 complete, phase 22 all 5 plans done, stopped_at updated
- ROADMAP: phase 22 marked Complete (6/6 summaries)
- REQUIREMENTS: PERF-03 marked complete (CHAT-01/08/10/11/12, INPUT-05/06, PERF-02 already complete)
2026-04-02 15:08:51 +00:00
Nexus Dev
47430d0e93 docs(22-04): complete slash command and mention popover plan
- Create 22-04-SUMMARY.md
- Update STATE.md with plan completion, metrics, decisions
- Update ROADMAP.md plan progress (5/6 summaries)
- Mark requirements INPUT-05, INPUT-06 complete
2026-04-02 15:08:50 +00:00
Nexus Dev
fbfcd454cb docs(22-03): complete message action controls plan — ChatStopButton, ChatMessageActions, ChatMessage edit mode 2026-04-02 15:08:50 +00:00
Nexus Dev
8f7264a86c docs(22-01): complete SSE streaming endpoint plan 2026-04-02 15:08:50 +00:00
Nexus Dev
ab40702606 docs(22-02): complete agent identity components plan — ChatMessageIdentityBar, ChatAgentSelector, agent-role-colors 2026-04-02 15:08:50 +00:00
Nexus Dev
02abd5f8cb docs(22-00): complete Wave 0 foundation plan — migration, types, react-virtual, agent-role-colors, CSS, test stubs 2026-04-02 15:08:50 +00:00
Nexus Dev
64b2302f93 docs(21-05): complete chat UI wiring plan — chatApi, TanStack Query hooks, conversation list, message thread
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 15:08:50 +00:00
Nexus Dev
e7411ab727 docs(21-03): complete chat service and REST API plan
- SUMMARY.md created with service/route implementation details
- STATE.md: advanced to plan 5/6, recorded 6min duration, added 3 decisions
- ROADMAP.md: updated phase 21 progress (5/6 summaries)
- REQUIREMENTS.md: marked CHAT-04, CHAT-05, CHAT-06, HIST-05 complete
2026-04-02 15:08:50 +00:00
Nexus Dev
c3c4145f9b docs(21-04): complete chat panel shell plan
- 21-04-SUMMARY.md with task details, deviations, known stubs
- STATE.md: advanced to plan 4, updated progress 67%, added decisions
- ROADMAP.md: phase 21 updated (4/6 summaries)
- REQUIREMENTS.md: INPUT-01 and THEME-01 marked complete
2026-04-02 15:08:50 +00:00
Nexus Dev
ec345f6067 docs(21-02): complete markdown renderer plan — ChatMarkdownMessage, ChatCodeBlock, hljs theme CSS 2026-04-02 15:08:50 +00:00
Nexus Dev
9e9b38d587 docs(21-00): complete chat-foundation test stubs plan 2026-04-02 15:08:50 +00:00
Nexus Dev
44a5124cf3 docs(21-01): complete chat schema and shared types plan
- SUMMARY.md with accomplishments, commits, and deviation notes
- STATE.md advanced to plan 2 of 6, 33% progress
- ROADMAP.md updated with plan progress
- REQUIREMENTS.md: marked HIST-01 and HIST-06 complete
2026-04-02 15:08:50 +00:00
3c85784b6d [nexus] chore: migrate .planning/ from agent repo to nexus repo
Planning artifacts (milestones v1.0-v1.2.1, v1.3 queue, PROJECT.md,
STATE.md, config) now live alongside the code they describe.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 15:08:50 +00:00