Conversation
…atterns, memory-on-SLM, worktrees, SDD, cloud-sandbox callout Adds: - Part 29 Hook Catalog (8 copy-paste hooks, exit-code semantics, StopFailure) - Part 30 Ralph Loop in OpenClaw (30-line bash, PRD.json template, budgets) - Part 31 LLM Wiki Pattern in OpenClaw (Karpathy 3-tier -> SOUL/AGENTS/MEMORY/DREAMS/skills) - Part 32 Self-Evolving Skills with SkillClaw (population-level skill evolution) Refactors/expands: - README: Harness Thesis hero, File Hierarchy At A Glance, Navigate-By-Goal + TOC updates - Part 2: renamed to Context Engineering - The Discipline; 5-min cache TTL trap appendix - Part 5: sub-agents as context GC reframe; Anthropic's 5 coordination patterns with decision flowchart - Part 15: parallel OpenClaw with git worktrees (20-line spawner, gotchas) - Part 22: Memory You Can Afford (LightMem, vbfs, Mem2Evolve, AMFS) - Part 24: OpenClaw vs cloud-sandbox delegation (Twill/Amika) callout - Part 25: Harness Thesis opening - Part 26: pair OpenClaw with a machine-readable spec (SDD; AWS Kiro case study) - Part 28 glossary: 15 new entries - AWESOME.md: SkillClaw, vbfs, LightMem, Mem2Evolve, AMFS, Ralph refs, Twill, Amika, Karpathy talk, Amit Kothari hooks, and more All source citations published Apr 10-17, 2026. Co-Authored-By: Rob <onerobby@gmail.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
…pdate stale refs, bump 28 -> 32 parts in companion-resources blurb Co-Authored-By: Rob <onerobby@gmail.com>
…OUL/AGENTS size caps aligned to canonical < 1 KB / < 2 KB Co-Authored-By: Rob <onerobby@gmail.com>
…-index, Part 29 exit-code advice aligned with exit-code contract Co-Authored-By: Rob <onerobby@gmail.com>
…ields, Part 31 Skip-if threshold 5 KB -> 1 KB Co-Authored-By: Rob <onerobby@gmail.com>
…r (exit 2) Co-Authored-By: Rob <onerobby@gmail.com>
…n-out.sh waits on all PIDs, tracks failures w/o orphaning Co-Authored-By: Rob <onerobby@gmail.com>
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.
Summary
Biggest content pass since the guide started. The week of April 10–17, 2026 produced a wave of convergent signal — nine independent writers on one thesis, an official Anthropic taxonomy, a new research cluster on cheap-model memory, and a handful of new harness patterns. This PR folds all of it into the guide as one coherent release so newcomers see the 2026 state-of-the-art and returning readers see what changed.
Guide goes from 28 → 32 parts.
Type of change
What landed
New parts
StopFailure+ Amit Kothari's debugging gotcha.PRD.jsontemplate, budget/exit-condition wiring. Referenced against frankbria/ralph-claude-code (8.7K stars) and the DEV Apr 13 OpenClaw-specific port.Refactors / expansions
ttlfix.dreaming.modelsconfig that runs Light/REM on local Qwen 3:4b and Deep on Cerebrasqwen-3-235b.PRD.json.Sources (all published Apr 10–17, 2026)
Review checklist
markdownlint-cli2(0 errors) andlychee --offline(0 errors, 248 valid, 164 excluded by allowlist) locally before pushNotes / flagged items
qwen-3-235b-a22b-instruct-2507as the Deep-phase model pick in Part 22 is an opinionated default; swap in whatever fast-cheap-capable model your stack allows. The structure (local small for Light/REM, fast-cheap capable for Deep) is the part worth keeping.Link to Devin session: https://app.devin.ai/sessions/df6f8c16f82e448b915735660ed94fb7
Requested by: @OnlyTerp