about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2026-05-27pyproject: add build-system stanza for Guix packaging HEAD mainClaude Sonnet 4.6
Without a [build-system] table Guix's pyproject-build-system has no backend to invoke. Declare setuptools so the package builds cleanly.
2026-05-27README: document that env vars work for any deploymentClaude Sonnet 4.6
The three BASE_URL variables are not limited to CD and production — they work for any live deployment. Add an explicit note and a concrete example using a personal/feature instance so this is clear to new contributors.
2026-05-27Initialise with smoke tests for various GeneNetwork services.Frederick Muriuki Muriithi
The code in this commit was written by claude code, and is yet to be reviewed. Expect changes once the code has been reviewed.