Add DryRunner interface and DryRun capability for dry-run support detection

Co-authored-by: taigrr <8261498+taigrr@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-28 06:22:26 +00:00
parent 434c367687
commit 9f943e9097
7 changed files with 35 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ func TestGetCapabilities_NilSafe(t *testing.T) {
assert.False(t, caps.KeyManagement)
assert.False(t, caps.Groups)
assert.False(t, caps.NameNormalize)
assert.False(t, caps.DryRun)
}
func TestErrors(t *testing.T) {