diff --git a/profile/GETTING_STARTED.md b/profile/GETTING_STARTED.md index 90f0071..eb059b3 100644 --- a/profile/GETTING_STARTED.md +++ b/profile/GETTING_STARTED.md @@ -242,7 +242,7 @@ Works with Claude Code, Cursor, Aider, Windsurf, and other CLI coding agents. ### Project Context Section ```markdown ## Project Context -my-first-aget - [Brief description of agent's purpose] - v2.7.0 +my-first-aget - [Brief description of agent's purpose] - v2.8.0 [Explain what this agent does, what problems it solves, what it's responsible for] ``` @@ -329,7 +329,7 @@ gh repo create my-first-aget --private --source=. --remote=origin # Push initial commit git add . -git commit -m "Initial commit: my-first-aget v2.7.0 +git commit -m "Initial commit: my-first-aget v2.8.0 AGET agent created from template-worker-aget. @@ -368,7 +368,7 @@ wake up **Expected response**: ``` -my-first-aget v2.7.0 (Worker) +my-first-aget v2.8.0 (Worker) 📍 Location: ~/github/my-first-aget 📊 Git: Clean working tree diff --git a/profile/TEMPLATE_SELECTOR.md b/profile/TEMPLATE_SELECTOR.md index a828ce8..1ccb30a 100644 --- a/profile/TEMPLATE_SELECTOR.md +++ b/profile/TEMPLATE_SELECTOR.md @@ -243,7 +243,7 @@ Worker Foundation (all core capabilities) ``` **Typical Use Cases**: -- Fleet release management (coordinate v2.6 → v2.7 migration) +- Fleet release management (coordinate v2.7 → v2.8 migration) - Pattern deployment across agents - Multi-repository operations (batch updates, consistency checks) - Issue triage and routing @@ -634,7 +634,7 @@ git push -u origin main ### Example 4: Fleet Release Management -**Need**: Coordinate v2.6 → v2.7 migration across 15 agents +**Need**: Coordinate v2.7 → v2.8 migration across 15 agents **Choice**: Supervisor template (worker + fleet coordination) **Portfolio**: `null` (cross-portfolio coordination) **Rationale**: Multi-agent coordination, pattern deployment, release management, built on worker foundation