repo hygiene: move secrets to pass; add examples; misc updates

This commit is contained in:
2026-02-18 01:37:46 -08:00
parent 67c7290a43
commit 9c1888f949
15 changed files with 145 additions and 173 deletions

View File

@@ -35,10 +35,7 @@ just create-todo "Test todo"
## Manual curl
```bash
curl -s -u "imalison:$(pass show org-agenda-api/imalison | head -1)" \
https://colonelpanic-org-agenda.fly.dev/health | jq
```
Prefer using the `just` recipes above so we don't bake auth syntax into docs.
## Key Endpoints