delimit_activate
Run readiness checklist after installing Delimit. Apply license key and configure AI assistant permissions to verify setup.
Instructions
Activate Delimit and run a readiness checklist.
When to use: as the post-install confirmation that everything is wired up — license, MCP, governance, tests, permissions, premium. When NOT to use: for diagnostic-style debugging of an already activated install (use delimit_diagnose) or first-run discovery (delimit_quickstart).
Sibling contrast: delimit_diagnose investigates issues; delimit_quickstart is the 60-second guided first run; this is the activation + readiness checklist.
Side effects: applies the license key when provided; auto-configures AI-assistant permissions when auto_permissions=True (writes .claude/settings.json). Skipped checks (premium on free tier, no test framework) do not count against the score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| license_key | No | Optional license key (e.g. DELIMIT-XXXX-XXXX-XXXX). Empty = free-tier readiness only. | |
| project_path | No | Project directory to check. Default "." (cwd). | . |
| auto_permissions | No | Auto-configure AI assistant permissions (default True). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||