delimit_config_import
Import a previously exported governance configuration bundle into a project, writing the policy file and optional GitHub Action workflow.
Instructions
Import a governance config from a JSON bundle into a project.
Writes the policy file (and optionally the GitHub Action workflow) from a previously exported config bundle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_json | Yes | The JSON config bundle string (from delimit_config_export). | |
| project_path | No | Path to the target project root (default: current directory). | . |
| write_workflow | No | Also write the GitHub Action workflow file if present in the bundle. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||