Commit Graph

  • 47b462362a test(11-08): add E2E tests for breakdown mode and full workflow Lukas May 2026-01-31 19:28:22 +01:00
  • ae130e919f test(11-08): add E2E tests for architect discuss mode Lukas May 2026-01-31 19:27:26 +01:00
  • 021937c28d feat(test): add TestHarness architect mode helpers and tRPC caller Lukas May 2026-01-31 19:26:46 +01:00
  • 4230e171f5 docs(11-07): complete unit tests for modes and repositories Lukas May 2026-01-31 19:25:05 +01:00
  • 1f4a95df4a test(db): add PhaseRepository findByNumber and getNextNumber tests Lukas May 2026-01-31 19:24:09 +01:00
  • de57c15666 test(db): add InitiativeRepository findByStatus tests Lukas May 2026-01-31 19:23:44 +01:00
  • 567d863a4a test(agent): add MockAgentManager mode tests Lukas May 2026-01-31 19:23:22 +01:00
  • 28b8921735 docs(11-06): complete CLI commands plan Lukas May 2026-01-31 19:21:54 +01:00
  • 173ed57d2c feat(cli): add initiative phases command Lukas May 2026-01-31 19:20:38 +01:00
  • 1165697e91 feat(cli): add architect commands (discuss, breakdown) Lukas May 2026-01-31 19:20:16 +01:00
  • 2cdc1544ef feat(cli): add initiative commands (create, list, get) Lukas May 2026-01-31 19:19:51 +01:00
  • 8d90a55f45 docs(11-05): complete agent prompts plan Lukas May 2026-01-31 19:18:28 +01:00
  • c13985909a feat(11-05): add spawnArchitect tRPC procedures Lukas May 2026-01-31 19:16:50 +01:00
  • 773f6f92ac feat(11-05): create comprehensive agent prompts module Lukas May 2026-01-31 19:15:58 +01:00
  • 4843b95a7c feat(11-05): add mode parameter to spawnAgent procedure Lukas May 2026-01-31 19:15:09 +01:00
  • 7abbfb4da1 docs(11-03): complete mode-aware agent spawning plan Lukas May 2026-01-31 19:13:50 +01:00
  • b17806aba2 docs(11-04): complete initiative & phase tRPC procedures plan Lukas May 2026-01-31 19:12:58 +01:00
  • 937d24eca5 feat(11-03): update ClaudeAgentManager for mode-specific schemas Lukas May 2026-01-31 19:12:31 +01:00
  • d865330f85 feat(11-04): add phase tRPC procedures Lukas May 2026-01-31 19:12:02 +01:00
  • 4d42da9496 feat(11-04): add initiative tRPC procedures Lukas May 2026-01-31 19:11:23 +01:00
  • 75f8887b53 feat(11-03): add mode field to AgentRepository Lukas May 2026-01-31 19:11:12 +01:00
  • 3bf7e2c9cb feat(11-04): add initiative and phase repositories to tRPC context Lukas May 2026-01-31 19:10:51 +01:00
  • 00990de661 docs(11-01): complete agent mode schema extension plan Lukas May 2026-01-31 19:09:37 +01:00
  • f7edac7a5c fix(11-01): add mode column to test database schema Lukas May 2026-01-31 19:07:54 +01:00
  • 131a97e1c5 docs(11-02): complete Initiative & Phase Repositories plan Lukas May 2026-01-31 19:06:55 +01:00
  • 0abf02ac14 feat(11-01): update MockAgentManager for mode support Lukas May 2026-01-31 19:06:40 +01:00
  • 3f8d6d5357 feat(11-01): create mode-specific output schemas Lukas May 2026-01-31 19:05:27 +01:00
  • 67cfd4d201 feat(11-02): add findByNumber and getNextNumber to PhaseRepository Lukas May 2026-01-31 19:05:04 +01:00
  • 91e57c66eb feat(11-01): add AgentMode type and database column Lukas May 2026-01-31 19:03:42 +01:00
  • 768c4d265e feat(11-02): add findByStatus method to InitiativeRepository Lukas May 2026-01-31 19:03:26 +01:00
  • 1942d98ebb docs(11-01): expand schemas with prompt alignment Lukas May 2026-01-31 19:00:34 +01:00
  • 93a939ea99 docs(11-05): add comprehensive agent prompts Lukas May 2026-01-31 18:59:19 +01:00
  • 934373bf68 docs(11): create phase plan Lukas May 2026-01-31 18:21:39 +01:00
  • 8c93ce24c9 docs(10-04): complete E2E test updates plan Lukas May 2026-01-31 18:09:27 +01:00
  • cd840929c4 test(10-04): add multi-question E2E test Lukas May 2026-01-31 18:08:30 +01:00
  • 7c02b85974 docs(10-03): complete TestHarness & test updates plan Lukas May 2026-01-31 18:06:30 +01:00
  • e1827865d9 docs(10-02): complete manager implementation plan Lukas May 2026-01-31 18:04:28 +01:00
  • 2c41e52029 fix(10-02): update downstream code for batched answers API Lukas May 2026-01-31 18:03:00 +01:00
  • a9e46a2843 feat(10-02): update MockAgentManager for batched answers Lukas May 2026-01-31 18:02:54 +01:00
  • d012680dbe feat(10-02): update ClaudeAgentManager for batched answers Lukas May 2026-01-31 18:02:51 +01:00
  • 185a125307 feat(10-03): add setAgentQuestion convenience helper Lukas May 2026-01-31 18:01:45 +01:00
  • d3bdeda12a docs(10-01): complete multi-question schema plan Lukas May 2026-01-31 17:58:50 +01:00
  • 151a4c99f7 feat(10-01): extend agent schema to multi-question array Lukas May 2026-01-31 17:57:34 +01:00
  • 9dd0e46060 docs(10): create phase plan Lukas May 2026-01-31 17:51:18 +01:00
  • b3941e5431 docs: create milestone v1.2 Architect & Multi-Question (4 phases) Lukas May 2026-01-31 17:47:28 +01:00
  • aacfe53492 chore: complete v1.1 milestone Lukas May 2026-01-31 16:31:57 +01:00
  • c6a4fb3cfe docs(09-01): complete conflict & parallel E2E tests plan Lukas May 2026-01-31 15:46:37 +01:00
  • cc405c6e2f docs(09-02): complete recovery & resume E2E tests plan Lukas May 2026-01-31 15:46:17 +01:00
  • 62b13d8e84 test(09-02): add recovery and Q&A E2E scenario tests Lukas May 2026-01-31 15:44:57 +01:00
  • 6ac9df7619 test(09-01): create multi-agent parallel completion E2E tests Lukas May 2026-01-31 15:44:16 +01:00
  • 878f2a28d7 test(09-01): create conflict hand-back round-trip E2E tests Lukas May 2026-01-31 15:43:56 +01:00
  • e318a92413 docs(08.1-02): complete MockAgentManager schema alignment plan Lukas May 2026-01-31 15:33:12 +01:00
  • 565f9fdae9 test(08.1-02): update tests to use schema-aligned scenarios Lukas May 2026-01-31 15:31:56 +01:00
  • 8e38bd298b feat(08.1-02): add TestHarness convenience methods for scenarios Lukas May 2026-01-31 15:29:27 +01:00
  • ead4614383 feat(08.1-02): update MockAgentManager to schema-aligned scenarios Lukas May 2026-01-31 15:28:38 +01:00
  • ee0d6eae33 docs(08.1-01): complete agent output schema plan Lukas May 2026-01-31 15:26:47 +01:00
  • 3a3d3f4c08 feat(08.1-01): update AgentWaitingEvent with structured question data Lukas May 2026-01-31 15:25:11 +01:00
  • d9673d54a3 feat(08.1-01): update ClaudeAgentManager to use structured schema Lukas May 2026-01-31 15:25:07 +01:00
  • 41598f577f feat(08.1-01): define agent output schema with Zod Lukas May 2026-01-31 15:21:09 +01:00
  • 3168b30185 docs(08.1, 09): insert agent output schema phase, update phase 9 Lukas May 2026-01-31 15:19:14 +01:00
  • 05f6f64fbe docs(09): create phase plan Lukas May 2026-01-31 15:06:47 +01:00
  • 5152f0baa4 docs(09): capture phase context Lukas May 2026-01-31 09:45:13 +01:00
  • 761c59f3a3 docs(08-01): complete happy path E2E tests plan Lukas May 2026-01-31 09:16:06 +01:00
  • a572a90e7e docs(08-02): complete edge case E2E tests plan Lukas May 2026-01-31 09:15:46 +01:00
  • fd2f8ec9e3 test(08-01): add complex dependency flow test Lukas May 2026-01-31 09:14:11 +01:00
  • ac0812861d docs(08-02): add E2E test module index Lukas May 2026-01-31 09:13:59 +01:00
  • ebeb538e21 test(08-02): add merge conflict scenario tests Lukas May 2026-01-31 09:13:40 +01:00
  • 6952e5e287 test(08-01): create E2E happy path test file Lukas May 2026-01-31 09:13:26 +01:00
  • e0d8fc85c6 test(08-02): create E2E edge case tests for crash, waiting, and blocking Lukas May 2026-01-31 09:12:45 +01:00
  • c823a6b44b docs(08): create phase plan Lukas May 2026-01-31 09:06:44 +01:00
  • e79ba1d8ed docs(07-02): complete test harness plan Lukas May 2026-01-31 08:51:16 +01:00
  • 6cc9e7f6be test(07-02): write tests proving harness works Lukas May 2026-01-31 08:49:38 +01:00
  • 4424a46c80 feat(07-02): create test harness with full system wiring Lukas May 2026-01-31 08:47:15 +01:00
  • ba1f7ccd62 feat(07-02): create fixture helpers for database seeding Lukas May 2026-01-31 08:46:22 +01:00
  • e07050de93 docs(07-01): complete MockAgentManager adapter plan Lukas May 2026-01-31 08:44:10 +01:00
  • e305375820 test(07-01): add comprehensive tests for MockAgentManager Lukas May 2026-01-31 08:43:15 +01:00
  • 6148af784e feat(07-01): implement MockAgentManager adapter Lukas May 2026-01-31 08:41:49 +01:00
  • d0e9acf512 docs(07): create phase plan Lukas May 2026-01-31 08:15:02 +01:00
  • 95ac68b86b docs: create milestone v1.1 Test Infrastructure (3 phases) Lukas May 2026-01-30 21:45:49 +01:00
  • 207072fb55 chore: remove phase 7 (File System UI) Lukas May 2026-01-30 21:25:26 +01:00
  • dbab535915 docs(07): create phase plan Lukas May 2026-01-30 21:19:22 +01:00
  • 876b9ce161 docs(06): complete coordination phase Lukas May 2026-01-30 21:16:07 +01:00
  • 7f07d1c135 docs(06-03): complete coordination tRPC & CLI plan Lukas May 2026-01-30 21:15:10 +01:00
  • ae8d303e5e feat(06-03): add merge and coordinate CLI commands Lukas May 2026-01-30 21:13:29 +01:00
  • 1a4de26966 feat(06-03): add coordination tRPC procedures Lukas May 2026-01-30 21:12:48 +01:00
  • 37a90db28c test(06-02): add comprehensive CoordinationManager tests Lukas May 2026-01-30 21:09:29 +01:00
  • 4535707bc8 feat(06-02): enhance conflict bounce-back with agent messaging Lukas May 2026-01-30 21:07:46 +01:00
  • 6d7894bde4 feat(06-02): implement DefaultCoordinationManager adapter Lukas May 2026-01-30 21:06:54 +01:00
  • efcffef3ec docs(06-01): complete coordination events & port plan Lukas May 2026-01-30 21:05:17 +01:00
  • 0570d21ad6 feat(06-01): add CoordinationManager port interface Lukas May 2026-01-30 21:03:54 +01:00
  • 94130a6661 feat(06-01): add coordination domain events for merge lifecycle Lukas May 2026-01-30 21:03:02 +01:00
  • 22572f410f docs(06): create phase plan Lukas May 2026-01-30 20:58:23 +01:00
  • e941561ecf docs(05): complete task-dispatch phase Lukas May 2026-01-30 20:51:11 +01:00
  • a4484eb67d docs(05-05): complete message & dispatch CLI plan Lukas May 2026-01-30 20:50:18 +01:00
  • 211411e795 feat(05-05): add message and dispatch CLI commands Lukas May 2026-01-30 20:48:22 +01:00
  • e0e03eef86 feat(05-05): add message and dispatch tRPC procedures Lukas May 2026-01-30 20:47:07 +01:00
  • 099f9b6353 docs(05-04): complete DispatchManager adapter plan Lukas May 2026-01-30 20:44:17 +01:00
  • 364ffc357b test(05-04): add DispatchManager tests and wire up exports Lukas May 2026-01-30 20:42:38 +01:00
  • e924fb655a feat(05-04): implement DefaultDispatchManager with dependency checking Lukas May 2026-01-30 20:40:34 +01:00
  • 61802d795f docs(05-01): complete message schema & repository plan Lukas May 2026-01-30 20:37:44 +01:00