delimit_config_import
Import governance configuration from a JSON bundle into your project. Restore policy files and optionally the GitHub Actions workflow from a previous export.
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 | |||