feat(core): implement OperationContext, OperationRegistry, and OperationSpec

This commit is contained in:
2026-06-07 14:44:26 +00:00
parent 92a307fd03
commit 0d6f94c24c
9 changed files with 845 additions and 0 deletions

2
Cargo.lock generated
View File

@@ -87,6 +87,8 @@ dependencies = [
"rustls",
"rustls-acme",
"rustls-pki-types",
"serde",
"serde_json",
"ssh-key",
"tempfile",
"thiserror 2.0.18",