Skip to content

Installation History/Rollback #14

@mikejmorgan-ai

Description

@mikejmorgan-ai

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 history command
  • cortex 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 complete

Acceptance 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 firststatus: readyReady to claim and work on

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions