Files
git.stella-ops.org/docs/implplan/SPRINT_203_cli_iii.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.8 KiB

Sprint 203 - Experience & SDKs · 180.A) Cli.III

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

[Experience & SDKs] 180.A) Cli.III Depends on: Sprint 180.A - Cli.II Summary: Experience & SDKs focus on Cli (phase III).

Task ID State Task description Owners (Source)
CLI-OBS-51-001 TODO Implement stella obs top command streaming service health metrics, SLO status, and burn-rate alerts with TUI view and JSON output. Dependencies: CLI-OBS-50-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-OBS-52-001 TODO Add stella obs trace <trace_id> and stella obs logs --from/--to commands that correlate timeline events, logs, and evidence links with pagination + guardrails. Dependencies: CLI-OBS-51-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-OBS-55-001 TODO Add `stella obs incident-mode enable. Dependencies: CLI-OBS-52-001. DevEx/CLI Guild, DevOps Guild (src/Cli/StellaOps.Cli)
CLI-ORCH-32-001 TODO Implement `stella orch sources DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-ORCH-33-001 TODO Add action verbs (`sources test. Dependencies: CLI-ORCH-32-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-ORCH-34-001 TODO Provide backfill wizard (--from/--to --dry-run), quota management (`quotas get. Dependencies: CLI-ORCH-33-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-PACKS-42-001 TODO Implement Task Pack commands (pack plan/run/push/pull/verify) with schema validation, expression sandbox, plan/simulate engine, remote execution. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-PACKS-43-001 TODO Deliver advanced pack features (approvals pause/resume, secret injection, localization, man pages, offline cache). Dependencies: CLI-PACKS-42-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-PARITY-41-001 TODO Deliver parity command groups (policy, sbom, vuln, vex, advisory, export, orchestrator) with --explain, deterministic outputs, and parity matrix entries. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-PARITY-41-002 TODO Implement notify, aoc, auth command groups, idempotency keys, shell completions, config docs, and parity matrix export tooling. Dependencies: CLI-PARITY-41-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-SBOM-60-001 TODO Ship stella sbomer layer/compose verbs that capture per-layer fragments, run canonicalization, verify fragment DSSE, and emit _composition.json + Merkle diagnostics (ref docs/modules/scanner/deterministic-sbom-compose.md). Dependencies: CLI-PARITY-41-001, SCANNER-SURFACE-04. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-SBOM-60-002 TODO Add stella sbomer drift --explain + verify commands that rerun composition locally, highlight which arrays/keys broke determinism, and integrate with Offline Kit bundles. Dependencies: CLI-SBOM-60-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-POLICY-20-001 TODO Add `stella policy new DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-POLICY-23-004 TODO Add stella policy lint command validating SPL files with compiler diagnostics; support JSON output. Dependencies: CLI-POLICY-20-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)

2025-11-06: CLI enforces --version as mandatory and adds scheduled activation timestamp normalization tests while keeping exit codes intact. CLI-POLICY-23-006 | TODO | Provide stella policy history and stella policy explain commands to pull run history and explanation trees. Dependencies: CLI-POLICY-23-005. | DevEx/CLI Guild (src/Cli/StellaOps.Cli) CLI-POLICY-27-001 | TODO | Implement policy workspace commands (stella policy init, edit, lint, compile, test) with template selection, local cache, JSON output, and deterministic temp directories. Dependencies: CLI-POLICY-23-006. | DevEx/CLI Guild (src/Cli/StellaOps.Cli)