feat(context): Context Engineering Configurator + consolidated guide (v3.34.0)
New: interactive configurator at cc.bruniaux.com/context/ that generates a personalized CLAUDE.md starter kit based on team size, stack, and current setup. Multi-step flow (profile, current state, stack, results) with maturity scoring (Level 1-5), copy-to-clipboard artifacts, localStorage persistence. Guide content: - guide/core/context-engineering.md (1,188 lines, 8 sections): context budget, 150-instruction ceiling, modular architecture, team assembly, ACE pipeline, quality measurement, context reduction techniques - examples/context-engineering/ (10 templates): assembler.ts, profile-template.yaml, skeleton-template.md, canary-check.sh, ci-drift-check.yml, eval-questions.yaml, context-budget-calculator.sh, rules/knowledge-feeding.md, rules/update-loop-retro.md - tools/context-audit-prompt.md (543 lines): 8-dimension scoring /100 Navigation: guide/README.md, machine-readable/reference.yaml (24 new entries) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
318ba915de
commit
fe28f89574
19 changed files with 3545 additions and 15 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.33.1"
|
||||
version: "3.34.0"
|
||||
updated: "2026-03-03"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
|
|
@ -58,6 +58,30 @@ deep_dive:
|
|||
deployment_automation: "guide/ultimate-guide.md:13172" # Pattern #10: Vercel + Infisical guardrails
|
||||
iterative_refinement_community: "guide/workflows/iterative-refinement.md:515" # Pattern #7: Ralph Loop + Auto-Continue
|
||||
agent_teams_large_justified: "guide/workflows/agent-teams.md:120" # Pattern #4: when >5 agents are justified
|
||||
# Context Engineering (consolidated reference)
|
||||
context_engineering_guide: "guide/core/context-engineering.md"
|
||||
context_engineering_what_is: "guide/core/context-engineering.md#1-what-is-context-engineering"
|
||||
context_engineering_budget: "guide/core/context-engineering.md#2-the-context-budget"
|
||||
context_engineering_hierarchy: "guide/core/context-engineering.md#3-configuration-hierarchy"
|
||||
context_engineering_modular: "guide/core/context-engineering.md#4-modular-architecture"
|
||||
context_engineering_team: "guide/core/context-engineering.md#5-team-assembly"
|
||||
context_engineering_lifecycle: "guide/core/context-engineering.md#6-context-lifecycle"
|
||||
context_engineering_quality: "guide/core/context-engineering.md#7-quality-measurement"
|
||||
context_engineering_reduction: "guide/core/context-engineering.md#8-context-reduction-techniques"
|
||||
context_engineering_audit_tool: "tools/context-audit-prompt.md"
|
||||
context_engineering_examples: "examples/context-engineering/"
|
||||
context_engineering_assembler: "examples/context-engineering/assembler.ts"
|
||||
context_engineering_profile_template: "examples/context-engineering/profile-template.yaml"
|
||||
context_engineering_skeleton: "examples/context-engineering/skeleton-template.md"
|
||||
context_engineering_canary: "examples/context-engineering/canary-check.sh"
|
||||
context_engineering_ci_drift: "examples/context-engineering/ci-drift-check.yml"
|
||||
context_engineering_budget_calc: "examples/context-engineering/context-budget-calculator.sh"
|
||||
context_engineering_eval_questions: "examples/context-engineering/eval-questions.yaml"
|
||||
context_engineering_landing: "https://cc.bruniaux.com/context/"
|
||||
context_150_ceiling: "guide/core/context-engineering.md#2-the-context-budget"
|
||||
context_ace_pipeline: "guide/core/context-engineering.md#6-context-lifecycle"
|
||||
context_path_scoping: "guide/core/context-engineering.md#4-modular-architecture"
|
||||
context_maturity_model: "guide/core/context-engineering.md#7-quality-measurement"
|
||||
# Team Configuration at Scale (Profile-Based Module Assembly)
|
||||
team_ai_instructions_section: "guide/ultimate-guide.md#35-team-configuration-at-scale"
|
||||
team_ai_instructions_workflow: "guide/workflows/team-ai-instructions.md"
|
||||
|
|
@ -1510,7 +1534,7 @@ ecosystem:
|
|||
- "Cross-links modified → Update all 4 repos"
|
||||
history:
|
||||
- date: "2026-01-20"
|
||||
event: "Code Landing sync v3.33.1, 66 templates, cross-links"
|
||||
event: "Code Landing sync v3.34.0, 66 templates, cross-links"
|
||||
commit: "5b5ce62"
|
||||
- date: "2026-01-20"
|
||||
event: "Cowork Landing fix (paths, README, UI badges)"
|
||||
|
|
@ -1522,7 +1546,7 @@ ecosystem:
|
|||
onboarding_matrix_meta:
|
||||
version: "2.1.0"
|
||||
last_updated: "2026-03-09"
|
||||
aligned_with_guide: "3.33.1"
|
||||
aligned_with_guide: "3.34.0"
|
||||
changelog:
|
||||
- version: "2.1.0"
|
||||
date: "2026-03-09"
|
||||
|
|
@ -1553,7 +1577,7 @@ onboarding_matrix:
|
|||
core: [rules, sandbox_native_guide, commands]
|
||||
time_budget: "5 min"
|
||||
topics_max: 3
|
||||
note: "SECURITY FIRST - sandbox before commands (v3.33.1 critical fix)"
|
||||
note: "SECURITY FIRST - sandbox before commands (v3.34.0 critical fix)"
|
||||
|
||||
beginner_15min:
|
||||
core: [rules, sandbox_native_guide, workflow, essential_commands]
|
||||
|
|
@ -1642,7 +1666,7 @@ onboarding_matrix:
|
|||
- default: agent_validation_checklist
|
||||
time_budget: "60 min"
|
||||
topics_max: 6
|
||||
note: "Dual-instance pattern for quality workflows (v3.33.1)"
|
||||
note: "Dual-instance pattern for quality workflows (v3.34.0)"
|
||||
|
||||
learn_security:
|
||||
intermediate_30min:
|
||||
|
|
@ -1653,7 +1677,7 @@ onboarding_matrix:
|
|||
- default: permission_modes
|
||||
time_budget: "30 min"
|
||||
topics_max: 4
|
||||
note: "NEW goal (v3.33.1) - Security-focused learning path"
|
||||
note: "NEW goal (v3.34.0) - Security-focused learning path"
|
||||
|
||||
power_60min:
|
||||
core: [sandbox_native_guide, mcp_secrets_management, security_hardening]
|
||||
|
|
@ -1678,7 +1702,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.33.1 sandbox added)"
|
||||
note: "Security foundation + core workflow (v3.34.0 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