Commit Graph

456 Commits

Author SHA1 Message Date
Steve Yegge
b3d95191dd bd sync: 2025-12-23 21:19:04 2025-12-23 21:19:04 -08:00
Steve Yegge
eced6494f8 bd sync: 2025-12-23 20:30:06 2025-12-23 20:30:06 -08:00
Steve Yegge
e972d983c1 bd sync: 2025-12-23 20:25:57 2025-12-23 20:25:58 -08:00
Steve Yegge
22c5fb6bdf bd sync: 2025-12-23 20:10:06 2025-12-23 20:10:06 -08:00
Steve Yegge
16f6b4ee67 bd sync: 2025-12-23 20:02:30 2025-12-23 20:02:30 -08:00
Steve Yegge
0835a7066e bd sync: 2025-12-23 19:53:48 2025-12-23 19:53:48 -08:00
Steve Yegge
a3cb8f33aa bd sync: 2025-12-23 19:28:20 2025-12-23 19:28:20 -08:00
Steve Yegge
3bc676ee2e bd sync: 2025-12-23 19:27:58 2025-12-23 19:27:58 -08:00
Steve Yegge
32048ceaaa bd sync: 2025-12-23 19:27:37 2025-12-23 19:27:37 -08:00
Steve Yegge
837cad67b8 feat: add Towers of Hanoi formula prototype (gt-8tmz)
Demonstrates that molecule algebra solves the "million step workflow"
problem that MAKER addressed with distributed voting.

Key insight: structure is mechanical, only leaf execution needs AI.
- The move sequence is 100% deterministic (2^n - 1 moves)
- Each step is trivial ("move disk 3 from A to C")
- No voting needed - formula generates perfect structure

New beads filed:
- gt-8tmz.26: Direct formula-to-wisp (skip proto for huge ephemeral work)
- gt-8tmz.27: Computed range expansion (for-each over expressions)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-23 19:27:21 -08:00
Steve Yegge
c13eb39908 bd sync: 2025-12-23 19:27:17 2025-12-23 19:27:17 -08:00
Steve Yegge
6fe32bb5a8 bd sync: 2025-12-23 19:26:56 2025-12-23 19:26:56 -08:00
Steve Yegge
ef6959e4dd bd sync: 2025-12-23 19:19:56 2025-12-23 19:20:09 -08:00
Steve Yegge
733039a6d6 bd sync: 2025-12-23 19:19:11 2025-12-23 19:19:11 -08:00
Steve Yegge
d07f3be9ca bd sync: 2025-12-23 19:12:35 2025-12-23 19:12:35 -08:00
Steve Yegge
3228a93453 bd sync: 2025-12-23 18:48:25 2025-12-23 18:48:56 -08:00
Steve Yegge
04c6ba048a bd sync: 2025-12-23 18:20:23 2025-12-23 18:48:56 -08:00
Steve Yegge
b9705fc35b bd sync: 2025-12-23 18:04:57 2025-12-23 18:48:56 -08:00
Steve Yegge
0a7630c263 refactor: formulas use YAML instead of JSON (gt-8tmz)
- Convert .formula.json files to .formula.yaml
- Update molecule-algebra.md to specify YAML format
- Update molecular-chemistry.md proto examples
- Add Safety Constraints section: cycle detection, aspect
  self-matching prevention, max expansion depth, graceful degradation

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-23 18:48:43 -08:00
Steve Yegge
74430a1019 refactor: formulas use JSON instead of YAML (gt-8tmz)
JSON for consistency with beads (issues.jsonl, molecules.jsonl).
Agents create/manage formulas; humans use visualizers.

- Simpler parsing (Go built-in JSON)
- No YAML gotchas
- Agents generate JSON flawlessly
2025-12-23 18:23:36 -08:00
Steve Yegge
93d9726bbc docs: add Formula + Cook terminology and example formulas (gt-8tmz)
Updates to molecule-algebra.md:
- Added Formulas and Cooking section
- Four-tier model: Formula → cook → Proto → pour/wisp → Mol/Wisp
- Breaking Bad × Mad Max naming (Let's cook!)
- Updated vision diagram

New example formulas:
- shiny.formula.yaml (Engineer in a Box)
- rule-of-five.formula.yaml (Jeffrey's Rule expansion macro)
- security-audit.formula.yaml (AOP aspect)
- shiny-enterprise.formula.yaml (composed example)
2025-12-23 18:20:39 -08:00
Steve Yegge
f6b099eb14 bd sync: 2025-12-23 16:58:44 2025-12-23 16:58:44 -08:00
Steve Yegge
d11bbf527b bd sync: 2025-12-23 16:57:26 2025-12-23 16:57:34 -08:00
Steve Yegge
41bf7da3af bd sync: 2025-12-23 16:39:32 2025-12-23 16:39:32 -08:00
Steve Yegge
521f5d6272 bd sync: 2025-12-23 16:31:08 2025-12-23 16:31:08 -08:00
Steve Yegge
901d0a1528 bd sync: 2025-12-23 16:29:05 2025-12-23 16:29:20 -08:00
Steve Yegge
7b619b75d6 bd sync: 2025-12-23 16:24:52 2025-12-23 16:24:52 -08:00
Steve Yegge
b2bdb85ac4 bd sync: 2025-12-23 16:23:48 2025-12-23 16:23:48 -08:00
Steve Yegge
6806a6146b bd sync: 2025-12-23 16:13:05 2025-12-23 16:13:05 -08:00
Steve Yegge
419015b59b bd sync: 2025-12-23 16:08:22 2025-12-23 16:08:31 -08:00
Steve Yegge
fd8a5d028d bd sync: 2025-12-23 16:07:48 2025-12-23 16:08:31 -08:00
Steve Yegge
d507bf6516 bd sync: 2025-12-23 16:07:14 2025-12-23 16:07:14 -08:00
Steve Yegge
f61570c079 bd sync: 2025-12-23 16:05:40 2025-12-23 16:05:40 -08:00
Steve Yegge
7185d01911 bd sync: 2025-12-23 16:00:29 2025-12-23 16:00:29 -08:00
Steve Yegge
7caf3ff28e bd sync: 2025-12-23 15:57:06 2025-12-23 15:57:06 -08:00
Steve Yegge
143959943b bd sync: 2025-12-23 15:56:29 2025-12-23 15:56:39 -08:00
Steve Yegge
76697c5105 bd sync: 2025-12-23 15:05:40 2025-12-23 15:56:39 -08:00
Steve Yegge
3a8a81a59f bd sync: 2025-12-23 14:43:07 2025-12-23 14:43:07 -08:00
Steve Yegge
127fde8943 bd sync: 2025-12-23 14:35:29 2025-12-23 14:35:29 -08:00
Steve Yegge
cf16bfa309 bd sync: 2025-12-23 14:32:27 2025-12-23 14:35:16 -08:00
Steve Yegge
0a8234ba78 bd sync: 2025-12-23 14:29:18 2025-12-23 14:29:18 -08:00
Steve Yegge
d47f77aaa6 bd sync: 2025-12-23 14:27:54 2025-12-23 14:28:03 -08:00
Steve Yegge
d8745569f9 bd sync: 2025-12-23 14:23:01 2025-12-23 14:28:03 -08:00
Steve Yegge
3a6e0afe51 bd sync: 2025-12-23 14:17:00 2025-12-23 14:28:03 -08:00
Steve Yegge
884a26afa5 bd sync: 2025-12-23 14:14:48 2025-12-23 14:14:48 -08:00
Steve Yegge
ee2e0b566d bd sync: 2025-12-23 13:38:37 2025-12-23 14:08:35 -08:00
Steve Yegge
90de119a09 bd sync: 2025-12-23 13:38:14 2025-12-23 14:08:35 -08:00
Steve Yegge
c5d36ee395 bd sync: 2025-12-23 13:37:50 2025-12-23 14:08:35 -08:00
Steve Yegge
e7f2b295f9 bd sync: 2025-12-23 13:37:26 2025-12-23 14:08:35 -08:00
Steve Yegge
92c04042a6 bd sync: 2025-12-23 13:37:03 2025-12-23 14:08:35 -08:00