summaryrefslogtreecommitdiff
path: root/Omni
AgeCommit message (Expand)Author
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
2025-11-14Fix cursor positioning to preserve shell promptBen Sima
2025-11-14Redesign LineManager to show one line per namespaceBen Sima
2025-11-14Fix concurrent terminal update issuesBen Sima
2025-11-14Fix prompt preservation and cleanup extra lines at endBen Sima
2025-11-14Fix blank lines in parallel build outputBen Sima
2025-11-14Clean up build output and add [+] for analyzing phaseBen Sima
2025-11-14Remove info and good log messages from parallel build outputBen Sima
2025-11-14Fix parallel build output format with status indicators and colorsBen Sima
2025-11-14Add ansi-terminal dep and Omni/Log/Concurrent to Bild.nixBen Sima
2025-11-14Complete multi-line concurrent logging integrationBen Sima
2025-11-14Integrate LineManager with logging systemBen Sima
2025-11-14Thread LineManager through build functionsBen Sima
2025-11-14Create Omni/Log/Concurrent module for multi-line outputBen Sima
2025-11-14Add bounded parallel target buildsBen Sima
2025-11-14Bild: breadth-first search and ghc-pkg cachingBen Sima
2025-11-13Fix Python import detection to handle transitive dependenciesBen Sima
2025-11-13Cleanup some logging setup codeBen Sima
2025-11-12Fix billing migration to work with SQLite ALTER TABLE limitationsBen Sima
2025-11-12Add complete Stripe billing integration to PodcastItLaterBen Sima
2025-11-12Fix exit condition for run.shBen Sima
2025-11-09feat: Add stripe to Python deps and document dependency processBen Sima
2025-11-09Show epic progress count instead of Epic label and checkboxBen Sima
2025-11-09Move namespace label between status and title in tree viewBen Sima
2025-11-09Improve task tree visualization displayBen Sima
2025-11-09Implement task tree visualization commandBen Sima