summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14Fix untypable circular importBen 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-14Document parallel builds implementation in planBen 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-14Ignore node_modules (amp code installation)Ben Sima
2025-11-13Fix Python import detection to handle transitive dependenciesBen Sima
2025-11-13Unify navigation across PodcastItLater pagesBen Sima
2025-11-13Fix CORS error for Stripe portal redirectBen Sima
2025-11-13Simplify Stripe portal error handling and fix account page paddingBen Sima
2025-11-13Add error handling for unconfigured Stripe billing portalBen Sima
2025-11-13Implement full account management pageBen Sima
2025-11-13Add remove button to queue status itemsBen Sima
2025-11-13Simplify navbar to clean nav linksBen Sima
2025-11-13Improve dev mode login UXBen Sima
2025-11-13Add dev taskBen Sima
2025-11-13Improve type safety in Billing moduleBen Sima
2025-11-13Extract format_duration utility to UI moduleBen Sima
2025-11-13Replace bare exception catches with specific exceptionsBen Sima
2025-11-13Update agents and plan out next workBen Sima
2025-11-13Simplify billing to single paid planBen Sima
2025-11-13Switch to just one paid planBen Sima
2025-11-13Fix tests I thinkBen Sima
2025-11-13Move end to end test to own fileBen Sima