maestro-v2-migration

Installation
SKILL.md

maestroCLI v2 Architecture Guide

Why This Exists

maestroCLI went through a significant architectural shift in v2. Sessions that touch v2 code without understanding these changes waste time rediscovering what was renamed, what was removed, and what the new patterns look like. This guide prevents that.

The v2 Changes (in dependency order)

1. Context --> Memory Rename

Everything called "context" in v1 is now "memory" in v2.

v1 (deprecated) v2 (current)
ContextPort MemoryPort
FsContextAdapter FsMemoryAdapter
contextAdapter memoryAdapter
context-write command memory-write command (but context-write still works as CLI alias)
src/adapters/fs/context.ts src/adapters/fs/memory.ts
Related skills
Installs
4
GitHub Stars
150
First Seen
Apr 20, 2026