php-agentic/Models
Snider c432a45ca9 feat(security): switch API key to Argon2id with comprehensive tests
P2 Items Completed (P2-062 to P2-068):
- Switch AgentApiKey from SHA-256 to Argon2id hashing
- Add 200+ tests for models, services, and AI providers
- Create agent_plans migration with phases and workspace states

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 13:36:53 +00:00
..
AgentApiKey.php feat(security): switch API key to Argon2id with comprehensive tests 2026-01-29 13:36:53 +00:00
AgentPhase.php refactor: rename namespace Core\Agentic to Core\Mod\Agentic 2026-01-27 16:12:58 +00:00
AgentPlan.php security: fix SQL injection and add workspace scoping to MCP tools 2026-01-29 12:21:01 +00:00
AgentSession.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:46 +00:00
AgentWorkspaceState.php refactor: rename namespace Core\Agentic to Core\Mod\Agentic 2026-01-27 16:12:58 +00:00
Prompt.php refactor: rename namespace Core\Agentic to Core\Mod\Agentic 2026-01-27 16:12:58 +00:00
PromptVersion.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:46 +00:00
Task.php security: fix SQL injection and add workspace scoping to MCP tools 2026-01-29 12:21:01 +00:00
WorkspaceState.php refactor: rename namespace Core\Agentic to Core\Mod\Agentic 2026-01-27 16:12:58 +00:00