@@ -6,7 +6,7 @@ This cookbook collects small, focused recipes showing how to accomplish common t
66
77### .NET (C#)
88
9- - [ RALPH-loop ] ( dotnet/ralph-loop.md ) : Implement iterative self-referential AI loops for task completion with automatic retries .
9+ - [ Ralph Loop ] ( dotnet/ralph-loop.md ) : Build autonomous AI coding loops with fresh context per iteration, planning/building modes, and backpressure .
1010- [ Error Handling] ( dotnet/error-handling.md ) : Handle errors gracefully including connection failures, timeouts, and cleanup.
1111- [ Multiple Sessions] ( dotnet/multiple-sessions.md ) : Manage multiple independent conversations simultaneously.
1212- [ Managing Local Files] ( dotnet/managing-local-files.md ) : Organize files by metadata using AI-powered grouping strategies.
@@ -15,7 +15,7 @@ This cookbook collects small, focused recipes showing how to accomplish common t
1515
1616### Node.js / TypeScript
1717
18- - [ RALPH-loop ] ( nodejs/ralph-loop.md ) : Implement iterative self-referential AI loops for task completion with automatic retries .
18+ - [ Ralph Loop ] ( nodejs/ralph-loop.md ) : Build autonomous AI coding loops with fresh context per iteration, planning/building modes, and backpressure .
1919- [ Error Handling] ( nodejs/error-handling.md ) : Handle errors gracefully including connection failures, timeouts, and cleanup.
2020- [ Multiple Sessions] ( nodejs/multiple-sessions.md ) : Manage multiple independent conversations simultaneously.
2121- [ Managing Local Files] ( nodejs/managing-local-files.md ) : Organize files by metadata using AI-powered grouping strategies.
@@ -24,7 +24,7 @@ This cookbook collects small, focused recipes showing how to accomplish common t
2424
2525### Python
2626
27- - [ RALPH-loop ] ( python/ralph-loop.md ) : Implement iterative self-referential AI loops for task completion with automatic retries .
27+ - [ Ralph Loop ] ( python/ralph-loop.md ) : Build autonomous AI coding loops with fresh context per iteration, planning/building modes, and backpressure .
2828- [ Error Handling] ( python/error-handling.md ) : Handle errors gracefully including connection failures, timeouts, and cleanup.
2929- [ Multiple Sessions] ( python/multiple-sessions.md ) : Manage multiple independent conversations simultaneously.
3030- [ Managing Local Files] ( python/managing-local-files.md ) : Organize files by metadata using AI-powered grouping strategies.
@@ -33,7 +33,7 @@ This cookbook collects small, focused recipes showing how to accomplish common t
3333
3434### Go
3535
36- - [ RALPH-loop ] ( go/ralph-loop.md ) : Implement iterative self-referential AI loops for task completion with automatic retries .
36+ - [ Ralph Loop ] ( go/ralph-loop.md ) : Build autonomous AI coding loops with fresh context per iteration, planning/building modes, and backpressure .
3737- [ Error Handling] ( go/error-handling.md ) : Handle errors gracefully including connection failures, timeouts, and cleanup.
3838- [ Multiple Sessions] ( go/multiple-sessions.md ) : Manage multiple independent conversations simultaneously.
3939- [ Managing Local Files] ( go/managing-local-files.md ) : Organize files by metadata using AI-powered grouping strategies.
0 commit comments