release: v3.30.2 — issue-triage skill, design-reference-file, Conductor docs

New templates:
- examples/skills/issue-triage/ — 3-phase issue backlog management with
  Jaccard duplicate detection, risk classification, and validated actions
- examples/claude-md/design-reference-file.md — brand-book + ui-kit
  pattern for consistent UI generation across sessions

Resource evaluation:
- docs/resource-evaluations/075-paillard-design-system-first-website.md
  (Boris Paillard, mixt.care, score 3/5)

Docs update:
- guide/third-party-tools.md — Conductor section enriched with verified
  features (Next Workspace, Manual Mode, GitHub CI integration, BMAD pattern)

Version bump: 3.30.1 → 3.30.2 (synced across README, cheatsheet, guide, reference.yaml)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-03-05 16:18:24 +01:00
parent 4d829ff47d
commit 52d12a28b7
11 changed files with 837 additions and 17 deletions

View file

@ -3,7 +3,7 @@
# Source: guide/ultimate-guide.md
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
version: "3.30.1"
version: "3.30.2"
updated: "2026-03-03"
# ════════════════════════════════════════════════════════════════
@ -883,6 +883,14 @@ deep_dive:
pr_triage_phases: "3 (audit + deep review + validated comments)"
pr_triage_when: "5+ open PRs, periodic backlog triage, post-sprint cleanup"
pr_triage_vs_review_pr: "pr-triage = backlog N PRs | review-pr = single PR focus"
# Issue Triage Skill (added 2026-03-05)
issue_triage_skill: "examples/skills/issue-triage/SKILL.md"
issue_triage_template: "examples/skills/issue-triage/templates/issue-comment.md"
issue_triage_phases: "3 (audit + deep analysis + validated actions)"
issue_triage_when: "10+ open issues, periodic backlog cleanup, duplicate detection"
issue_triage_jaccard: "Jaccard similarity >= 0.60 on normalized title+body tokens — self-contained, no external lib"
issue_triage_thresholds: "staleness_days=30, very_stale_days=90, jaccard_threshold=60%, closed_compare=20, open_limit=100"
issue_triage_vs_pr_triage: "issue-triage = issue backlog (comment/label/close) | pr-triage = PR backlog (code review comment)"
# Cowork documentation (v1.0 - migrated to dedicated repo)
cowork_reference: "machine-readable/cowork-reference.yaml" # Dedicated YAML index (kept local)
cowork_hub: "https://github.com/FlorianBruniaux/claude-cowork-guide/blob/main/README.md"
@ -1438,7 +1446,7 @@ ecosystem:
- "Cross-links modified → Update all 4 repos"
history:
- date: "2026-01-20"
event: "Code Landing sync v3.30.1, 66 templates, cross-links"
event: "Code Landing sync v3.30.2, 66 templates, cross-links"
commit: "5b5ce62"
- date: "2026-01-20"
event: "Cowork Landing fix (paths, README, UI badges)"
@ -1450,7 +1458,7 @@ ecosystem:
onboarding_matrix_meta:
version: "2.0.0"
last_updated: "2026-02-05"
aligned_with_guide: "3.30.1"
aligned_with_guide: "3.30.2"
changelog:
- version: "2.0.0"
date: "2026-02-05"
@ -1478,7 +1486,7 @@ onboarding_matrix:
core: [rules, sandbox_native_guide, commands]
time_budget: "5 min"
topics_max: 3
note: "SECURITY FIRST - sandbox before commands (v3.30.1 critical fix)"
note: "SECURITY FIRST - sandbox before commands (v3.30.2 critical fix)"
beginner_15min:
core: [rules, sandbox_native_guide, workflow, essential_commands]
@ -1563,7 +1571,7 @@ onboarding_matrix:
- default: agent_validation_checklist
time_budget: "60 min"
topics_max: 6
note: "Dual-instance pattern for quality workflows (v3.30.1)"
note: "Dual-instance pattern for quality workflows (v3.30.2)"
learn_security:
intermediate_30min:
@ -1574,7 +1582,7 @@ onboarding_matrix:
- default: permission_modes
time_budget: "30 min"
topics_max: 4
note: "NEW goal (v3.30.1) - Security-focused learning path"
note: "NEW goal (v3.30.2) - Security-focused learning path"
power_60min:
core: [sandbox_native_guide, mcp_secrets_management, security_hardening]
@ -1599,7 +1607,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.30.1 sandbox added)"
note: "Security foundation + core workflow (v3.30.2 sandbox added)"
intermediate_120min:
core: [plan_mode, agents, skills, config_hierarchy, git_mcp_guide, hooks, mcp_servers]