-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
priority: criticalMust have for MVP - work on these firstMust have for MVP - work on these firststatus: readyReady to claim and work onReady to claim and work on
Milestone
Description
Title: Track installations and enable rollback
Description:
Keep history of what Cortex installed and allow rollback.
Requirements:
- Log every installation
- Store: what, when, commands run
cortex historycommandcortex rollback <id>command
Example:
$ cortex history
1. Docker (installed 2025-11-08 14:30)
2. PostgreSQL (installed 2025-11-08 15:45)
$ cortex rollback 2
🔄 Removing PostgreSQL...
✅ Rollback completeAcceptance Criteria:
- History persists across reboots
- Rollback works safely
- Tests
- Documentation
Skills: Python, SQLite/JSON storage
Bounty: $50 upon merge
Metadata
Metadata
Assignees
Labels
priority: criticalMust have for MVP - work on these firstMust have for MVP - work on these firststatus: readyReady to claim and work onReady to claim and work on