| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
short notes for AI agents working on the repo: how to run the test suite locally (replay ci.yml against a $TMPDIR fixture), the bash conventions worth following (plumbing over porcelain, git switch over checkout, quote everything, locale-safe), and a pointer to the global style rules for commits/PRs.
| Back | FazBrowse Home | New Git URL |
short notes for AI agents working on the repo. What they need to know that they can't get from reading the code.
mostly:
informed by the modernize-git-commands (#128) and add-test-coverage work
The "don't parse git branch output" and "set +H in test wrappers" notes are lessons learned the hard way during that audit.