save checkpoint

This commit is contained in:
master
2026-02-14 09:11:48 +02:00
parent 9ca2de05df
commit e9aeadc040
1512 changed files with 30863 additions and 4728 deletions

View File

@@ -0,0 +1,33 @@
# Rekor CLI Commands
## Module
Cli
## Status
VERIFIED
## Description
CLI commands for attestation and checkpoint operations related to Rekor transparency log.
## Implementation Details
- **Command Group**: `src/Cli/StellaOps.Cli/Commands/RegistryCommandGroup.cs` -- registry commands including Rekor operations
- **Proof Commands**: `src/Cli/StellaOps.Cli/Commands/Proof/ProofCommandGroup.cs` -- proof operations with Rekor integration
- **Commands**:
- `stella proof submit <attestation>` -- submit attestation to Rekor
- `stella proof verify <entry-id>` -- verify Rekor inclusion proof
- `stella proof checkpoint` -- get latest Rekor checkpoint
## E2E Test Plan
- [ ] Run `stella proof submit ./attestation.json` and verify Rekor entry created
- [ ] Run `stella proof verify <entry-id>` and verify inclusion proof
- [ ] Run `stella proof checkpoint` and verify checkpoint retrieved
- [ ] Verify Rekor integration in attestation workflow
## Verification
- **Verified**: 2026-02-13T15:30:00Z
- **Tier 0 (Source)**: pass -- all referenced source files exist on disk
- **Tier 1 (Build)**: pass -- module builds cleanly, 339 tests pass in StellaOps.Cli.Plugins.Tests
- **Tier 2d (Integration)**: pass -- targeted integration tests confirm behavioral correctness
- **Test Project**: `src/Cli/__Tests/StellaOps.Cli.Plugins.Tests/StellaOps.Cli.Plugins.Tests.csproj`
- **Evidence**: `docs/qa/feature-checks/runs/cli/rekor-cli-commands/run-001/tier2-integration-check.json`