Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,15 @@ hal/

## Develop & deploy

```bash
# Deploy the MCP server (the actual product) — see docs/operations.md §2 for the full runbook
make deploy # supabase functions deploy hal-mcp --no-verify-jwt + verify_deploy.sh
Canonical entry points (root `Makefile`):

- `make deploy` — deploy hal-mcp + verify it answers
- `make verify` — probe the live hal-mcp function (no redeploy)
- `make test` — offline checks — deno type-check (both fns) + offline pytest (mirrors CI)

Full runbook: [`CLAUDE.md`](./CLAUDE.md) § Migrations & deploy, [`docs/operations.md`](./docs/operations.md).

```bash
# Apply a halcrm_* migration — use the Supabase MCP apply_migration tool or the
# dashboard SQL editor. The Supabase CLI push is NOT safe on this shared
# partial-ledger DB; see docs/operations.md §1 for the runbook.
Expand Down
Loading