mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
test(evals): complete canonical coverage
Squash-merge the verified #412 eval coverage implementation. Required validate and paired evaluation checks passed at exact head b43ac564a5919a0f23fdab49ba052d7c514915cb; droid-review BYOK failure had no findings and is advisory.
This commit is contained in:
@@ -32,6 +32,26 @@
|
||||
"Uses host/path/tag filters or explicit snapshot selection rather than assuming an unqualified latest snapshot is correct.",
|
||||
"Includes file-level and application-level validation where applicable."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "repository-integrity-check",
|
||||
"prompt": "Before a backup migration, verify repository integrity and recovery readiness without mutating the repository.",
|
||||
"expected_output": "The plan performs read-only integrity checks, records repository and snapshot selection, and requires a separate restore drill.",
|
||||
"assertions": [
|
||||
"Uses read-only integrity verification before mutation",
|
||||
"Selects and records the intended repository and snapshot",
|
||||
"Requires a separate restore drill"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "retention-policy-review",
|
||||
"prompt": "Review a proposed restic retention policy before it is applied to a repository with legal hold snapshots.",
|
||||
"expected_output": "The review distinguishes retention selection from deletion, identifies legal-hold exclusions, previews affected snapshots, and requires an authorized dry-run review before mutation.",
|
||||
"assertions": [
|
||||
"Distinguishes retention selection from deletion",
|
||||
"Preserves or explicitly checks legal-hold snapshots",
|
||||
"Previews affected snapshots and requires authorization before mutation"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user