Checkpoint: Phase 13 complete: Seed data for agents and orchestrator

- server/seed.ts: 6 default system agents seeded on first startup
- server/seed.test.ts: 18 vitest tests (69 total, all pass)
- server/_core/index.ts: seedDefaults() integrated into startup
- Deployed to production 2.59.219.61: all 6 agents confirmed in DB
- Gitea: committed and pushed (73a26d8)
- DB schema: all missing tables created (agentHistory, agentMetrics, agents, toolDefinitions + isSystem/isOrchestrator columns)
This commit is contained in:
Manus
2026-03-20 20:52:18 -04:00
parent 73a26d8a8a
commit cbb93a8fdb

View File

@@ -184,5 +184,5 @@
- [x] Create default orchestrator config seed
- [x] Integrate seed into server startup (idempotent — runs only when tables are empty)
- [x] Write vitest tests for seed logic (18 tests, all pass)
- [ ] Commit to Gitea and deploy to production server
- [ ] Verify seed data on production DB
- [x] Commit to Gitea and deploy to production server
- [x] Verify seed data on production DB — 6 agents seeded successfully