delimit_repo_config_validate
Checks repository configuration files for structural validity and self-consistency as a pre-merge step. Supports local paths, owner/repo shorthand, or GitHub URLs.
Instructions
Validate repository configuration files (experimental) (Pro).
When to use: as a pre-merge check that .github/, package.json, pyproject.toml, etc. are well-formed and self-consistent. When NOT to use: for compliance vs an external standard (use delimit_repo_config_audit) or full repo analysis (delimit_repo_analyze).
Sibling contrast: delimit_repo_config_audit reports policy compliance; this checks structural validity.
Side effects: read-only on the resolved local path. Accepts local path, "owner/repo" shorthand, or GitHub URL — remote inputs are shallow-cloned into a tempdir. Calls backends.repo_bridge.config_validate 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 | |||