Commit f5c598d
fix: demo not→! in code_gen_loop and self_improving_agent
code_gen_loop.omc: `if not run_result["ok"]` → `if !run_result["ok"]`
self_improving_agent.omc: two `if not x` → `if !x` (run/test checks)
substrate_rag.omc and recursive_improve.omc verified clean (no fixes).
All four demos parse and execute correctly up to first llm_call boundary.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 559f182 commit f5c598d
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments