delimit_init
Initialize Delimit project governance: creates .delimit/policies.yml and ledger directory, auto-sets filesystem permissions. Optionally skip permission setup.
Instructions
Initialize Delimit governance for a project. Creates .delimit/policies.yml and ledger directory.
Also auto-configures filesystem permissions: chmod 755 on .delimit/, chmod 600 on any .delimit/secrets/* files, and creates a project-local .claude/settings.json with a reasonable Edit/Write/Bash allowlist if one does not already exist. Pass no_permissions=True to skip permission setup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Project root directory. | . |
| preset | No | Policy preset - strict, default, or relaxed. | default |
| no_permissions | No | Skip the filesystem permission auto-config (LED-269). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||