Refactor code structure for improved readability and maintainability; optimize performance in key functions.

This commit is contained in:
master
2025-12-22 19:06:31 +02:00
parent dfaa2079aa
commit 4602ccc3a3
1444 changed files with 109919 additions and 8058 deletions

View File

@@ -1,4 +1,4 @@
# CLI Guild Active Tasks
# CLI Guild — Active Tasks
| Task ID | State | Notes |
| --- | --- | --- |
@@ -9,3 +9,5 @@
| `CLI-AIAI-31-004` | DONE (2025-11-24) | `stella advise batch` supports multi-key runs, per-key outputs, summary table, and tests (`HandleAdviseBatchAsync_RunsAllAdvisories`). |
| `CLI-AIRGAP-339-001` | DONE (2025-12-18) | Implemented `stella offline import/status` (DSSE + Rekor verification, monotonicity + quarantine hooks, state storage) and `stella verify offline` (YAML/JSON policy loader, deterministic evidence reconciliation); tests passing. |
| `CLI-AIRGAP-341-001` | DONE (2025-12-15) | Sprint 0341: Offline Kit reason/error codes and ProblemDetails integration shipped; tests passing. |
| `CLI-4300-VERIFY-IMAGE` | DONE (2025-12-22) | Implemented `stella verify image` command, trust policy loader, OCI referrer verification, and tests (`VerifyImageHandlerTests`, `TrustPolicyLoaderTests`, `ImageAttestationVerifierTests`). |
| `CLI-4600-BYOS-UPLOAD` | DONE (2025-12-22) | Added `stella sbom upload` command with BYOS payload, CLI models, and tests. |