# Continuum — Claude instructions

## Commits
- No `Co-Authored-By` trailers ever
- No migration files until v1 launch — edit `schema.sql` directly
- No backward-compat shims, no legacy code paths

## CI / GitHub Actions
- Auto-triggers (`push`, `pull_request`, tag) are disabled to avoid billed runs — they're commented out, not deleted, so they can be re-enabled later
- Every workflow keeps `workflow_dispatch` active so it can still be run manually from the GitHub Actions tab
- Any new workflow must follow this pattern: comment out auto-triggers, keep only `workflow_dispatch` active

## Code style
- No comments unless the WHY is non-obvious
- No trailing summaries in responses — user can read the diff
