Florian BRUNIAUX
|
4a0a0bf30e
|
docs: complete factual audit pass 2 — 90+ corrections
Second 10-agent parallel audit covering all remaining sections:
ultimate-guide.md (ch1-ch11), workflows/ (17 files), quiz/ (12 files),
examples/agents+skills+commands. Source of truth: official Anthropic docs.
Key corrections:
Hook system (+8 missing events):
- Complete 17-event list: PermissionRequest, PostToolUseFailure, SubagentStart,
TeammateIdle, TaskCompleted, WorktreeCreate, WorktreeRemove, SessionEnd
- SessionStart confirmed valid (previous audit wrongly doubted it)
- Hook output format: hookSpecificOutput.permissionDecision (not {"decision":"block"})
- Missing common input fields added: transcript_path, cwd, permission_mode
Agent YAML frontmatter (13 valid fields restored/added):
- Restored: disallowedTools, memory, background, isolation, skills, permissionMode, hooks
- Added new: maxTurns, mcpServers
- Fixed: tools format is comma-separated (not space-separated)
Plan Mode (12 occurrences fixed):
- Ctrl+G = "open plan in text editor" (NOT "enter plan mode")
- Plan Mode = Shift+Tab × 2 (Normal → acceptEdits → plan)
Commands table (10.1) + built-in commands (6.1):
- Added 18+ missing commands: /copy, /doctor, /hooks, /memory, /model,
/config, /permissions, /remote-control, /rename, /resume, /sandbox, etc.
Workflow files:
- agent-teams.md: removed fake --experimental-agent-teams flag
- hooks.yaml + post_edit event → settings.json + PostToolUse (2 files)
- TodoWrite → TaskCreate/TaskUpdate (3 files)
- task-management.md: removed fake "failed" task status
Quiz / examples:
- 01-010: Esc stops mid-action (not Ctrl+C)
- refactoring-specialist.md: removed MultiEdit (not a valid tool)
- ast-grep-patterns.md: name field (not title)
- validate-changes.md, diagnose.md: field name fixes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-02-26 18:21:28 +01:00 |
|
Florian BRUNIAUX
|
94b9ad4f89
|
docs: update metadata and statistics for v3.9.9
Update CHANGELOG, README, and workflow docs to reflect latest additions.
Changes:
1. CHANGELOG.md
- 4 new entries under [Unreleased] → Added:
* llms.txt Standard Documentation (Section 9.18.4)
* Background Tasks Workflow (Section 9.5)
* Chrome DevTools MCP Server (mcp-servers-ecosystem.md)
* Convention-Over-Configuration for AI (Section 9.18.1)
- Each entry with line numbers, resources, gaps addressed
2. README.md statistics
- Guide lines: 16K → 19K (actual: 18,820 lines)
- Templates: 107 → 111 (verified count)
- Evaluations: 55 → 56 (wasp-fullstack-essentials-eval.md)
- Updated in 8 locations: hero, badges, mermaid diagram, structure
3. guide/workflows/agent-teams-quick-start.md
- Improved task delegation clarity (Content Scope, Index Scope labels)
- Enhanced context boundaries in multi-file operations
Statistics verification:
- Templates: find examples -type f | wc -l → 111
- Guide lines: wc -l guide/ultimate-guide.md → 18,820
- Evaluations: docs/resource-evaluations/README.md → 56
Related commits:
- 783c43b: llms.txt conceptual documentation
- 17846b1: Background tasks + Chrome DevTools + convention-over-config
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-02-09 10:07:12 +01:00 |
|