From 2ddb2f20254a6d646de33226f2b8501a3a142dc5 Mon Sep 17 00:00:00 2001 From: hummbl-dev Date: Thu, 14 May 2026 05:48:38 -0400 Subject: [PATCH] docs(anthropic): add CPN course completion map + split README into local-vs-planned files Adds examples/anthropic/CPN_COURSE_COMPLETION_MAP.md as a living scaffold that tracks Reuben's Claude Partner Network path-course completion against the Anthropic BIF batches, with an evidence rule requiring badge URL / portal screenshot / certificate / dated operator note before any course-specific public claim. Updates examples/anthropic/README.md to honestly distinguish files that exist on disk (01_Claude_API_Core_Reference, 04_Delta_Document, CPN_COURSE_COMPLETION_MAP) from files that were planned but not yet ingested (02, 03, 05-10). Replaces the misleading 'Batches: 10 (Phases 1-3 complete)' header with 'Local files present: 2 core files plus living CPN map'. Origin: claim-honesty review on hummbl-dev/hummbl-dev#27 (claude-code Stage-2 found P3.1 phantom batch references; codex remediated; this commit persists the remediation onto a focused branch before sibling-session sweep could drop the uncommitted working tree). --- .../anthropic/CPN_COURSE_COMPLETION_MAP.md | 46 +++++++++++++++++++ examples/anthropic/README.md | 25 ++++++---- 2 files changed, 62 insertions(+), 9 deletions(-) create mode 100644 examples/anthropic/CPN_COURSE_COMPLETION_MAP.md diff --git a/examples/anthropic/CPN_COURSE_COMPLETION_MAP.md b/examples/anthropic/CPN_COURSE_COMPLETION_MAP.md new file mode 100644 index 0000000..2e06821 --- /dev/null +++ b/examples/anthropic/CPN_COURSE_COMPLETION_MAP.md @@ -0,0 +1,46 @@ +# Claude Partner Network Course Completion Map + +Date: 2026-05-14 +Status: living note +Control issue: https://github.com/hummbl-dev/hummbl-dev/issues/27 + +Template status: derivative scaffold. This file is not canonical Anthropic course documentation and must be reconciled against current CPN portal evidence before any course-specific public claim. + +## Purpose + +Track how Reuben's Claude Partner Network path-course completion should update the Anthropic ecosystem knowledge base without overstating credentials. + +The existing Anthropic BIF work has partial local coverage, currently `01_Claude_API_Core_Reference.md` and `04_Delta_Document.md` in this directory. CPN course badges should be used to refine that map with current Anthropic partner-course framing, but missing batch files must be created or explicitly marked pending. + +## Evidence Rule + +Each course-specific update needs one of: + +- LinkedIn badge URL +- portal completion screenshot +- certificate or completion email +- dated operator note naming the exact course title + +Do not write public copy that implies certification, preferred-vendor status, or Anthropic endorsement unless the source artifact grants that language explicitly. + +## Update Targets + +| Course area | BIF batch to update | HUMMBL use | +|---|---|---| +| Claude API / Messages | `01_Claude_API_Core_Reference.md` | API governance, streaming/tool-use boundaries | +| MCP / tools | pending BIF batch | MCP server scope, tool permissioning, audit hooks | +| SDK / Claude Code | pending BIF batch | agentic engineering workflow, PR/CI review practice | +| Safety / responsible AI | `04_Delta_Document.md` if the evidence is a delta to existing notes | policy enforcement, escalation, evidence receipts | +| Partner delivery | this course-completion map until a partner-enablement note exists | sales engineering, delivery checklists, case-study evidence | + +Do not cite pending BIF batches as existing files. + +## Next Update Pass + +After each LinkedIn badge: + +1. Copy the exact course title into the evidence ledger. +2. Identify the matching BIF batch. +3. Add only the delta learned from the course. +4. Link the GitHub issue tracking the CPN enablement packet. +5. Request peer review before using the claim in public website copy. diff --git a/examples/anthropic/README.md b/examples/anthropic/README.md index 28cebe7..3a53a88 100644 --- a/examples/anthropic/README.md +++ b/examples/anthropic/README.md @@ -1,7 +1,7 @@ # Anthropic Ecosystem Ingestion — Project Overview > Domain: Anthropic (Claude API, MCP, Claude Code, Safety) > Completed: 2026-03-24 -> Batches: 10 (Phases 1-3 complete) +> Local files present: 2 core files plus living CPN map > Session time: ~4 hours ## Objective @@ -74,15 +74,21 @@ After completing all 10 batches: | File | Batch | Content | |------|-------|---------| | `01_Claude_API_Core_Reference.md` | 01 | Messages API, models, authentication, site map | -| `02_Architecture_and_MCP.md` | 02 | MCP protocol, tool use architecture, streaming | -| `03_SDK_and_Claude_Code.md` | 03 | Python SDK, Claude Code CLI, TypeScript SDK | | `04_Delta_Document.md` | 04 | What changed since March 2026 — new models, deprecations | -| `05_Prompt_Engineering.md` | 05 | Prompting techniques, chain-of-thought, few-shot | -| `06_Production_Hardening.md` | 06 | Rate limits, error handling, content filtering | -| `07_Engineering_Blog.md` | 07 | Interpretability, Constitutional AI, key papers | -| `08_System_Prompts.md` | 08 | Published system prompts, recommended configs | -| `09_Code_Repos.md` | 09 | Cookbook structure, key examples, patterns to clone | -| `10_Research_and_Safety.md` | 10 | Alignment approach, safety frameworks, model cards | +| `CPN_COURSE_COMPLETION_MAP.md` | living | Claude Partner Network course evidence and BIF update routing | + +Planned or missing local files: + +| Planned file | Intended content | +|---|---| +| `02_Architecture_and_MCP.md` | MCP protocol, tool use architecture, streaming | +| `03_SDK_and_Claude_Code.md` | Python SDK, Claude Code CLI, TypeScript SDK | +| `05_Prompt_Engineering.md` | Prompting techniques, chain-of-thought, few-shot | +| `06_Production_Hardening.md` | Rate limits, error handling, content filtering | +| `07_Engineering_Blog.md` | Interpretability, Constitutional AI, key papers | +| `08_System_Prompts.md` | Published system prompts, recommended configs | +| `09_Code_Repos.md` | Cookbook structure, key examples, patterns to clone | +| `10_Research_and_Safety.md` | Alignment approach, safety frameworks, model cards | ## Maintenance Plan @@ -91,4 +97,5 @@ After completing all 10 batches: | New Claude model released | Re-run Batch 4 (Delta), update model table in Batch 1 | | Major API change | Update Batch 1 (API reference), note in Delta | | New MCP features | Update Batch 2 (architecture) | +| CPN course badge added | Update `CPN_COURSE_COMPLETION_MAP.md`, then route exact deltas to the matching batch | | Quarterly review | Check release notes, refresh stale pricing/limits |