An experimental spindle with support for Pixi as an engine
9

Configure Feed

Select the types of activity you want to include in your feed.

docs: add TODOs

Ethan Holz (May 22, 2026, 11:03 AM -0600) 9a55a051 a85da9c9

+11
+11
README.md
··· 12 12 1. Run `pixi run go test ./...` to run tests 13 13 2. Run `pixi run go build` to build 14 14 15 + ## TODOs 16 + - [ ] Add setup instructions 17 + - [ ] Add systemd unit 18 + - [ ] Add configurable memory limit 19 + - [ ] Add an integration smoke test (this may not be able to be run in CI, but we shall see) 20 + - [ ] Make pixi image configurable 21 + - [ ] Migrate to a one container/step model 22 + 23 + ### Optional 24 + - [ ] Consider building a minimal custom Pixi image with Git installed 25 +