f3ac9d1327
docs(16-04): complete test suite multi-user update plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-05 11:32:52 +02:00
14f1b22c35
docs(16-03): complete route and MCP userId wiring plan
...
- SUMMARY.md documenting 2 tasks, 13 files modified
- STATE.md updated with plan progress and decisions
- ROADMAP.md marks 16-03 complete
- REQUIREMENTS.md marks MULTI-05 complete
2026-04-05 10:54:50 +02:00
884bec0b35
docs(16-02): complete service layer userId scoping plan
...
- SUMMARY.md documents 7 service files updated with userId parameter
- STATE.md advanced to plan 2 of 4 in phase 16
- ROADMAP.md updated with plan progress
- Requirements MULTI-01, MULTI-02, MULTI-03, MULTI-06 marked complete
2026-04-05 10:45:30 +02:00
ad309510af
Merge branch 'worktree-agent-a9a8b0dc' into Develop
...
# Conflicts:
# .planning/REQUIREMENTS.md
# .planning/ROADMAP.md
# .planning/STATE.md
# drizzle-pg/meta/0000_snapshot.json
# drizzle-pg/meta/_journal.json
# src/db/schema.ts
# src/db/seed.ts
# src/server/middleware/auth.ts
# src/server/services/auth.service.ts
# src/server/services/category.service.ts
# src/server/services/oauth.service.ts
# tests/helpers/db.ts
2026-04-05 10:38:29 +02:00
a0e5442816
docs(16-01): complete multi-user data model foundation plan
...
- Add 16-01-SUMMARY.md with schema, middleware, and test changes
- Update STATE.md with phase 16 progress and decisions
- Update ROADMAP.md with plan progress (1/4 complete)
- Mark MULTI-01, MULTI-04, MULTI-06 complete in REQUIREMENTS.md
2026-04-05 10:37:57 +02:00
64821f856c
docs(16): create multi-user data model phase plan
2026-04-05 10:27:30 +02:00
dbd265d18d
docs(phase-16): add validation strategy
2026-04-05 10:18:50 +02:00
b87551694f
docs(16): research multi-user data model phase
2026-04-05 10:17:56 +02:00
73a11c8bdb
docs(16): capture phase context
2026-04-05 10:11:23 +02:00
6209e40221
docs(phase-15): complete phase execution
2026-04-04 21:52:30 +02:00
72eefd1a06
Merge branch 'worktree-agent-a7f7c229' into Develop
...
# Conflicts:
# .planning/REQUIREMENTS.md
# .planning/ROADMAP.md
# .planning/STATE.md
# tests/routes/auth.test.ts
# tests/services/auth.service.test.ts
2026-04-04 20:56:29 +02:00
46ed547340
docs(15-03): complete client auth UI and test updates plan
...
- SUMMARY.md with OIDC login redirect, auth hook cleanup, E2E seed, test updates
- STATE.md updated with decisions and session info
- ROADMAP.md updated with phase 15 progress
- Requirements AUTH-01, AUTH-02, AUTH-05 marked complete
2026-04-04 20:56:09 +02:00
3158274c6a
Merge branch 'worktree-agent-a9901af2' into Develop
...
# Conflicts:
# .planning/REQUIREMENTS.md
# .planning/ROADMAP.md
# .planning/STATE.md
# bun.lock
# package.json
# src/server/middleware/auth.ts
# src/server/routes/auth.ts
# src/server/routes/oauth.ts
# src/server/services/auth.service.ts
2026-04-04 20:48:38 +02:00
82eb9e7286
docs(15-02): complete OIDC auth integration plan
...
- Add 15-02-SUMMARY.md with execution results
- Update STATE.md with position, decisions, session info
- Update ROADMAP.md with plan progress
- Mark AUTH-01, AUTH-02, AUTH-03 requirements complete
2026-04-04 20:48:04 +02:00
e3659a23f1
Merge branch 'worktree-agent-ae56a15a' into Develop
...
# Conflicts:
# .planning/ROADMAP.md
# .planning/STATE.md
# docker-compose.dev.yml
# docker-compose.yml
# src/db/schema.ts
2026-04-04 20:41:11 +02:00
73c3d69dba
docs(15-01): complete Logto Docker infrastructure plan
...
- Create 15-01-SUMMARY.md with execution results
- Update STATE.md with phase 15 position and decisions
- Update ROADMAP.md with plan progress
- Mark AUTH-04 requirement complete
2026-04-04 20:40:30 +02:00
625862f5ae
feat(15-01): add Logto service to Docker Compose and create init script
...
- Add Logto OIDC provider to docker-compose.yml and docker-compose.dev.yml
- Create docker/init-logto-db.sql to initialize separate Logto database on Postgres
- Add OIDC env vars (issuer, client ID/secret, auth secret) to app service
- Document all required env vars in .env.example
2026-04-04 20:37:57 +02:00
f2c1d04cfc
docs(15): create phase plan for external authentication
2026-04-04 20:30:27 +02:00
7ba931352a
docs(phase-15): add validation strategy
2026-04-04 20:22:42 +02:00
5b0190dbbc
docs(15): research external authentication phase domain
2026-04-04 20:21:47 +02:00
46e2d1896b
docs(15): capture phase context
2026-04-04 20:15:40 +02:00
77bd3c55d0
docs(14-06): complete test suite async conversion plan
...
- SUMMARY.md: 18 test files converted, 161 tests passing on PGlite
- STATE.md: updated position, decisions, session
- ROADMAP.md: phase 14 complete (6/6 plans)
- REQUIREMENTS.md: DB-02, DB-03 marked complete
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-04 15:42:17 +02:00
cb2a192cb5
docs(14-04): complete route handlers async conversion plan
...
- Add 14-04-SUMMARY.md documenting async conversion of all 9 route files and auth middleware
- Update STATE.md with progress (83%) and decisions
- Update ROADMAP.md with plan progress
2026-04-04 12:44:55 +02:00
fddbf8166d
docs(14-03): complete service layer async conversion plan
...
- SUMMARY.md documents 30 async function conversions across 9 service files
- STATE.md updated with position, decisions, session info
- ROADMAP.md progress updated (4/6 summaries for phase 14)
- Requirements DB-01, DB-02 marked complete
2026-04-04 12:36:38 +02:00
295be8c09d
Merge branch 'worktree-agent-a5f21c17' into Develop
...
# Conflicts:
# .planning/REQUIREMENTS.md
# .planning/ROADMAP.md
# .planning/STATE.md
2026-04-04 12:30:57 +02:00
85104f3687
docs(14-05): complete SQLite-to-Postgres migration script plan
...
- SUMMARY.md with execution results
- STATE.md updated with plan 05 completion
- ROADMAP.md updated with phase 14 progress
- DB-04 requirement marked complete
2026-04-04 12:30:31 +02:00
f7b830a6ff
docs(14-02): complete Docker & Compose for PostgreSQL plan
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-04 12:25:16 +02:00
d2d64279d3
docs(14-01): complete database foundation plan
...
- Created 14-01-SUMMARY.md with execution results
- Updated STATE.md with plan progress and decisions
- Updated ROADMAP.md progress table (1/6 plans)
- Marked DB-01 and DB-03 requirements complete
2026-04-04 12:21:50 +02:00
f7048a267a
docs: bring phase 14 planning files into worktree
2026-04-04 12:15:37 +02:00
a826381981
docs(13): create phase plan
CI / ci (push) Failing after 19s
2026-03-17 16:53:47 +01:00
79d84f1333
docs(13): add research and validation strategy
2026-03-17 16:48:51 +01:00
798bd51597
docs(phase-13): research setup impact preview
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-17 16:47:43 +01:00
14a4c65b94
docs(phase-12): complete phase execution
2026-03-17 15:35:45 +01:00
53c2bd1614
docs(12-01): complete comparison view plan
...
- ComparisonTable component with 10 attribute rows and sticky label column
- Delta highlighting: blue-50 lightest weight, green-50 cheapest price, gray delta text
- Compare toggle in thread detail toolbar (visible for 2+ candidates)
- All COMP-01 through COMP-04 requirements marked complete
2026-03-17 15:32:24 +01:00
b090da05fa
docs(12): create phase plan
2026-03-17 15:24:49 +01:00
bb8fb0a323
docs(phase-12): add validation strategy
2026-03-17 15:21:23 +01:00
918282ff9d
docs(phase-12): research comparison view phase
2026-03-17 15:20:11 +01:00
50672cb662
docs(phase-11): complete phase execution
...
CI / ci (push) Failing after 11s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-16 22:39:22 +01:00
4304d0fcd7
docs(11-02): complete drag-to-reorder ranking UI plan
...
- Add 11-02-SUMMARY.md with implementation details and deviation docs
- Update STATE.md: progress 100%, decisions, session record
- Update ROADMAP.md: phase 11 complete (2/2 plans with summaries)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-16 22:30:32 +01:00
495a2eabf5
docs(11-01): complete sort_order + reorder backend plan
...
- Create 11-01-SUMMARY.md with full execution record
- Update STATE.md: progress 89%, decisions, metrics, session
- Update ROADMAP.md: phase 11 marked in-progress (1/2 plans)
- Mark requirements RANK-01, RANK-04, RANK-05 complete
2026-03-16 22:24:08 +01:00
2986bdd2e5
docs(11-candidate-ranking): create phase plan
2026-03-16 22:15:56 +01:00
11ee50db49
docs(phase-11): add validation strategy
2026-03-16 22:08:30 +01:00
a55d58cef3
docs(phase-11): research candidate ranking phase
2026-03-16 22:07:36 +01:00
e4c6991ec6
docs(11): capture phase context
2026-03-16 22:02:20 +01:00
685acd2ab2
docs(phase-10): complete phase execution
2026-03-16 21:42:18 +01:00
11912a9416
docs(10-01): complete pros/cons schema foundation plan
...
- Add 10-01-SUMMARY.md with TDD execution results
- STATE.md: updated metrics, decisions, session, progress
- ROADMAP.md: phase 10 marked complete (1/1 plans)
- REQUIREMENTS.md: RANK-03 marked complete
2026-03-16 21:38:40 +01:00
67044f8f2e
docs(10): create phase plan
2026-03-16 21:26:59 +01:00
66d1cf2f55
docs(10): add research and validation strategy
2026-03-16 21:23:32 +01:00
fbc856b885
docs(10): research phase schema foundation pros/cons fields
2026-03-16 21:22:12 +01:00
aa02c75105
docs(phase-09): complete phase execution
...
CI / ci (push) Failing after 17s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-16 15:29:42 +01:00