summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20Remove some leftover test tasksBen Sima
2025-11-20task: implement epic progress trackingBen Sima
2025-11-20task: implement stats commandBen Sima
2025-11-20task: add tasks-test.jsonl to .gitignoreBen Sima
2025-11-20test: verify pre-commit hook behaviorBen 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-20task: sync databaseBen Sima
2025-11-20Add task show command for detailed task inspectionBen Sima
2025-11-20task: sync databaseBen Sima
2025-11-20task: sync databaseBen Sima
2025-11-20task: sync databaseBen Sima
2025-11-19Implement usage tracking and limits enforcementBen Sima
2025-11-18Change RSS feed URLs from .xml to .rss with backwards compatibilityBen Sima
2025-11-18Fix homepage auto-refresh and add test coverage for admin workflowsBen Sima
2025-11-18Add 'Add to my feed' button to public feed for logged-in usersBen Sima
2025-11-18Fix type mismatch in track_episode_metric loggingBen Sima
2025-11-16Improve privacy and UX for public feed controlsBen Sima
2025-11-16Fix public feed display and admin access issuesBen Sima
2025-11-16Add admin@example.com to admin whitelistBen Sima
2025-11-16Add admin metrics dashboardBen Sima
2025-11-16Add audio intro/outro and comprehensive testsBen Sima
2025-11-16Add metrics tracking endpoint and JavaScript for play eventsBen 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-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