summaryrefslogtreecommitdiff
path: root/Omni
AgeCommit message (Expand)Author
2025-11-20feat: implement t-PpYZt2Ben Sima
2025-11-20fix: enable debug logs for worker agentBen Sima
2025-11-20feat: automate worker workflow in bashBen Sima
2025-11-20fix: merge local live branch in worker guideBen Sima
2025-11-20fix: prevent data loss in worker loopBen Sima
2025-11-20fix: handle existing task branches in worker guideBen Sima
2025-11-20fix: instruct worker to reset to latest live codeBen Sima
2025-11-20Merge branch 'task/t-1gcR9RV' into liveBen Sima
2025-11-20Move agent log file to cabdirBen Sima
2025-11-20feat: implement task harvesting logicBen Sima
2025-11-20fix: capture worker agent logs to fileBen Sima
2025-11-20chore: task breakdown and cleanupBen Sima
2025-11-20feat: implement t-1gcR9RVBen Sima
2025-11-20fix: enable dangerously-allow-all for worker agentBen Sima
2025-11-20fix: improve start-worker.sh scriptBen Sima
2025-11-20Fix duplicate worktree commandBen Sima
2025-11-20feat: implement multi-agent workflow infrastructureBen Sima
2025-11-20bild: fix --plan to output only JSON without loggingBen Sima
2025-11-20typecheck: add Haskell support to typecheck.shBen Sima
2025-11-20task: implement epic progress trackingBen Sima
2025-11-20task: implement stats commandBen Sima
2025-11-20task: prettier tree visualization and flag ordering fixesBen Sima
2025-11-20Fix docopt flag ordering issue by using [options]Ben Sima
2025-11-20Add task show command for detailed task inspectionBen Sima
2025-11-20task: sync databaseBen Sima
2025-11-16Fix repl.sh and typecheck.sh to properly parse bild --plan JSONBen Sima
2025-11-16Add 'Add to feed' button on episode pages and fix typecheck.shBen Sima
2025-11-15Fix run.sh to handle bild --plan JSON outputBen Sima
2025-11-15Expand terminalLock scope to protect all terminal I/OBen Sima
2025-11-15Improve terminalLock comment for clarityBen Sima
2025-11-15Fix segfault: add mutex for ANSI terminal operationsBen Sima
2025-11-15Fix NixOS integration: separate package building from OS buildsBen Sima
2025-11-15fix: handle stdin EOF in terminal detection and subprocess spawningBen Sima
2025-11-15refactor(bild): simplify terminal output - use --loud flagBen Sima
2025-11-15feat(bild): adaptive terminal output with width detectionBen Sima
2025-11-14fix(bild): per-module cp overwrites with -f and chmod after each copyBen Sima
2025-11-14fix(bild): work around Nix patch-shebangs.sh bugBen Sima
2025-11-14fix(bild): per-module builds + exit code propagationBen Sima
2025-11-14Fix module builder: manually unpack tarballBen Sima
2025-11-14Fix module builder: call unpackPhase explicitly and cd to sourceBen Sima
2025-11-14Fix module compilation: use custom builder to avoid GHC setup hooksBen Sima
2025-11-14Fix per-module link: copy .hi files locally instead of using -i pathsBen Sima
2025-11-14Fix per-module link phase: put source file before flagsBen Sima
2025-11-14Implement per-module Nix derivations for incremental Haskell buildsBen Sima
2025-11-14Add per-module Haskell build foundationBen Sima
2025-11-14Add persistent ghc-pkg cache to speed up analysisBen Sima
2025-11-14Tighten Nix source filtering to prevent spurious rebuildsBen Sima
2025-11-14Implement concurrent analysis with [+] state indicatorBen Sima
2025-11-14Remove blank lines after build completesBen Sima
2025-11-14Fix cursor movement to avoid updating wrong linesBen Sima