summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-16Add admin toggle for episode public/private statusBen Sima
2025-11-16Fix pre-existing test failures in Web.pyBen Sima
2025-11-16Fix test failures by adding episodes to user_episodes junction tableBen Sima
2025-11-15Add public feed routes and update home pageBen Sima
2025-11-15Implement episode deduplication in submission flowBen Sima
2025-11-15Add database migrations for public feed, metrics, and deduplicationBen Sima
2025-11-15Add backward compatibility redirect for legacy episode URLsBen Sima
2025-11-15Use sqids for non-sequential episode URLsBen Sima
2025-11-15Add Open Graph and metadata tags to episode pagesBen Sima
2025-11-15Fix run.sh to handle bild --plan JSON outputBen Sima
2025-11-15Add individual episode pages with sharing and media playerBen 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-15Refactor NixOS integration to use pre-declared targetsBen 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-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