36 lines
959 B
Markdown
36 lines
959 B
Markdown
# Backlog System - VoIdea
|
|
|
|
**Date:** 2026-05-10
|
|
**Status:** Active
|
|
|
|
---
|
|
|
|
## Overview
|
|
|
|
Backlog is a system for managing deferred ideas, plans, and tasks.
|
|
|
|
## Data Model
|
|
|
|
See docs/backlog/temp-users-cleanup-note.md, docs/backlog/rate-limiting-note.md, docs/backlog/observer-metrics-stages-note.md, docs/backlog/car-integration-note.md
|
|
|
|
## Agent Versioning / EvolutionAgent Tasks
|
|
|
|
- [ ] EvolutionAgent: auto-detect agent changes via checksum comparison
|
|
- [ ] EvolutionAgent: minor/major bump on capability changes
|
|
- [ ] EvolutionAgent: write changelog entries to `CHANGELOG/agents/<name>.md`
|
|
- [ ] Create `CHANGELOG/agents/` directory with initial version files
|
|
- [ ] BaseAgent: implement `compute_checksum()`, `bump_version()`, `write_changelog()`
|
|
- [ ] AgentConfig: add version + checksum fields to DB model
|
|
|
|
---
|
|
|
|
## Storage
|
|
|
|
- PostgreSQL table: backlog_items
|
|
- Access via API: /api/v1/backlog/
|
|
- Admin panel: Backlog management
|
|
|
|
---
|
|
|
|
*Updated: 2026-05-10*
|