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
4be3d26ae0
docs(state): record phase 15 context session
2026-04-04 20:15: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
50b451bf65
feat(14-02): add Docker Compose files for PostgreSQL dev and production
...
- Create docker-compose.dev.yml with Postgres 16 for local development
- Rewrite docker-compose.yml with Postgres service, healthcheck, and app dependency chain
- Production uses externalized POSTGRES_PASSWORD and DATABASE_URL env vars
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-04 12:23:35 +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
1344f2f87f
docs: create milestone v2.0 roadmap (5 phases)
2026-04-03 22:24:24 +02:00
64403f6977
docs: define milestone v2.0 requirements
2026-04-03 22:19:52 +02:00
443802fc68
docs: complete project research
2026-04-03 22:14:27 +02:00
642ae0d43f
docs: start milestone v2.0 Platform Foundation
2026-04-03 21:53:31 +02:00
a6e7035aab
chore: mark planning category filter todo as done
...
The icon-aware CategoryFilterDropdown was already wired into PlanningView
during Phase 8 (v1.2), replacing the native <select>.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-03 15:43:45 +02:00
0eaf401cce
docs: update PROJECT.md constraints to reflect auth implementation
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-03 15:38:27 +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
d380e756ea
docs(state): record phase 11 context session
2026-03-16 22:02:31 +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
b43472b09a
docs: create milestone v1.3 roadmap (4 phases)
2026-03-16 21:14:53 +01:00
e44807fd37
docs: define milestone v1.3 requirements
2026-03-16 21:11:56 +01:00
4689d49b93
docs: complete project research
2026-03-16 21:08:09 +01:00
2fa4427de5
docs: start milestone v1.3 Research & Decision Tools
2026-03-16 20:53:52 +01:00
4cb356d6b0
chore: archive v1.2 Collection Power-Ups milestone
...
Archive roadmap and requirements to milestones/, evolve PROJECT.md
with validated requirements, update retrospective, and reorganize
ROADMAP.md with milestone groupings.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-16 19:09:13 +01:00