delimit_repo_config_audit
Audit a repository's configuration against compliance standards for required files, branch protection, and license headers. Accepts local path, owner/repo, or GitHub URL.
Instructions
Audit repository configuration for compliance (experimental) (Pro).
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 | |||