php-agentic/tests/Feature
darbs-claude 7fadbcb96c
Some checks failed
CI / PHP 8.3 (pull_request) Failing after 1s
CI / PHP 8.4 (pull_request) Failing after 1s
refactor: consolidate duplicate state models into WorkspaceState (#18)
- Delete Models/AgentWorkspaceState.php (legacy port, no backing table)
- Rewrite Models/WorkspaceState.php as the single canonical state model
  backed by agent_workspace_states table with array value cast,
  type helpers, scopeForPlan/scopeOfType, static getValue/setValue,
  and toMcpContext() for MCP tool output
- Update AgentPlan::states() relation and setState() return type
- Update StateSet MCP tool import
- Update SecurityTest to use WorkspaceState
- Add WorkspaceStateTest covering table, casts, type helpers, scopes,
  static helpers, toMcpContext, and AgentPlan integration
- Mark CQ-001 done in TODO.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 13:26:23 +00:00
..
Jobs style: fix pint code style issues 2026-02-23 06:42:24 +00:00
Livewire test: add Livewire component tests for all 12 admin components 2026-02-23 01:16:33 +00:00
.gitkeep Initial commit 2026-01-26 23:20:30 +00:00
AgentApiKeyServiceTest.php refactor(tests): convert IpRestrictionServiceTest to Pest functional syntax 2026-01-29 18:50:41 +00:00
AgentApiKeyTest.php refactor(tests): convert AgentApiKey tests to Pest functional syntax 2026-01-29 18:42:56 +00:00
AgentPhaseTest.php perf: replace N+1 find() with whereIn batch lookup in checkDependencies() 2026-02-23 10:40:00 +00:00
AgentPlanTest.php feat: add plan archival with retention policy (#34) 2026-02-23 15:11:55 +00:00
AgentSessionTest.php chore: fix pint code style and add test config 2026-02-23 03:50:09 +00:00
ApiKeyManagerTest.php style: fix pint code style issues 2026-02-23 06:42:24 +00:00
ContentServiceTest.php fix: add batch failure recovery to ContentService (#27) 2026-02-23 11:17:56 +00:00
ForAgentsControllerTest.php style: fix pint code style issues 2026-02-23 06:42:24 +00:00
IpRestrictionServiceTest.php refactor(tests): convert IpRestrictionServiceTest to Pest functional syntax 2026-01-29 18:50:41 +00:00
PlanRetentionTest.php feat: add plan archival with retention policy (#34) 2026-02-23 15:11:55 +00:00
PlanTemplateServiceTest.php fix: improve template variable error messages (#30) 2026-02-23 11:48:27 +00:00
PromptVersionTest.php test: add PromptVersion model tests 2026-02-23 05:18:37 +00:00
SecurityTest.php refactor: consolidate duplicate state models into WorkspaceState (#18) 2026-02-24 13:26:23 +00:00
TemplateVersionManagementTest.php feat: add template version management (#35) 2026-02-24 13:25:17 +00:00
WorkspaceStateTest.php refactor: consolidate duplicate state models into WorkspaceState (#18) 2026-02-24 13:26:23 +00:00