docs: migrate roadmap to structured yaml tasks

This commit is contained in:
Bu5hm4nn
2026-03-25 09:37:02 +01:00
parent 7932148b73
commit f6667b6b63
29 changed files with 402 additions and 619 deletions

View File

@@ -0,0 +1,10 @@
id: PORT-001
title: Portfolio State Management
status: done
priority: P0
effort: M
depends_on:
- DATA-001
summary: Configurable persisted portfolio state with validation.
completed_notes:
- Added PortfolioConfig and file-backed persistence.