This repository has been archived on 2026-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
php-agentic/Migrations
Snider 2c6a095a0e fix(brain): address spec review findings
- Move BrainForget DB lookup inside circuit breaker for consistency
- Check ensureCollection() PUT response for Qdrant errors
- Wrap remember() in DB::transaction for atomicity
- Align migration confidence default to 0.8 (matches PHP default)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-03 09:45:05 +00:00
..
0001_01_01_000001_create_agentic_tables.php fix(migrations): make idempotent and align schemas with models 2026-02-08 21:07:57 +00:00
0001_01_01_000002_add_ip_whitelist_to_agent_api_keys.php fix(migrations): make idempotent and align schemas with models 2026-02-08 21:07:57 +00:00
0001_01_01_000003_create_agent_plans_tables.php fix(migrations): make idempotent and align schemas with models 2026-02-08 21:07:57 +00:00
0001_01_01_000004_create_prompt_tables.php test: add PromptVersion model tests 2026-02-23 05:18:37 +00:00
0001_01_01_000005_add_performance_indexes.php fix: add missing database indexes (closes #21) 2026-02-23 06:29:14 +00:00
0001_01_01_000006_add_soft_deletes_to_agent_plans.php feat: add plan archival with retention policy (#34) 2026-02-23 15:11:55 +00:00
0001_01_01_000007_add_template_versions.php feat: add template version management (#35) 2026-02-24 13:25:17 +00:00
0001_01_01_000008_create_brain_memories_table.php fix(brain): address spec review findings 2026-03-03 09:45:05 +00:00