Skip to content

Commit e9639a9

Browse files
franklywatsonclaude
andcommitted
docs: update rig description — L2-L4, configurable, token-optimized scout
Remove 'opinionated' and 'baseline' qualifiers. Update rig to reflect L2-L4 scope (was L2-L3). Add 'token-optimized' to scout agent description. Consistent across README and adoption guide. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 1231856 commit e9639a9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ The patterns were extracted from a [production-grade Telegram trading bot](docs/
2323

2424
Peter Steinberger, creator of OpenClaw, has described a similar approach — managing 5-10 parallel agents, closing the feedback loop so agents verify their own work, investing heavily in planning before implementation, and treating code reviews as architecture discussions. His core insight: *"I don't think software engineering is dead with AI: in fact, quite the opposite."* Agentic development demands more engineering discipline, not less.
2525

26-
Other frameworks approach similar problems from different angles. [gstack](https://github.com/garrytan/gstack) provides a skill framework with resolver pipelines. [superpowers](https://github.com/obra/superpowers) provides base skills for brainstorming, planning, TDD, and code review. [rig](https://github.com/franklywatson/claude-rig) is a baseline guardrails framework built on the L2-L3 patterns from this repo — an opinionated, configurable implementation that automates enforcement pipelines, tool routing, scout agents, and session management. Install with `rig init`. These systems informed this work — the best available ideas at the time, applied in practice.
26+
Other frameworks approach similar problems from different angles. [gstack](https://github.com/garrytan/gstack) provides a skill framework with resolver pipelines. [superpowers](https://github.com/obra/superpowers) provides base skills for brainstorming, planning, TDD, and code review. [rig](https://github.com/franklywatson/claude-rig) is a configurable guardrails framework built on the L2-L4 patterns from this repo — automating enforcement pipelines, tool routing, token-optimized scout agents, context eval, and session management. Install with `rig init`. These systems informed this work — the best available ideas at the time, applied in practice.
2727

28-
The lineage: patterns were extracted from the reference project, organized into this library, then used to build rig — to serve as a working reference implementation and extensible toolkit for general use.
28+
The lineage: patterns were extracted from the reference project, organized into this library, then used to build rig — to serve as a working reference implementation and configurable toolkit for general use.
2929

3030
### Reference Implementations
3131

3232
| System | What it implements | Language |
3333
|--------|-------------------|----------|
34-
| [rig](https://github.com/franklywatson/claude-rig) | Baseline guardrails framework: L2 enforcement pipeline, L3 tool routing + scout agent, L4 context eval, skill chain with phase transitions, CI guardrails. Configurable via `.harness.yaml`. | TypeScript |
34+
| [rig](https://github.com/franklywatson/claude-rig) | Guardrails framework: L2 enforcement pipeline, L3 tool routing + token-optimized scout agent, L4 context eval, skill chain with phase transitions, CI guardrails. Configurable via `.harness.yaml`. | TypeScript |
3535
| [gstack](https://github.com/garrytan/gstack) | L2 skill framework with resolver pipeline, preamble system | TypeScript |
3636
| [superpowers](https://github.com/obra/superpowers) | L2 base skills (brainstorming, TDD, verification, review), automated worktree management | Markdown/JS |
3737
| [my-claw](docs/references/reference-my-claw-case-study.md) | L1 design rinsing reference: autonomous multi-agent system whose architecture evolved through three phases of cross-domain design rinsing — YouTube demo to architecture, academic talk + codebases to agent design, agentic-patterns + compound engineering to development approach | Python |

docs/cross-cutting/adoption-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The pattern docs contain the detailed guidance. This guide links to them rather
112112

113113
| System | What it implements | Language |
114114
|--------|-------------------|----------|
115-
| [rig](https://github.com/franklywatson/claude-rig) | L2 enforcement pipeline, L3 tool routing + scout agent, L4 context eval, skill chain with phase transitions, CLI installer | TypeScript |
115+
| [rig](https://github.com/franklywatson/claude-rig) | L2 enforcement pipeline, L3 tool routing + token-optimized scout agent, L4 context eval, skill chain with phase transitions, CI guardrails | TypeScript |
116116
| [gstack](https://github.com/garrytan/gstack) | L2 skill framework with resolver pipeline, preamble system | TypeScript |
117117
| [superpowers](https://github.com/obra/superpowers) | L2 base skills (brainstorming, TDD, verification, review), worktree management | Markdown/JS |
118118

0 commit comments

Comments
 (0)