From 205ab8a223ddf6591a3e8bfc9108506502977c11 Mon Sep 17 00:00:00 2001 From: soryu Date: Fri, 16 Jan 2026 12:23:49 +0000 Subject: Fixup: use default api.makima.jp URL and fix default branch detection Also add checkpointing/history --- makima/docs/CLI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makima/docs/CLI.md') diff --git a/makima/docs/CLI.md b/makima/docs/CLI.md index 5246a30..0d4e499 100644 --- a/makima/docs/CLI.md +++ b/makima/docs/CLI.md @@ -140,7 +140,7 @@ All supervisor subcommands accept these common options: | Option | Environment Variable | Default | Description | |--------|---------------------|---------|-------------| -| `--api-url ` | `MAKIMA_API_URL` | `http://localhost:8080` | API URL | +| `--api-url ` | `MAKIMA_API_URL` | `https://api.makima.jp` | API URL | | `--api-key ` | `MAKIMA_API_KEY` | - | API key for authentication | | `--contract-id ` | `MAKIMA_CONTRACT_ID` | - | Contract ID | | `--task-id ` | `MAKIMA_TASK_ID` | - | Current task ID (optional) | @@ -314,7 +314,7 @@ All contract subcommands accept these common options: | Option | Environment Variable | Default | Description | |--------|---------------------|---------|-------------| -| `--api-url ` | `MAKIMA_API_URL` | `http://localhost:8080` | API URL | +| `--api-url ` | `MAKIMA_API_URL` | `https://api.makima.jp` | API URL | | `--api-key ` | `MAKIMA_API_KEY` | - | API key for authentication | | `--contract-id ` | `MAKIMA_CONTRACT_ID` | - | Contract ID | | `--task-id ` | `MAKIMA_TASK_ID` | - | Current task ID (optional) | -- cgit v1.2.3