Delimit Repo Config Audit
delimit_repo_config_auditAudit a repository’s configuration against compliance standards, verifying required files, branch protection, and license headers. Use this to identify non-compliant repo setups before merging.
Instructions
Audit repository configuration for compliance (experimental).
When to use: when checking a repo's config against a compliance standard — required files, branch protection, license header. When NOT to use: for structural validity (use delimit_repo_config_validate) or full quality analysis (delimit_repo_analyze).
Sibling contrast: delimit_repo_config_validate checks well-formedness; this checks compliance.
Side effects: read-only on the resolved local path. Accepts local path, "owner/repo" shorthand, or GitHub URL — remote inputs are shallow-cloned. Calls backends.repo_bridge.config_audit via _run_repo_tool_with_remote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Repository or config path, "owner/repo", or GitHub URL. Default "." (cwd). | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||