docs: remove remaining Breaking Bad references

Clean up Walter White quotes, 99.1% pure, secret formula references.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-23 20:15:41 -08:00
parent de3a3e0813
commit 17ae76fbd2
2 changed files with 8 additions and 13 deletions

View File

@@ -101,8 +101,6 @@ In our chemistry:
## Formulas: The Source Layer ## Formulas: The Source Layer
> *"The formula is the secret. The cook is the craft."*
**Formulas** sit above protos in the artifact hierarchy. They're the source code - **Formulas** sit above protos in the artifact hierarchy. They're the source code -
YAML files that define workflows with composition operators. YAML files that define workflows with composition operators.
@@ -973,5 +971,4 @@ Install alternatives from the Mol Mall:
--- ---
*The formula is the secret. The cook is the craft. The chemistry is the interface. *The chemistry is the interface. The ledger is the truth. The work gets done.*
The ledger is the truth. The work gets done.*

View File

@@ -36,19 +36,17 @@ See [molecular-chemistry.md](molecular-chemistry.md) for the full specification.
## Formulas and Cooking ## Formulas and Cooking
> *"Let's cook."* - Walter White
**Formulas** are the source code; **rigging** composes them; **cooking** **Formulas** are the source code; **rigging** composes them; **cooking**
produces executable artifacts. produces executable artifacts.
### The Artifact Tiers ### The Artifact Tiers
``` ```
Formula (.formula.yaml) ← "The secret formula" (source code) Formula (.formula.yaml) ← Source code
↓ rig (compose) ← "Rig it up" (source-level composition) ↓ rig (compose) ← Source-level composition
Compound Formula ← Combined source Compound Formula ← Combined source
↓ cook ← "Let's cook" (pre-expand, flatten) ↓ cook ← Pre-expand, flatten
Proto (frozen in beads) ← "Pure product" (compiled, flat graph) Proto (frozen in beads) ← Compiled, flat graph
↓ pour/wisp ← Instantiate ↓ pour/wisp ← Instantiate
Mol/Wisp (running) ← The work flowing Mol/Wisp (running) ← The work flowing
``` ```
@@ -708,10 +706,10 @@ Errors are written to the Gas Town escalation channel for human review.
│ │ │ │
└─────────────────────────────────────────┘ └─────────────────────────────────────────┘
▼ cook ("Let's cook") ▼ cook
┌─────────────────────────────────────────┐ ┌─────────────────────────────────────────┐
│ PURE PROTO │ │ PURE PROTO │
│ Pre-expanded, flat graph, 99.1% pure │ Pre-expanded, flat graph
│ No macros, no aspects, just steps │ │ No macros, no aspects, just steps │
└─────────────────────────────────────────┘ └─────────────────────────────────────────┘
@@ -728,4 +726,4 @@ From issues in git → work composition algebra → companies in a box.
--- ---
*The formula is the secret. The cook is the craft. The work gets done.* *Structure is computation. Content is cognition. The work gets done.*