2026-01-05 - 2026-04-05

Overview

24 active pull requests
40 active issues
Excluding merges, 3 authors have pushed 83 commits to main and 108 commits to all branches. On main, 256 files have changed and there have been 45663 additions and 5289 deletions.

24 pull requests merged by 1 user

Merged #48 refactor: consolidate duplicate state models (#18) 2026-02-24 13:26:37 +00:00

Merged #63 feat: add template version management 2026-02-24 13:25:33 +00:00

Merged #58 fix: improve template variable error messages 2026-02-24 13:21:14 +00:00

Merged #62 feat: add plan archival with retention policy 2026-02-24 13:20:39 +00:00

Merged #60 docs: document MCP tool dependency system 2026-02-24 13:20:34 +00:00

Merged #64 fix: audit UK/US spelling consistency (#36) 2026-02-24 13:20:25 +00:00

Merged #59 docs: add PHPDoc to AgentDetection patterns 2026-02-23 12:04:18 +00:00

Merged #57 fix: validate API keys on AgenticManager init 2026-02-23 11:41:13 +00:00

Merged #56 fix: improve workspace context error messages 2026-02-23 11:39:42 +00:00

Merged #55 fix: add batch failure recovery to ContentService 2026-02-23 11:39:31 +00:00

Merged #54 fix: add error handling to ClaudeService streaming 2026-02-23 11:39:17 +00:00

Merged #53 perf: cache permitted tools per API key 2026-02-23 11:39:06 +00:00

Merged #52 perf: optimize AgentPhase dependency checking with batch query 2026-02-23 11:38:54 +00:00

Merged #51 fix: add missing database indexes 2026-02-23 06:38:16 +00:00

Merged #50 refactor: namespace cache keys to prevent collisions 2026-02-23 06:21:34 +00:00

Merged #49 refactor: unify ApiKeyManager to use AgentApiKey model 2026-02-23 06:10:45 +00:00

Merged #41 test: add job tests for BatchContentGeneration and ProcessContentTask 2026-02-23 06:09:51 +00:00

Merged #47 refactor(jobs): remove processOutput stub from ProcessContentTask 2026-02-23 06:09:22 +00:00

Merged #46 refactor: add Builder return types to all Eloquent query scopes 2026-02-23 06:09:02 +00:00

Merged #45 test: add PromptVersion model tests 2026-02-23 06:08:50 +00:00

Merged #44 test: add AgentDetection service unit tests 2026-02-23 06:08:40 +00:00

Merged #43 test: add unit tests for HasRetry and HasStreamParsing traits 2026-02-23 06:08:26 +00:00

Merged #42 test: add Livewire component tests for 12 admin components 2026-02-23 06:08:11 +00:00

Merged #3 docs: Phase 0 environment assessment and findings 2026-02-20 12:11:33 +00:00

26 issues closed from 1 user

Closed #18 refactor: consolidate duplicate state models 2026-02-24 13:26:37 +00:00

Closed #35 feat: add template version management 2026-02-24 13:25:33 +00:00

Closed #30 fix: improve template variable error messages 2026-02-24 13:21:14 +00:00

Closed #34 feat: add plan archival with retention policy 2026-02-24 13:20:39 +00:00

Closed #32 docs: document MCP tool dependency system 2026-02-24 13:20:34 +00:00

Closed #36 fix: audit UK/US spelling consistency 2026-02-24 13:20:25 +00:00

Closed #31 docs: add PHPDoc to AgentDetection patterns 2026-02-23 12:04:18 +00:00

Closed #29 fix: validate API keys on AgenticManager init 2026-02-23 11:41:13 +00:00

Closed #28 fix: improve workspace context error messages 2026-02-23 11:39:42 +00:00

Closed #27 fix: add batch failure recovery to ContentService 2026-02-23 11:39:31 +00:00

Closed #26 fix: add error handling to ClaudeService streaming 2026-02-23 11:39:17 +00:00

Closed #24 perf: cache permitted tools per API key 2026-02-23 11:39:06 +00:00

Closed #23 perf: optimize AgentPhase dependency checking 2026-02-23 11:38:54 +00:00

Closed #21 fix: add missing database indexes 2026-02-23 06:38:16 +00:00

Closed #20 refactor: namespace cache keys to prevent collisions 2026-02-23 06:21:34 +00:00

Closed #19 refactor: unify API key model usage in admin UI 2026-02-23 06:10:45 +00:00

Closed #10 test: add Job tests (2 jobs) 2026-02-23 06:09:51 +00:00

Closed #17 refactor: implement ProcessContentTask stub method 2026-02-23 06:09:22 +00:00

Closed #16 refactor: add return types to Eloquent query scopes 2026-02-23 06:09:02 +00:00

Closed #15 test: add PromptVersion model tests 2026-02-23 06:08:50 +00:00

Closed #13 test: add AgentDetection service tests 2026-02-23 06:08:40 +00:00

Closed #12 test: add Service trait tests 2026-02-23 06:08:26 +00:00

Closed #11 test: add Livewire component tests (11 components) 2026-02-23 06:08:11 +00:00

Closed #40 roadmap: php-agentic production readiness 2026-02-20 12:17:50 +00:00

Closed #2 discovery: scan php-agentic and create improvement issues 2026-02-20 12:17:36 +00:00

Closed #1 phase 0: environment assessment + test baseline 2026-02-20 12:11:33 +00:00

40 issues created by 1 user

Opened #1 phase 0: environment assessment + test baseline 2026-02-20 01:41:19 +00:00

Opened #2 discovery: scan php-agentic and create improvement issues 2026-02-20 01:51:42 +00:00

Opened #4 security: add rate limiting on MCP tool execution 2026-02-20 03:01:51 +00:00

Opened #5 security: validate template variable injection 2026-02-20 03:01:52 +00:00

Opened #6 test: add MCP tool tests (36 tools untested) 2026-02-20 03:01:54 +00:00

Opened #7 test: add Console command tests (3 commands) 2026-02-20 03:01:55 +00:00

Opened #8 test: add Middleware authentication tests 2026-02-20 03:01:57 +00:00

Opened #9 test: add Controller tests 2026-02-20 03:01:58 +00:00

Opened #10 test: add Job tests (2 jobs) 2026-02-20 03:02:00 +00:00

Opened #11 test: add Livewire component tests (11 components) 2026-02-20 03:02:01 +00:00

Opened #12 test: add Service trait tests 2026-02-20 03:02:03 +00:00

Opened #13 test: add AgentDetection service tests 2026-02-20 03:02:05 +00:00

Opened #14 test: add AgentToolRegistry service tests 2026-02-20 03:02:06 +00:00

Opened #15 test: add PromptVersion model tests 2026-02-20 03:02:08 +00:00

Opened #16 refactor: add return types to Eloquent query scopes 2026-02-20 03:02:09 +00:00

Opened #17 refactor: implement ProcessContentTask stub method 2026-02-20 03:02:11 +00:00

Opened #18 refactor: consolidate duplicate state models 2026-02-20 03:02:12 +00:00

Opened #19 refactor: unify API key model usage in admin UI 2026-02-20 03:02:14 +00:00

Opened #20 refactor: namespace cache keys to prevent collisions 2026-02-20 03:02:15 +00:00

Opened #21 fix: add missing database indexes 2026-02-20 03:02:17 +00:00

Opened #22 fix: verify prompt_versions table migration exists 2026-02-20 03:02:19 +00:00

Opened #23 perf: optimize AgentPhase dependency checking 2026-02-20 03:02:20 +00:00

Opened #24 perf: cache permitted tools per API key 2026-02-20 03:02:22 +00:00

Opened #25 perf: fix Dashboard cache stampede vulnerability 2026-02-20 03:02:23 +00:00

Opened #26 fix: add error handling to ClaudeService streaming 2026-02-20 03:02:25 +00:00

Opened #27 fix: add batch failure recovery to ContentService 2026-02-20 03:02:26 +00:00

Opened #28 fix: improve workspace context error messages 2026-02-20 03:02:28 +00:00

Opened #29 fix: validate API keys on AgenticManager init 2026-02-20 03:02:29 +00:00

Opened #30 fix: improve template variable error messages 2026-02-20 03:02:31 +00:00

Opened #31 docs: add PHPDoc to AgentDetection patterns 2026-02-20 03:02:33 +00:00

Opened #32 docs: document MCP tool dependency system 2026-02-20 03:02:34 +00:00

Opened #33 feat: add session cleanup for stale sessions 2026-02-20 03:02:36 +00:00

Opened #34 feat: add plan archival with retention policy 2026-02-20 03:02:37 +00:00

Opened #35 feat: add template version management 2026-02-20 03:02:39 +00:00

Opened #36 fix: audit UK/US spelling consistency 2026-02-20 03:02:40 +00:00

Opened #37 refactor: standardise error response format 2026-02-20 03:02:42 +00:00

Opened #38 security: validate IP addresses before storage 2026-02-20 03:02:43 +00:00

Opened #39 security: review ContentService string replacement 2026-02-20 03:02:45 +00:00

Opened #40 roadmap: php-agentic production readiness 2026-02-20 03:02:47 +00:00

Opened #61 epic: batch 6 issues (2026-02-23) 2026-02-23 15:06:54 +00:00