Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions profile/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions profile/TEMPLATE_SELECTOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down