knowledge: Aug 10–17 pass — CC v2.1.227–233, Practical Loop Engineering, Agent Plugins GA, roborev v0.65.0 - #16
Merged
Merged
Conversation
…ng, Agent Plugins GA, roborev v0.65.0 Seven-day follow-up research pass (Aug 10–17, 2026), five parallel agents. New facts: - Claude Code v2.1.227–233 (Aug 10–14): subagent forking on by default, todo/task-tools removed on newer models (CLAUDE_CODE_ENABLE_TODO_TOOLS=1), CLAUDE_CODE_TOOL_MEMORY_LIMIT + forward_user_identity, /commit-push-pr dangerous-flag guardrail, synced-skill prompt-injection hardening. - Osmani 'Practical Loop Engineering' (Aug 14): separate-verifier + the /goal validator is not a content-quality checker. - Agent Plugins 1.0 first cross-vendor adoption (GitHub, Aug 12); spec repo read first-hand (resolves backlog item). - roborev v0.65.0 (Aug 17): job-level CI cost exports. - Three in-window arXiv papers (spec-first convergence stop-rule, reliable coding agents / harness-as-system, CLAUDE.md catastrophic remembering). - Ramp AI Index August edition (whales-first spend). Corrected: two changelog items misattributed by one version, fixed on verify. Archived: Agent Plugins spec (read directly); 'Loop Engineering Is Dead' backlash (not data-backed; SlopCodeBench is the real anchor). Backlog carried forward incl. strengthened MAX_SUBAGENTS_PER_SESSION item. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016zuqDdVJVzLGWroBXu1Kue
…uested) Follow-up on the PR #16 flagged item. Read the primary docs directly: - sub-agents doc: 'There's no limit on the total number of subagents Claude can spawn over a session'; env var no longer documented. - env-vars reference: CLAUDE_CODE_MAX_SUBAGENTS_PER_SESSION not listed. Verdict: cannot be relied on as a fan-out ceiling. Only native backstops are CLAUDE_CODE_MAX_CONCURRENT_SUBAGENTS (20, concurrency) and CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH (3, depth). Primer §4 updated; backlog item resolved and archived; CHANGELOG noted. The routine's own guardrail wording (protected region) left for a human-authored fix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016zuqDdVJVzLGWroBXu1Kue
Human-authored (user-directed) fix to the 'Guardrails for this skill' protected region of update-knowledge/SKILL.md, following the re-verify on PR #16. The routine's fan-out backstop cited CLAUDE_CODE_MAX_SUBAGENTS_PER_SESSION, whose default cap was removed in v2.1.224 (Aug 7 2026) and which is no longer documented. Replaced with the native caps that still exist — CLAUDE_CODE_MAX_CONCURRENT_SUBAGENTS (20, concurrency) and CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH (3, depth) — plus the existing ~5-agent limit. Not a self-edit: commit (protected region → human-authored per the gate). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016zuqDdVJVzLGWroBXu1Kue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Seven-day
update-knowledgefollow-up pass covering Aug 10 – Aug 17, 2026 (last pass was Aug 10, merged via #15). Five parallel research agents; every load-bearing claim primary-verified. No priorupdate-knowledgePR was open — clean baseline (this branch sits at merged-mainHEAD).Routine self-improvements
Applied (auto-gated): none this pass. I reviewed
update-knowledge/SKILL.mdfor stale cross-references, broken relative paths, and typos (the only may-auto-apply categories); step numbers (1–8) and the../../../knowledge/archive/resolved-caveats.mdpath all check out on disk. Nothing qualified for the routine's own auto-apply lane.Suggested → RESOLVED (human-authored, in this PR):
CLAUDE_CODE_MAX_SUBAGENTS_PER_SESSIONwas stale — now fixed. Flagged for confirmation, then re-verified against the primary docs at the maintainer's request: thesub-agentspage now states "There's no limit on the total number of subagents Claude can spawn over a session," and theenv-varsreference no longer lists the variable at all. So it can no longer serve as the routine's fan-out backstop. With explicit maintainer go-ahead, the guardrail block (a protected region) was updated as a normal human-authored commit — not aself-edit:commit, so the self-edit-guard envelope is untouched (verified: guard passes, 0 self-edit commits). The backstop now points at the native caps that still exist —CLAUDE_CODE_MAX_CONCURRENT_SUBAGENTS(default 20, concurrency) andCLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH(default 3, depth) — plus the existing ~5-agent limit. The corresponding re-verify backlog item is resolved and archived.CLAUDE_CODE_MAX_SUBAGENTS_PER_SESSION=12from the Routine's env config — it no longer does anything; rely on the concurrency/depth defaults instead.Knowledge changes
New facts added
CLAUDE_CODE_ENABLE_TODO_TOOLS=1, v2.1.233);CLAUDE_CODE_TOOL_MEMORY_LIMIT(Bash memory cgroup cap, §6-relevant) +forward_user_identity(per-user spend attribution) (v2.1.233);/commit-push-prno longer auto-approves dangerous git flags (v2.1.228); synced-skill prompt-injection hardening (v2.1.227, a §5A "Friendly Fire" mitigation). (High — changelog read directly.)/goalusers, "The evaluator sitting behind goal is not that checker… It doesn't look at the content." Added to primer §3. (High — read directly.)Corrected
/commit-push-pris v2.1.228 per the primary changelog (not v2.1.228/229). Fixed on verification.Archived (resolved →
archive/resolved-caveats.md)CLAUDE_CODE_MAX_SUBAGENTS_PER_SESSIONafter the cap removal → re-verified against the primary docs (the follow-up above); env var gone, no per-session total cap.Currently-open re-verify backlog (every open item, per step 2)
SKILL.mdcross-tool execution — unchanged (Claude Code + Gemini CLI execute; 16+ tools accept;AGENTS.mdseparate)./goal"Codex→Claude 11 days" single secondary;$47K/$500M/overnight anecdotes (all recirculated, nothing new); June-15 billing split (still paused); Microsoft dropping Claude Code (no primary); Huntley's Loom framing; AI Engineer World's Fair 2026 sessions; roborev.io/changelog 403s; EvoAgentBench + SkillCheck.Not promoted
Yegge "Model Welfare" essay (peripheral, unconfirmed date); Factory Droid v0.193–197 (minor stall-adjacent fix); DeepSeek V4-Pro tiered pricing (pricing, not a guardrail); Codex CLI v0.147.0 / MCP 2026-07-28 (no new in-window release).