Commit Graph

85 Commits

Author SHA1 Message Date
Lukas May
0ff65b0b02 feat: Rename application from "Codewalk District" to "Codewalkers"
Update all user-facing strings (HTML title, manifest, header logo,
browser title updater), code comments, and documentation references.
Folder name retained as-is.
2026-03-05 12:05:08 +01:00
Lukas May
111ed0962f docs(21-06): complete integration smoke test plan
Tasks completed: 2/2
- Run full build verification (TypeScript, Vite, tests)
- Full integration smoke test (human-verified, approved)

SUMMARY: .planning/phases/21-polish-integration/21-06-SUMMARY.md
2026-02-05 09:16:31 +01:00
Lukas May
c1744b306c docs(21-04): complete subscription error handling plan
Tasks completed: 2/2
- Add subscription error handling with toast feedback on all pages
- Verify SpawnArchitectDropdown error toast coverage (no-op)

SUMMARY: .planning/phases/21-polish-integration/21-04-SUMMARY.md
2026-02-05 09:05:49 +01:00
Lukas May
7e82ac561b docs(21-03): complete cross-screen navigation & mobile responsive plan
Tasks completed: 2/2
- Add cross-screen navigation links
- Fix mobile responsive layout for detail panels

SUMMARY: .planning/phases/21-polish-integration/21-03-SUMMARY.md
2026-02-05 09:01:34 +01:00
Lukas May
81814ac213 docs(21): create phase plan for Polish & Integration
Phase 21: Polish & Integration
- 6 plans in 3 waves
- 3 parallel (Wave 1), 2 parallel (Wave 2), 1 sequential (Wave 3)
- Ready for execution
2026-02-05 07:46:36 +01:00
Lukas May
e2c84f0577 docs(20): complete real-time-subscriptions phase 2026-02-04 22:23:31 +01:00
Lukas May
c93b3aaa4c docs(19): complete agent-inbox phase 2026-02-04 21:57:46 +01:00
Lukas May
d6cf309091 docs(19-03): create QuestionForm & Input Components summary and update state
Tasks completed: 2/2
- OptionGroup and FreeTextInput components
- QuestionForm component

SUMMARY: .planning/phases/19-agent-inbox/19-03-SUMMARY.md
2026-02-04 21:53:45 +01:00
Lukas May
ce46cfc663 docs(19-01): complete backend API for agent questions plan
Tasks completed: 2/2
- Add getAgentQuestions and listWaitingAgents tRPC procedures
- Export PendingQuestions and QuestionItem types from shared package

SUMMARY: .planning/phases/19-agent-inbox/19-01-SUMMARY.md
2026-02-04 21:53:21 +01:00
Lukas May
d9b6ce4748 docs(19): create agent inbox phase plan
Phase 19: Agent Inbox
- 4 plans in 2 waves
- 3 parallel (Wave 1), 1 sequential (Wave 2)
- Ready for execution
2026-02-04 21:47:58 +01:00
Lukas May
9586e379bc docs(18): complete initiative detail phase 2026-02-04 21:39:48 +01:00
Lukas May
afc0099174 docs(18-01): complete InitiativeHeader & ProgressPanel plan
Tasks completed: 2/2
- InitiativeHeader with back button, name, status badge, dates
- ProgressPanel with progress bar and phase/task counts

SUMMARY: .planning/phases/18-initiative-detail/18-01-SUMMARY.md
2026-02-04 21:34:12 +01:00
Lukas May
078e1dde30 docs(17): complete initiative dashboard phase 2026-02-04 21:10:31 +01:00
Lukas May
ca3c05e7b8 docs(17-03): complete interactive dialog and dropdown components plan
Tasks completed: 2/2
- CreateInitiativeDialog with shadcn primitives and tRPC mutation
- SpawnArchitectDropdown and ActionMenu with tRPC mutations

SUMMARY: .planning/phases/17-initiative-dashboard/17-03-SUMMARY.md
2026-02-04 21:06:42 +01:00
Lukas May
f24d136742 docs(17-02): complete InitiativeCard & InitiativeList plan
Tasks completed: 2/2
- InitiativeCard component with status, progress, and actions
- InitiativeList component with loading/empty/error states and filtering

SUMMARY: .planning/phases/17-initiative-dashboard/17-02-SUMMARY.md
2026-02-04 21:06:09 +01:00
Lukas May
ff9c17c05b docs(17-01): complete StatusBadge & ProgressBar plan
Tasks completed: 2/2
- StatusBadge component with color-coded initiative/phase statuses
- ProgressBar component with percentage-based fill

SUMMARY: .planning/phases/17-initiative-dashboard/17-01-SUMMARY.md
2026-02-04 21:01:59 +01:00
Lukas May
ab056e13f4 docs(16-05): complete dev server integration verification
Tasks completed: 1/1 (+ 1 checkpoint pending visual verification)
- Verified backend TypeScript build passes
- Verified Vite production build (205 modules, 901ms)
- Verified shared types and web package type-checks pass

SUMMARY: .planning/phases/16-frontend-scaffold/16-05-SUMMARY.md
2026-02-04 20:42:33 +01:00
Lukas May
0bae7caca5 docs(16-03): complete tRPC client wiring plan
Tasks completed: 2/2
- Install tRPC React Query dependencies
- Wire tRPC React Query client with providers

SUMMARY: .planning/phases/16-frontend-scaffold/16-03-SUMMARY.md
2026-02-04 20:35:31 +01:00
Lukas May
92745bee77 docs(16-01): complete Vite + React + Tailwind + shadcn/ui plan
Tasks completed: 2/2
- Create Vite + React + TypeScript project
- Configure Tailwind CSS and shadcn/ui

SUMMARY: .planning/phases/16-frontend-scaffold/16-01-SUMMARY.md
2026-02-04 18:02:06 +01:00
Lukas May
08d54c827b docs(16-02): complete shared types package plan
Tasks completed: 1/1
- Create shared types package (@codewalk-district/shared)

SUMMARY: .planning/phases/16-frontend-scaffold/16-02-SUMMARY.md
2026-02-04 17:58:11 +01:00
Lukas May
6c3188020d docs: create milestone v2.0 Frontend (6 phases)
Phases:
- 16. frontend-scaffold: Vite project setup, tRPC client, shadcn/ui
- 17. initiative-dashboard: List view with status badges, progress bars
- 18. initiative-detail: Phase/task hierarchy accordion, queue actions
- 19. agent-inbox: Multi-question forms, answer submission, notifications
- 20. real-time-subscriptions: WebSocket transport, subscription hooks
- 21. polish-integration: Navigation, error/loading states, responsive layout
2026-02-04 16:52:29 +01:00
Lukas May
05b7b717f8 docs(15): complete frontend wireframes phase
- Phase 15/15 complete: all 3 wireframe plans executed
- Milestone v1.3 shipped (Parallel Execution & UI Design)
- 61 total plans completed across 15 phases
2026-02-02 15:25:56 +01:00
Lukas May
aa82eeea63 docs(15): update roadmap with plan breakdown 2026-02-02 14:54:37 +01:00
Lukas May
8d6e2e4607 docs(14): complete Parallel Phase Execution phase 2026-02-02 13:50:37 +01:00
Lukas May
aace6a3c11 docs(14-08): complete phase dispatch E2E tests plan
Tasks completed: 2/2
- Add phaseDispatchManager to TestHarness
- Create phase dispatch E2E tests

SUMMARY: .planning/phases/14-parallel-phase-execution/14-08-SUMMARY.md
2026-02-02 13:49:55 +01:00
Lukas May
772fbe6fd1 docs(14-03): complete PhaseDispatchManager Port Interface plan
Tasks completed: 2/2
- Define PhaseDispatchManager port interface
- Export phase dispatch types

SUMMARY: .planning/phases/14-parallel-phase-execution/14-03-SUMMARY.md
2026-02-02 13:37:38 +01:00
Lukas May
4aecd68c17 docs(14-02): complete phase domain events plan
Tasks completed: 2/2
- Add phase domain events to types.ts
- Export phase events from events module

SUMMARY: .planning/phases/14-parallel-phase-execution/14-02-SUMMARY.md
2026-02-02 13:35:03 +01:00
Lukas May
ee43fc8d8c docs(14-01): complete phase dependencies schema plan
Tasks completed: 2/2
- Add phase_dependencies table to schema
- Add dependency methods to PhaseRepository

SUMMARY: .planning/phases/14-parallel-phase-execution/14-01-SUMMARY.md
2026-02-02 13:34:32 +01:00
Lukas May
7146c8f823 docs(14): update roadmap with phase 14 plan breakdown 2026-02-02 11:02:56 +01:00
Lukas May
dddd553450 docs: create milestone v1.3 Parallel Execution & UI Design (2 phases)
Phases:
- 14. Parallel Phase Execution: add phase dependencies, concurrent execution
- 15. Frontend Wireframes: markdown diagrams for UI screens
2026-02-02 10:59:29 +01:00
Lukas May
9f149f5f9b chore: archive v1.2 milestone
- Added v1.2 entry to MILESTONES.md
- Created milestones/v1.2-ROADMAP.md archive
- Updated ROADMAP.md with archive link
- Evolved PROJECT.md with v1.2 validated requirements
- Updated STATE.md for next milestone planning
2026-02-02 10:46:41 +01:00
Lukas May
2dc51c74d3 docs(13-01): complete Real Claude CLI Integration Tests plan
Tasks completed: 3/3
- Create real Claude CLI integration test file
- Fix ClaudeAgentManager to parse structured_output
- Run real Claude tests and document findings

SUMMARY: .planning/phases/13-real-claude-e2e-tests/13-01-SUMMARY.md

Milestone v1.2 complete (21 plans, 4 phases)
2026-02-02 10:41:47 +01:00
Lukas May
5de7cd5f04 docs(12-08): complete TestHarness helpers & decompose E2E tests plan
Tasks completed: 2/2
- Add TestHarness decompose mode helpers
- Add decompose mode E2E tests

Phase 12 complete (8/8 plans).

SUMMARY: .planning/phases/12-phase-task-decomposition/12-08-SUMMARY.md
2026-02-01 11:58:26 +01:00
Lukas May
a1d13f10cd docs(12-02): complete PlanRepository extensions plan
Tasks completed: 3/3
- Extend PlanRepository port interface
- Implement methods in DrizzlePlanRepository
- Export types from repositories index (already done)

SUMMARY: .planning/phases/12-phase-task-decomposition/12-02-SUMMARY.md
2026-02-01 11:34:20 +01:00
Lukas May
41f868294b docs(12): create phase plan
Phase 12: Phase-Task Decomposition
- 8 plans in 4 waves
- 4 parallel, 4 sequential
- Ready for execution
2026-01-31 21:03:07 +01:00
Lukas May
ec9e6043a2 docs(11): complete architect agent phase 2026-01-31 19:30:40 +01:00
Lukas May
8d90a55f45 docs(11-05): complete agent prompts plan
Tasks completed: 3/3
- Update spawnAgent to support mode
- Create comprehensive agent prompts module
- Add spawnArchitect tRPC procedures

SUMMARY: .planning/phases/11-architect-agent/11-05-SUMMARY.md
2026-01-31 19:18:28 +01:00
Lukas May
b17806aba2 docs(11-04): complete initiative & phase tRPC procedures plan
Tasks completed: 3/3
- Add repositories to tRPC context
- Add Initiative tRPC procedures
- Add Phase tRPC procedures

SUMMARY: .planning/phases/11-architect-agent/11-04-SUMMARY.md
2026-01-31 19:12:58 +01:00
Lukas May
00990de661 docs(11-01): complete agent mode schema extension plan
Tasks completed: 3/3
- Add AgentMode type and database column
- Create mode-specific output schemas
- Update MockAgentManager for mode support

SUMMARY: .planning/phases/11-architect-agent/11-01-SUMMARY.md
2026-01-31 19:09:37 +01:00
Lukas May
131a97e1c5 docs(11-02): complete Initiative & Phase Repositories plan
Tasks completed: 3/3
- Add findByStatus to InitiativeRepository
- Add findByNumber and getNextNumber to PhaseRepository
- Verify repository exports

SUMMARY: .planning/phases/11-architect-agent/11-02-SUMMARY.md
2026-01-31 19:06:55 +01:00
Lukas May
934373bf68 docs(11): create phase plan
Phase 11: Architect Agent
- 8 plans in 4 waves
- 6 parallel (Wave 1-2), 2 sequential (Wave 3-4)
- Ready for execution
2026-01-31 18:21:39 +01:00
Lukas May
8c93ce24c9 docs(10-04): complete E2E test updates plan
Tasks completed: 2/2
- Verified existing E2E tests use questions array format
- Added multi-question E2E test

Phase 10: Multi-Question Schema complete (4/4 plans)
SUMMARY: .planning/phases/10-multi-question-schema/10-04-SUMMARY.md
2026-01-31 18:09:27 +01:00
Lukas May
7c02b85974 docs(10-03): complete TestHarness & test updates plan
Tasks completed: 2/2
- Update TestHarness convenience methods
- Update all tests for questions array

SUMMARY: .planning/phases/10-multi-question-schema/10-03-SUMMARY.md
2026-01-31 18:06:30 +01:00
Lukas May
e1827865d9 docs(10-02): complete manager implementation plan
Tasks completed: 2/2
- Update ClaudeAgentManager for batched answers
- Update MockAgentManager for batched answers

SUMMARY: .planning/phases/10-multi-question-schema/10-02-SUMMARY.md
2026-01-31 18:04:28 +01:00
Lukas May
d3bdeda12a docs(10-01): complete multi-question schema plan
Tasks completed: 3/3
- Update agent output schema to questions array
- Update PendingQuestion type to PendingQuestions
- Update AgentWaitingEvent payload

SUMMARY: .planning/phases/10-multi-question-schema/10-01-SUMMARY.md
2026-01-31 17:58:50 +01:00
Lukas May
b3941e5431 docs: create milestone v1.2 Architect & Multi-Question (4 phases)
Phases:
- 10. multi-question-schema: Extend agent output schema to return multiple questions
- 11. architect-agent: Agent modes for concept refinement and phase breakdown
- 12. phase-task-decomposition: Agents break phases into tasks with questions
- 13. real-claude-e2e-tests: Verify flows with actual Claude CLI
2026-01-31 17:47:28 +01:00
Lukas May
aacfe53492 chore: complete v1.1 milestone
- Created MILESTONES.md with v1.0 and v1.1 entries
- Evolved PROJECT.md with validated requirements and current state
- Reorganized ROADMAP.md with collapsed v1.1 milestone
- Created milestone archive: milestones/v1.1-ROADMAP.md
- Updated STATE.md for next milestone planning
2026-01-31 16:31:57 +01:00
Lukas May
c6a4fb3cfe docs(09-01): complete conflict & parallel E2E tests plan
Tasks completed: 2/2
- Conflict hand-back round-trip tests
- Multi-agent parallel completion tests

SUMMARY: .planning/phases/09-extended-scenarios/09-01-SUMMARY.md
2026-01-31 15:46:37 +01:00
Lukas May
cc405c6e2f docs(09-02): complete recovery & resume E2E tests plan
Tasks completed: 2/2
- Create recovery/resume scenario tests
- Create extended agent Q&A scenario tests

SUMMARY: .planning/phases/09-extended-scenarios/09-02-SUMMARY.md
2026-01-31 15:46:17 +01:00
Lukas May
e318a92413 docs(08.1-02): complete MockAgentManager schema alignment plan
Tasks completed: 3/3
- Update MockAgentManager to use schema-aligned scenarios
- Update TestHarness setAgentScenario helper
- Update MockAgentManager tests

SUMMARY: .planning/phases/08.1-agent-output-schema/08.1-02-SUMMARY.md
2026-01-31 15:33:12 +01:00