docs: add Agent Teams Quick Start Guide (v3.23.2)
Added practical 8-10 min guide for using agent teams in real projects. Added: - guide/workflows/agent-teams-quick-start.md (580 lines) - 5-minute setup walkthrough - 4 copy-paste patterns (Guide + RTK projects) - Decision matrix (10+ scenarios) - Success metrics framework - Red flags section Updated: - guide/workflows/agent-teams.md: Link to quick start - guide/ultimate-guide.md: Section 9.20 with quick start link - machine-readable/reference.yaml: agent_teams_quick_start entry - CHANGELOG.md: Release v3.23.2 - VERSION: 3.23.1 → 3.23.2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
36880caf29
commit
a68a1bd52b
9 changed files with 619 additions and 25 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Source: guide/ultimate-guide.md
|
||||
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
|
||||
|
||||
version: "3.23.1"
|
||||
version: "3.23.2"
|
||||
updated: "2026-02-07"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
|
|
@ -115,7 +115,7 @@ deep_dive:
|
|||
sandbox_cloudflare_sdk: "https://developers.cloudflare.com/sandbox/tutorials/claude-code/"
|
||||
sandbox_vercel: "https://vercel.com/docs/vercel-sandbox/"
|
||||
sandbox_e2b: "https://e2b.dev"
|
||||
sandbox_native_cc: "guide/architecture.md:390"
|
||||
sandbox_native_cc: "guide/architecture.md:579"
|
||||
# Native Claude Code Sandbox (Official docs, v2.1.0+) - Added 2026-02-02
|
||||
sandbox_native_guide: "guide/sandbox-native.md"
|
||||
sandbox_native_why: "guide/sandbox-native.md:47" # Why Native Sandboxing
|
||||
|
|
@ -166,7 +166,7 @@ deep_dive:
|
|||
third_party_toad: "https://github.com/batrachianai/toad"
|
||||
third_party_conductor: "https://docs.conductor.build"
|
||||
# Configuration Management & Backup (Added 2026-02-02)
|
||||
config_management_guide: "guide/ultimate-guide.md:4085" # Section 3.23.1
|
||||
config_management_guide: "guide/ultimate-guide.md:4085" # Section 3.23.2
|
||||
config_hierarchy: "guide/ultimate-guide.md:4095" # Global → Project → Local precedence
|
||||
config_git_strategy_project: "guide/ultimate-guide.md:4110" # What to commit in .claude/
|
||||
config_git_strategy_global: "guide/ultimate-guide.md:4133" # Version control ~/.claude/
|
||||
|
|
@ -212,7 +212,7 @@ deep_dive:
|
|||
system_prompts_prompthub: "https://www.prompthub.us/blog/an-analysis-of-the-claude-4-system-prompt"
|
||||
system_prompts_architecture: "guide/architecture.md:354"
|
||||
# MCP Apps Extension (SEP-1865) - Added 2026-01-27
|
||||
mcp_apps_architecture: "guide/architecture.md:656"
|
||||
mcp_apps_architecture: "guide/architecture.md:795"
|
||||
mcp_apps_evolution: "guide/ultimate-guide.md:6509"
|
||||
mcp_apps_spec: "https://github.com/modelcontextprotocol/ext-apps"
|
||||
mcp_apps_blog_mcp: "https://blog.modelcontextprotocol.io/posts/2026-01-26-mcp-apps/"
|
||||
|
|
@ -375,13 +375,13 @@ deep_dive:
|
|||
- "Linear MCP: ~9.5k installs (issue tracking)"
|
||||
plugins_awesome_list: "https://github.com/hesreallyhim/awesome-claude-code"
|
||||
plugins_awesome_list_stars: "20k+"
|
||||
chain_of_verification: "guide/methodologies.md:165"
|
||||
chain_of_verification: "guide/methodologies.md:218"
|
||||
chain_of_verification_paper: "https://arxiv.org/abs/2309.11495"
|
||||
chain_of_verification_acl: "https://aclanthology.org/2024.findings-acl.212/"
|
||||
# Verification Loops & Eval Harness (added 2026-01-23)
|
||||
verification_loops: "guide/methodologies.md:145"
|
||||
verification_loops: "guide/methodologies.md:218"
|
||||
verification_loops_source: "https://www.anthropic.com/engineering/claude-code-best-practices"
|
||||
eval_harness: "guide/methodologies.md:161"
|
||||
eval_harness: "guide/methodologies.md:262"
|
||||
eval_harness_source: "https://www.anthropic.com/engineering/demystifying-evals-for-ai-agents"
|
||||
# GSD (Get Shit Done) methodology (added 2026-01-25)
|
||||
gsd_methodology: "guide/methodologies.md:47"
|
||||
|
|
@ -556,6 +556,7 @@ deep_dive:
|
|||
permutation_frameworks: 13947
|
||||
# Section 9.20 - Agent Teams (v2.1.32+ experimental)
|
||||
agent_teams: "guide/workflows/agent-teams.md"
|
||||
agent_teams_quick_start: "guide/workflows/agent-teams-quick-start.md" # Practical 8-10 min guide with copy-paste patterns
|
||||
agent_teams_overview: 15992 # Section 9.20 in ultimate-guide.md
|
||||
agent_teams_architecture: "guide/workflows/agent-teams.md:59"
|
||||
agent_teams_setup: "guide/workflows/agent-teams.md:104"
|
||||
|
|
@ -752,7 +753,7 @@ shortcuts:
|
|||
Shift+Tab: "cycle: default → auto-accept → plan"
|
||||
Esc×2: "rewind/undo"
|
||||
Ctrl+C: "interrupt"
|
||||
Ctrl+R: "retry"
|
||||
Ctrl+R: "search command history"
|
||||
Ctrl+B: "background all tasks"
|
||||
"@file": "reference file"
|
||||
"!cmd": "shell command"
|
||||
|
|
@ -872,7 +873,7 @@ mcp:
|
|||
config: ".claude/mcp.json or ~/.claude.json"
|
||||
tool_search: "lazy loading MCP tools (v2.1.7+) - 85% token reduction - auto:N threshold config"
|
||||
tool_search_config: "ENABLE_TOOL_SEARCH=auto|auto:N|true|false"
|
||||
tool_search_deep_dive: "guide/architecture.md:534"
|
||||
tool_search_deep_dive: "guide/architecture.md:1000"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
# ARCHITECTURE INTERNALS - see guide/architecture.md
|
||||
|
|
@ -1078,7 +1079,7 @@ ecosystem:
|
|||
- "Cross-links modified → Update all 4 repos"
|
||||
history:
|
||||
- date: "2026-01-20"
|
||||
event: "Code Landing sync v3.23.1, 66 templates, cross-links"
|
||||
event: "Code Landing sync v3.23.2, 66 templates, cross-links"
|
||||
commit: "5b5ce62"
|
||||
- date: "2026-01-20"
|
||||
event: "Cowork Landing fix (paths, README, UI badges)"
|
||||
|
|
@ -1090,7 +1091,7 @@ ecosystem:
|
|||
onboarding_matrix_meta:
|
||||
version: "2.0.0"
|
||||
last_updated: "2026-02-05"
|
||||
aligned_with_guide: "3.23.1"
|
||||
aligned_with_guide: "3.23.2"
|
||||
changelog:
|
||||
- version: "2.0.0"
|
||||
date: "2026-02-05"
|
||||
|
|
@ -1118,7 +1119,7 @@ onboarding_matrix:
|
|||
core: [rules, sandbox_native_guide, commands]
|
||||
time_budget: "5 min"
|
||||
topics_max: 3
|
||||
note: "SECURITY FIRST - sandbox before commands (v3.23.1 critical fix)"
|
||||
note: "SECURITY FIRST - sandbox before commands (v3.23.2 critical fix)"
|
||||
|
||||
beginner_15min:
|
||||
core: [rules, sandbox_native_guide, workflow, essential_commands]
|
||||
|
|
@ -1203,7 +1204,7 @@ onboarding_matrix:
|
|||
- default: agent_validation_checklist
|
||||
time_budget: "60 min"
|
||||
topics_max: 6
|
||||
note: "Dual-instance pattern for quality workflows (v3.23.1)"
|
||||
note: "Dual-instance pattern for quality workflows (v3.23.2)"
|
||||
|
||||
learn_security:
|
||||
intermediate_30min:
|
||||
|
|
@ -1214,7 +1215,7 @@ onboarding_matrix:
|
|||
- default: permission_modes
|
||||
time_budget: "30 min"
|
||||
topics_max: 4
|
||||
note: "NEW goal (v3.23.1) - Security-focused learning path"
|
||||
note: "NEW goal (v3.23.2) - Security-focused learning path"
|
||||
|
||||
power_60min:
|
||||
core: [sandbox_native_guide, mcp_secrets_management, security_hardening]
|
||||
|
|
@ -1239,7 +1240,7 @@ onboarding_matrix:
|
|||
core: [rules, sandbox_native_guide, workflow, essential_commands, context_management, plan_mode]
|
||||
time_budget: "60 min"
|
||||
topics_max: 6
|
||||
note: "Security foundation + core workflow (v3.23.1 sandbox added)"
|
||||
note: "Security foundation + core workflow (v3.23.2 sandbox added)"
|
||||
|
||||
intermediate_120min:
|
||||
core: [plan_mode, agents, skills, config_hierarchy, git_mcp_guide, hooks, mcp_servers]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue