ScuttleBot
Memory Index
Feedback
- No rebases — Always new commits, never rebase
- No AI attribution — No co-authorship messages in commits or PRs
- Real DB in tests — Never mock the database; hit the real thing
- Plans on GitHub — Plans and specs go on issues, not local markdown files
- Soft deletes only — Never hard-delete business objects
- Auth check first — First line of every resolver/endpoint/action
Reference
- calliope-cli agent — calliope.md is the shim for https://github.com/calliopeai/calliope-cli
- Calliope disambiguation — calliope-cli (coding agent) vs Calliope AI platform (JupyterHub) are different things