- [No rebases](feedback_no_rebases.md) — Always new commits, never rebase
5
- [No AI attribution](feedback_no_ai_attribution.md) — No co-authorship messages in commits or PRs
6
- [Real DB in tests](feedback_real_db.md) — Never mock the database; hit the real thing
7
- [Plans on GitHub](feedback_plans_on_github.md) — Plans and specs go on issues, not local markdown files
8
- [Soft deletes only](feedback_soft_deletes.md) — Never hard-delete business objects
9
- [Auth check first](feedback_auth_check.md) — First line of every resolver/endpoint/action
10
11
## Reference
12
- [calliope-cli agent](reference_calliope_cli.md) — calliope.md is the shim for https://github.com/calliopeai/calliope-cli
13
- [Calliope disambiguation](reference_calliope_disambiguation.md) — calliope-cli (coding agent) vs Calliope AI platform (JupyterHub) are different things