Florian BRUNIAUX
edf74b38c5
docs: add missing hook events from official CHANGELOG (v2.1.9-v2.1.10)
...
- Add 3 missing events to Section 7.1: Setup, PermissionRequest, SubagentStop
- Document PreToolUse additionalContext feature (v2.1.9+)
- Create 3 production-ready hook templates (setup, permission, subagent)
- Add resource evaluation documenting rejection of secondary source
Source: Official Claude Code CHANGELOG, not external blog posts
Closes gap identified during resource evaluation process
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-27 12:45:47 +01:00
Florian BRUNIAUX
6e621806a4
docs: add Myths vs Reality appendix + TeammateTool documentation
...
- Appendix D: Myths vs Reality
- Myth: Hidden features with secret flags
- Myth: Tasks API = autonomous agents
- Myth: 100x faster claims
- Reality: Documented strengths of Claude Code
- How to spot reliable vs unreliable sources
- New: TeammateTool experimental feature documentation
- Multi-agent orchestration capabilities
- Execution backends (in-process, tmux, iTerm2)
- Usage patterns (parallel specialists, swarm)
- Clear warnings about experimental status
- Community sources cited
- Cheatsheet: Features Méconnues (But Official!) section
- Tasks API, Background Agents, TeammateTool
- Session Forking, LSP Tool
- Pro tip: Read the CHANGELOG
- Reference.yaml: Added line numbers for new sections
- Resource evaluation: Rejected low-quality social media post
(docs/resource-evaluations/2026-01-27-claude-code-hidden-feature-social-post.md)
Addresses community misinformation while documenting real experimental features with proper sourcing.
2026-01-27 09:45:06 +01:00
Florian BRUNIAUX
a8d0f0273d
release: version 3.15.0 - MCP Apps integration
...
Bump version to 3.15.0 with comprehensive MCP Apps documentation.
Version updates:
- VERSION: 3.14.0 → 3.15.0
- Synced across: README.md, cheatsheet.md, ultimate-guide.md, reference.yaml
- Updated date: reference.yaml (2026-01-27)
CHANGELOG.md:
- Added MCP Apps (SEP-1865) documentation entry in [Unreleased]
- ~50 lines detailing all changes:
- architecture.md section (~150 lines)
- ultimate-guide.md section (~90 lines)
- Table update (Plugin vs MCP vs MCP Apps)
- machine-readable/reference.yaml (8 entries)
- Resource evaluation (159 lines, score 4/5)
- Key facts: First official MCP extension, co-authored OpenAI+Anthropic
- 9 interactive tools at launch (Asana, Slack, Figma, etc.)
- Platform support: Claude Desktop, VS Code, ChatGPT, Goose
- CLI relevance: Indirect (ecosystem, dev, hybrid workflows)
README.md:
- Resource Evaluations: 14 → 15 assessments
docs/resource-evaluations/README.md:
- Added MCP Apps entry in index table
- Score: 3/5 → 4/5 (High Value)
- Updated date: 2026-01-27
- Confirmed count: 15 evaluations
Total changes:
- 2 commits (MCP Apps docs + version bump)
- ~240 lines documentation (architecture + guide)
- 15 resource evaluations tracked
- 4/5 integration score (ecosystem impact)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-27 08:24:25 +01:00
Florian BRUNIAUX
18ea240e12
docs: add MCP Apps (SEP-1865) documentation
...
Integrate comprehensive documentation for MCP Apps, the first official
MCP extension enabling interactive UI delivery.
Changes:
- guide/architecture.md (656): New section "MCP Extensions: Apps"
- Technical architecture (primitives, SDK, security)
- Platform support (Claude Desktop, VS Code, ChatGPT, Goose)
- Example implementations (9 production tools at launch)
- Developer workflow and SDK usage
- ~150 lines of technical documentation
- guide/ultimate-guide.md (6509): New section "MCP Evolution: Apps"
- User context and use cases
- Available interactive tools (Asana, Slack, Figma, etc.)
- Platform support matrix
- Hybrid workflow examples
- ~90 lines of user-facing documentation
- guide/ultimate-guide.md (7522): Table update
- Added "Interactive UI" row to Plugin vs. MCP Server comparison
- Clarified MCP Apps = "What Claude can show"
- machine-readable/reference.yaml: 8 new entries
- mcp_apps_architecture, mcp_apps_evolution
- Links to spec, SDK, blog posts
- CLI relevance note (indirect)
- docs/resource-evaluations/mcp-apps-announcement.md: New evaluation
- Score: 4/5 (High Value - Integrate within 1 week)
- Fact-checked with Perplexity searches
- Technical review by agent
Resource evaluated:
- https://blog.modelcontextprotocol.io/posts/2026-01-26-mcp-apps/
- https://claude.com/blog/interactive-tools-in-claude
Total documentation: ~240 lines across 3 files
Score: 4/5 (High Value)
CLI relevance: Indirect (ecosystem understanding, MCP server dev, hybrid workflows)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-27 08:14:49 +01:00
Florian BRUNIAUX
3a7671ac5e
docs: update $ARGUMENTS syntax for v2.1.19 breaking change + evaluation
...
Updated all documentation and examples to reflect Claude Code v2.1.19
breaking change: $ARGUMENTS.0 → $ARGUMENTS[0] (bracket syntax).
Changes:
- guide/ultimate-guide.md: 7 occurrences updated to bracket/shorthand syntax
- guide/cheatsheet.md: Command template updated
- Added migration note in § 6.2 Variable Interpolation
- Created migration scripts: migrate-arguments-syntax.{sh,ps1}
• Automated detection + conversion with backups
• Dry-run mode, cross-platform (macOS/Linux/Windows)
- Added formal evaluation: eval-claude-code-releases-jan2026.md
• Score: 5/5 (Critical - Integrate Immediately)
• Covers releases 2.1.0 to 2.1.19 (January 2026)
• Technical accuracy verified against GitHub CHANGELOG
Files:
- guide/ultimate-guide.md (+23 lines, 7 occurrences fixed)
- guide/cheatsheet.md (+1 line)
- examples/scripts/migrate-arguments-syntax.sh (+152 lines)
- examples/scripts/migrate-arguments-syntax.ps1 (+143 lines)
- docs/resource-evaluations/eval-claude-code-releases-jan2026.md (+273 lines)
- CHANGELOG.md (+12 lines, Unreleased section)
Total: +605 lines
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 17:37:49 +01:00
Florian BRUNIAUX
08a2a4261f
docs: add system prompts official sources (Anthropic + community analyses)
...
- Add System Prompt Contents section in architecture.md (line 300-326)
- Official Anthropic sources (Tier 1, 100% confidence)
- Community analyses (Simon Willison, PromptHub)
- Claude.ai vs API vs Code CLI distinctions
- Update reference.yaml with 4 new system prompts entries
- system_prompts_official, willison_analysis, prompthub, architecture
- Create resource evaluation: system-prompts-official-vs-community.md
- Score evolution: 4/5 → 3/5 → 2/5 (after Perplexity fact-check)
- Decision: Do not integrate x1xhlol repository (redundant)
- Use official Anthropic sources instead
- Create watchlist for non-integrated resources
- claudedocs/resource-evaluations/watch-list.md (gitignored)
- Re-evaluation triggers: Q2 2026 or if 10+ user requests
Related evaluation: docs/resource-evaluations/system-prompts-official-vs-community.md
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 17:03:42 +01:00
Florian BRUNIAUX
ab8bfcf782
docs: add Anaconda Croce evaluation (minimal integration)
...
Resource evaluated: "What I Learned Challenging Claude to a Coding Competition"
by Steve Croce (Anaconda Field CTO, Jan 16, 2026)
Score: 2/5 (Marginal - Info secondaire)
Integration:
- Added "Community Experiences" section in guide/learning-with-ai.md
- 2-paragraph mention with strong caveats (N=1, non-representative context)
- Full evaluation in docs/resource-evaluations/anaconda-croce-evaluation.md
- Updated reference.yaml count (14 → 16 evaluations)
Rationale:
- Provides light empirical validation (90s vs 60min on Advent of Code)
- Highlights "collaboration cost" angle (decreased Slack engagement)
- Limitations prevent extensive integration (solo puzzles ≠ team dev)
- Commercial bias noted (Anaconda blog by Anaconda CTO)
Technical review challenged initial 4/5 score → adjusted to 2/5.
Maintains guide rigor through minimal integration + explicit caveats.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 16:53:48 +01:00
Florian BRUNIAUX
1136dc683f
docs: add resource-evaluations to tracked docs
...
- Create docs/resource-evaluations/ with 15 evaluation files
- Standardize filenames (remove date prefixes)
- Keep working docs and private audits in claudedocs/ (gitignored)
- Add resource evaluation workflow to CLAUDE.md
Files migrated:
- gsd, worktrunk, boris-cowork-video, wooldridge-productivity-stack
- remotion, nick-jensen, se-cove, self-improve-skill
- astgrep, clawdbot, prompt-repetition, uml-diagrams
- vibe-coding-rusitschka, anthropic-releases
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 14:02:05 +01:00