feat: add documentation maintenance rules to steering, update migration number to 036

This commit is contained in:
Celes Renata
2026-05-01 04:29:52 +00:00
parent 0732894414
commit 751cce0509
2 changed files with 17 additions and 1 deletions
+2 -1
View File
@@ -81,13 +81,14 @@ When a full reset is needed:
## Database Migrations
- Located in `infra/migrations/001_*.sql` through `030_*.sql`
- Applied automatically by `runmefirst.sh` in sorted order
- Next migration number: **031**
- Next migration number: **036**
- Key migrations:
- 016: Global news interpolation (global_events, macro_impact_records, exposure_profiles, trend_projections)
- 017: Competitive intelligence (competitor_relationships, competitive_signal_records)
- 024: Trend history time-series table
- 026: AI agents management (ai_agents, agent_performance_log)
- 027: Agent variants (agent_variants table for A/B testing)
- 035: Model validation (prediction_snapshots, prediction_outcomes, signal_evidence_links, model_metric_snapshots, v_prediction_performance, v_source_performance)
## Key Conventions
- All services use `services/shared/config.py` for configuration via env vars