sagashield 0.1.2

ACID transactional Saga runtime, Step-0 security guardrail, and MCP server for autonomous AI agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## Summary

What changes, and why (link issues: `Fixes #…`).

## Contributor checklist (mandatory)

- [ ] `cargo fmt` executed (`cargo fmt --check` clean)
- [ ] `cargo clippy --all-targets --all-features -- -D warnings` clean
- [ ] Unit/integration tests added or updated — no regressions (32+ tests green)
- [ ] `docs.rs` documentation updated (`///` on new public items)
- [ ] Zero `.unwrap()` introduced in `src/` (typed `KernelError` only)
- [ ] Security surface considered (`SECURITY.md` note if the threat model changes)
- [ ] `Cargo.toml` / `pyproject.toml` versions still in sync (if touched)