From 2a72989af207e3c11501247ef1c67920d32b071d Mon Sep 17 00:00:00 2001 From: Gabor Melli Date: Mon, 10 Nov 2025 19:55:28 -0800 Subject: [PATCH] docs: Fix HIGH priority version references (semantic classification) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes 5 HIGH priority version references that signal current version: - GETTING_STARTED.md: 3 tutorial examples (v2.7.0 → v2.8.0) - Line 245: Project Context section template - Line 332: Git commit message example - Line 371: Expected wake-up response - TEMPLATE_SELECTOR.md: 2 current migration examples (v2.6→v2.7 → v2.7→v2.8) - Line 246: Supervisor use case bullet - Line 637: Example 4 fleet migration scenario Classification: HIGH priority (tutorial copy-paste + current migration examples) Root Cause: v2.8 Gap 4 - classified by location (footers) instead of semantics (current examples) Impact: Version confusion - users saw v2.8.0 footer but v2.7.0 examples Semantic Framework Applied: - HIGH: Current version signals (tutorials, migration, "Current Version") - MEDIUM: Historical progression (timelines, feature notes) - LOW: Historical facts (extraction dates, changelog) Related: v2.8 Phase 8 Gap 4, workspace/V2.8_PHASE8_SEMANTIC_GAP_ANALYSIS.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- profile/GETTING_STARTED.md | 6 +++--- profile/TEMPLATE_SELECTOR.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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