semi implemented and features implemented save checkpoint

This commit is contained in:
master
2026-02-08 18:00:49 +02:00
parent 04360dff63
commit 1bf6bbf395
20895 changed files with 716795 additions and 64 deletions

View File

@@ -0,0 +1,26 @@
# CLI Tools
## Module
Cli
## Status
IMPLEMENTED
## Description
CLI tooling exists for verdict attestation verification and provenance attestation tooling.
## Implementation Details
- **Command Group**: `src/Cli/StellaOps.Cli/Commands/ToolsCommandGroup.cs` -- `ToolsCommandGroup` for `stella tools` commands
- **Verdict Verifier**: `src/Cli/StellaOps.Cli/Services/VerdictAttestationVerifier.cs` -- verdict attestation verification
- **DSSE Verifier**: `src/Cli/StellaOps.Cli/Services/DsseSignatureVerifier.cs` / `IDsseSignatureVerifier.cs` -- DSSE signature verification
- **Tests**: `src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ToolsCommandGroupTests.cs`
- **Commands**:
- `stella tools verify-verdict <attestation>` -- verify verdict attestation
- `stella tools verify-provenance <attestation>` -- verify provenance attestation
## E2E Test Plan
- [ ] Run `stella tools verify-verdict ./verdict.json` and verify attestation validation
- [ ] Run `stella tools verify-provenance ./provenance.json` and verify provenance validation
- [ ] Verify verification fails for invalid attestations with clear error messages
- [ ] Verify `--format json` output for automation
- [ ] Verify offline verification works without network