Files
git.stella-ops.org/docs/implplan/SPRINT_201_cli_i.md
master cef4cb2c5a Add support for ГОСТ Р 34.10 digital signatures
- Implemented the GostKeyValue class for handling public key parameters in ГОСТ Р 34.10 digital signatures.
- Created the GostSignedXml class to manage XML signatures using ГОСТ 34.10, including methods for computing and checking signatures.
- Developed the GostSignedXmlImpl class to encapsulate the signature computation logic and public key retrieval.
- Added specific key value classes for ГОСТ Р 34.10-2001, ГОСТ Р 34.10-2012/256, and ГОСТ Р 34.10-2012/512 to support different signature algorithms.
- Ensured compatibility with existing XML signature standards while integrating ГОСТ cryptography.
2025-11-09 21:59:57 +02:00

3.2 KiB

Sprint 201 - Experience & SDKs · 180.A) Cli.I

Active items only. Completed/historic work now resides in docs/implplan/archived/tasks.md (updated 2025-11-08).

[Experience & SDKs] 180.A) Cli.I Depends on: Sprint 120.A - AirGap, Sprint 130.A - Scanner, Sprint 150.A - Orchestrator, Sprint 170.A - Notifier Summary: Experience & SDKs focus on Cli (phase I).

Task ID State Task description Owners (Source)
CLI-AIAI-31-001 TODO Implement stella advise summarize command with JSON/Markdown outputs and citation display. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-AIAI-31-002 TODO Implement stella advise explain showing conflict narrative and structured rationale. Dependencies: CLI-AIAI-31-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-AIAI-31-003 TODO Implement stella advise remediate generating remediation plans with --strategy filters and file output. Dependencies: CLI-AIAI-31-002. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-AIAI-31-004 TODO Implement stella advise batch for summaries/conflicts/remediation with progress + multi-status responses. Dependencies: CLI-AIAI-31-003. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-AIRGAP-56-001 TODO Implement `stella mirror create DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-AIRGAP-56-002 TODO Ensure telemetry propagation under sealed mode (no remote exporters) while preserving correlation IDs; add label AirGapped-Phase-1. Dependencies: CLI-AIRGAP-56-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-AIRGAP-57-001 TODO Add stella airgap import with diff preview, bundle scope selection (--tenant, --global), audit logging, and progress reporting. Dependencies: CLI-AIRGAP-56-002. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-AIRGAP-57-002 TODO Provide `stella airgap seal. Dependencies: CLI-AIRGAP-57-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-AIRGAP-58-001 TODO Implement stella airgap export evidence helper for portable evidence packages, including checksum manifest and verification. Dependencies: CLI-AIRGAP-57-002. DevEx/CLI Guild, Evidence Locker Guild (src/Cli/StellaOps.Cli)
CLI-ATTEST-73-001 TODO Implement stella attest sign (payload selection, subject digest, key reference, output format) using official SDK transport. CLI Attestor Guild (src/Cli/StellaOps.Cli)
CLI-ATTEST-73-002 TODO Implement stella attest verify with policy selection, explainability output, and JSON/table formatting. Dependencies: CLI-ATTEST-73-001. CLI Attestor Guild (src/Cli/StellaOps.Cli)
CLI-ATTEST-74-001 TODO Implement stella attest list with filters (subject, type, issuer, scope) and pagination. Dependencies: CLI-ATTEST-73-002. CLI Attestor Guild (src/Cli/StellaOps.Cli)
CLI-ATTEST-74-002 TODO Implement stella attest fetch to download envelopes and payloads to disk. Dependencies: CLI-ATTEST-74-001. CLI Attestor Guild (src/Cli/StellaOps.Cli)
CLI-ATTEST-75-001 TODO Implement `stella attest key create. Dependencies: CLI-ATTEST-74-002. CLI Attestor Guild, KMS Guild (src/Cli/StellaOps.Cli)
CLI-ATTEST-75-002 TODO Add support for building/verifying attestation bundles in CLI. Dependencies: CLI-ATTEST-75-001. CLI Attestor Guild, Export Guild (src/Cli/StellaOps.Cli)