From 9f0b4fb21055f3ad38a52df7877dc071bfbf8bc7 Mon Sep 17 00:00:00 2001 From: hummbl-dev Date: Thu, 14 May 2026 05:57:53 -0400 Subject: [PATCH] docs: align anthropic batch status with local files --- examples/anthropic/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/anthropic/README.md b/examples/anthropic/README.md index 3a53a88..e364394 100644 --- a/examples/anthropic/README.md +++ b/examples/anthropic/README.md @@ -46,19 +46,19 @@ Build a comprehensive developer knowledge base covering the full Anthropic ecosy | Batch | Phase | Name | Status | |-------|-------|------|--------| | 01 | Foundation | Core Reference | COMPLETE | -| 02 | Foundation | Protocol / Architecture | COMPLETE | -| 03 | Foundation | Tooling Docs (SDK + Claude Code) | COMPLETE | +| 02 | Foundation | Protocol / Architecture | PLANNED | +| 03 | Foundation | Tooling Docs (SDK + Claude Code) | PLANNED | | 04 | Foundation | Delta Document | COMPLETE | -| 05 | Technique | Prompt Engineering Best Practices | COMPLETE | -| 06 | Technique | Production Hardening (Guardrails + Rate Limits) | COMPLETE | -| 07 | Technique | Engineering Blog + Thought Leadership | COMPLETE | -| 08 | Source | System Prompts + Default Configs | COMPLETE | -| 09 | Source | Code Repos (SDK + Cookbook) | COMPLETE | -| 10 | Source | Research + Safety Philosophy | COMPLETE | +| 05 | Technique | Prompt Engineering Best Practices | PLANNED | +| 06 | Technique | Production Hardening (Guardrails + Rate Limits) | PLANNED | +| 07 | Technique | Engineering Blog + Thought Leadership | PLANNED | +| 08 | Source | System Prompts + Default Configs | PLANNED | +| 09 | Source | Code Repos (SDK + Cookbook) | PLANNED | +| 10 | Source | Research + Safety Philosophy | PLANNED | ## Outcomes -After completing all 10 batches: +When all 10 batches are completed: - Can build and deploy MCP servers from scratch using the official Python/TypeScript SDK - Can use the Claude Messages API with streaming, tool use, vision, and extended thinking