delimit_config_import
Import a JSON governance config bundle into a project to apply policies and optionally write the GitHub Action workflow file.
Instructions
Import a governance config from a JSON bundle into a project.
When to use: to apply a previously-exported config bundle from another project — the round-trip counterpart to delimit_config_export. When NOT to use: to initialize a fresh project (use delimit_init) or load an existing config (delimit_project_config action="load").
Sibling contrast: delimit_config_export produces; this consumes.
Side effects: writes the policy file under project_path. With write_workflow=True, also writes the GitHub Action workflow file if present in the bundle. Sanitizes project_path via _sanitize_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_json | Yes | The JSON config bundle string (from delimit_config_export). Required. | |
| project_path | No | Target project root. Default "." (cwd). | . |
| write_workflow | No | Also write the GitHub Action workflow if present. Default False. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||