| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-22 | feat: implement t-1o2bkufixnc | Ben Sima | |
| Refactored `AGENTS.md` to be a concise cheat sheet by: 1. Moving detailed examples of "Forbidden Patterns" and "Bug Discovery" to `Omni/Task/README.md`. 2. Moving "Coding Conventions" (Always include tests, No TODOs, Fast typechecking) to `README.md`. 3. Removing "About Omnirepo" and "Source Layout" sections from `AGENTS.md` as they are duplicative of `README.md`. 4. Condensing `AGENTS.md` to contain only Critical Rules, a short Session Checklist/Cheat Sheet, and pointers to the detailed READMEs (`Omni/Task/README.md`, `Omni/Bild/README.md`, `Omni/Ide/README.md`, `README.md`). Verified that detailed documentation exists in the respective namespaces and passed linting. | |||
| 2025-04-11 | Switch from simatime.com to bensima.com | Ben Sima | |
| This does the full transition: web server, mail server, xmpp. I expect some disruption, but hopefully this is everything and it just switches over without any problem. | |||
| 2025-01-06 | Remove Python main idiom and add coding conventions to README.md | Ben Sima | |
| I realized I don't need this stupid `__main__` convention anymore because my build system always calls Python programs like `python -m main`, so I just need to have a function named `main()`. I also started adding some general coding conventions to the README and fixed a typo. | |||
| 2025-01-02 | Improve readme | Ben Sima | |
| The idea is for an LLM to read this to understand the repo. | |||
| 2024-12-21 | Re-namespace some stuff to Omni | Ben Sima | |
| I was getting confused about what is a product and what is internal infrastructure; I think it is good to keep those things separate. So I moved a bunch of stuff to an Omni namespace, actually most stuff went there. Only things that are explicitly external products are still in the Biz namespace. | |||
| 2022-11-02 | Document supportedFeatures in nix remote builder | Ben Sima | |
| 2021-12-01 | Move some docs around | Ben Sima | |
| 2020-12-08 | Update docs, remove useless README | Ben Sima | |
| 2020-11-16 | add build badge and move some docs around | Ben Sima | |
| 2020-10-13 | Move nix files into Biz.Bild namespace | Ben Sima | |
| 2020-07-26 | reorganize readme | Ben Sima | |
| 2020-07-25 | bild: support incremental compilation | Ben Sima | |
| Closes https://github.com/bsima/biz/issues/9 | |||
| 2020-04-19 | Switch to niv for managing third party sources | Ben Sima | |
| 2020-04-15 | Re-namespacing | Ben Sima | |
| Moving away from the DNS-driven namespacing toward more condensed names, mostly because I don't like typing so much. | |||
| 2020-04-04 | Remove some TODOs | Ben Sima | |
| I stored them in my org files. | |||
| 2020-04-03 | Remove old scripts and update README | Ben Sima | |
| 2020-02-16 | Split buildHaskellApp into buildGhc and buildGhcjs | Ben Sima | |
| Two functions makes it simpler to reason about what is being built and when, even if it is a bit more explicit. I also removed the dumb Apex/Aero naming thing because Server/Client is just easier to remember. | |||
| 2020-02-13 | Add git branch instructions to README | Ben Sima | |
| 2019-11-23 | Add note about file extensions | Ben Sima | |
| 2019-11-23 | Add intro, capitalized namespaces, and reorganize | Ben Sima | |
| 2019-11-19 | Update README | Ben Sima | |
| 2019-11-02 | add rise script to readme | Ben Sima | |
| 2019-11-02 | add common scripts, remove old scripts, update readme | Ben Sima | |
| 2019-11-02 | unify nix entrypoints to default.nix | Ben Sima | |
| 2019-11-01 | add build and deploy instructions | Ben Sima | |
| 2019-10-27 | move everything to namespace directories | Ben Sima | |
| 2019-06-16 | Removed the build status badge for sourcehut. | Reticentman | |
| 2019-03-27 | notes and stuff | Ben Sima | |
| 2019-03-02 | Better deploy script | Ben Sima | |
| 2019-03-02 | Flesh out build topology | Ben Sima | |
| 2019-02-27 | Add developer workflow goals | Ben Sima | |
| 2019-02-25 | Update readme docs | Ben Sima | |
| 2019-02-24 | Update docs/formatting | Ben Sima | |
| 2019-02-23 | Get rid of cabal | Ben Sima | |
| Using just nix and ghc, ah it's so nice. | |||
| 2019-02-23 | Reorganize directory | Ben Sima | |
| 2019-02-19 | Add build badge | Ben Sima | |
| 2019-02-17 | Create makefile | Ben Sima | |
| More flexible than a script | |||
| 2019-02-16 | Remove stuff from readme | Ben Sima | |
| 2019-02-16 | Added more influencers, moved influencers to new file and fixed person template. | Nick Sima | |
| 2019-02-16 | Added Person template and new influencer. | Nick Sima | |
| 2019-02-01 | Add deploy script | Ben Sima | |
| 2019-01-31 | Update readme | Ben Sima | |
| 2019-01-30 | Build production machine locally | Ben Sima | |
