delimit_config_export
Export a project's governance configuration as a portable JSON bundle for sharing or import.
Instructions
Export the current governance config as a shareable JSON bundle.
When to use: to package a project's delimit.yml + GitHub Action workflow into a portable JSON config for sharing or import. When NOT to use: to read live policy (use delimit_gov_policy) or initialize a new project (delimit_init).
Sibling contrast: delimit_config_import is the round-trip counterpart; this exports.
Side effects: read-only on the project. Sanitizes project_path via _sanitize_path. Returns the bundle in the response — no file write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Path to project root. Default "." (cwd). | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||