Skip to content

Commit ccc87a4

Browse files
franklywatsonclaude
andcommitted
fix: resolve CI failures — broken links and markdown lint errors
Fix relative path to my-claw case study in L2 (../references/ → references/) and add blank lines around code blocks/lists in plan file. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 7ddd920 commit ccc87a4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/L2-behavioral-guardrails.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ brainstorm → plan → work → review → compound → repeat
504504

505505
The [compound-engineering](https://github.com/EveryInc/compound-engineering-plugin) plugin implements this pattern with `/ce:compound` — a skill that captures solved problems into structured documentation (`docs/solutions/`) with YAML frontmatter for searchability. Each documented solution reduces the cost of the next occurrence from research to lookup.
506506

507-
The my-claw project's design rinsing lineage ([my-claw case study](../references/reference-my-claw-case-study.md)) demonstrates compounding across sessions: each rinsing phase extracted patterns that the next phase built on, producing more value because it started from a richer foundation.
507+
The my-claw project's design rinsing lineage ([my-claw case study](references/reference-my-claw-case-study.md)) demonstrates compounding across sessions: each rinsing phase extracted patterns that the next phase built on, producing more value because it started from a richer foundation.
508508

509509
**Compounding across the pattern pyramid:**
510510

@@ -528,7 +528,7 @@ The my-claw project's design rinsing lineage ([my-claw case study](../references
528528
- [Pattern 2.2 — The Skill Chain](#pattern-22--the-skill-chain) — The workflow pipeline that compound engineering extends
529529
- [Pattern 2.4 — Constitutional Rules](#pattern-24--constitutional-rules) — Rules that grow through compounding
530530
- [Pattern 4.1 — Evidence-Based Claims](L4-standards-measurement.md#pattern-41--evidence-based-claims) — Compounding requires evidence, not assumptions
531-
- [Reference my-claw Case Study](../references/reference-my-claw-case-study.md) — Design rinsing lineage demonstrates compounding across three phases
531+
- [Reference my-claw Case Study](references/reference-my-claw-case-study.md) — Design rinsing lineage demonstrates compounding across three phases
532532

533533
### Reference Implementation
534534

docs/plans/design-rinsing-pattern.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,12 @@ Documentation-only plan — no code, no tests, no mocks.
125125
**Changes:**
126126

127127
1. Add my-claw row to Reference Implementations table (after superpowers):
128+
128129
```
129130
| [my-claw](https://github.com/[user]/my-claw) | L1 design rinsing reference: voice assistant whose architecture evolved through 3 phases of cross-domain design rinsing (transcript → architecture, external codebases → agent design, agentic-patterns → development approach) | Python |
130131
```
131132

132-
2. In L1 overview paragraph, add sentence about design rinsing:
133+
1. In L1 overview paragraph, add sentence about design rinsing:
133134
"Design rinsing extends context harvesting beyond the current project — agents extract distilled architectural understanding from external sources (codebases, transcripts, articles) and translate it into design decisions for the target project."
134135

135136
- [ ] Add my-claw to Reference Implementations table
@@ -149,6 +150,7 @@ Documentation-only plan — no code, no tests, no mocks.
149150
**Changes:**
150151

151152
1. Add to References section:
153+
152154
```
153155
- @docs/references/reference-my-claw-case-study.md — Design rinsing reference implementation
154156
```

0 commit comments

Comments
 (0)