KB Resolve Pending
kb_resolve_pendingResolve pending proposals by approving with optional edits or rejecting. Allows operator override of secret-scan gate for false positives.
Instructions
Resolve a pending proposal: approve (optionally with edited text) or reject. Approval commits + enqueues for push.
override_secret_scan: operator-only override of the secret-
scanning gate (issue #71). When True and the resolved postimage
matches a credential pattern, the commit proceeds anyway instead
of being rejected rejected_secret_detected, and the audit
event records that the override was used. Use only after
confirming the flagged content is NOT a real credential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision | Yes | Resolution decision: approve or reject. | |
| pending_id | Yes | Pending proposal id to resolve. | |
| edited_text | No | Optional replacement postimage used when approving. | |
| agent_identity | No | Human-readable agent identity for audit events. | operator |
| source_session | No | Stable id of the agent session making the call. | operator-resolve |
| override_secret_scan | No | Operator override for false-positive secret-scan matches. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||