| ▲ | Daviey 4 hours ago | |
Most of them are not public, but a fun thing I did was a mario cli game - https://github.com/Daviey/mario/ (or `ssh mario.baby`). I now exclusively use https://omp.sh/ as my harness: I set it up so it never works in the main branch so subagents etc don't step on each others toes, and only merges back when complete: https://github.com/Daviey/mario/blob/main/.omp/hooks/pre/wor... A good AGENTS.md is essential: https://github.com/Daviey/mario/blob/main/AGENTS.md I then provide specifications for what I want, making sure it is unit tested. | ||