Files
git.stella-ops.org/docs/implplan/SPRINT_202_cli_ii.md
master 75c2bcafce
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Add LDAP Distinguished Name Helper and Credential Audit Context
- Implemented LdapDistinguishedNameHelper for escaping RDN and filter values.
- Created AuthorityCredentialAuditContext and IAuthorityCredentialAuditContextAccessor for managing credential audit context.
- Developed StandardCredentialAuditLogger with tests for success, failure, and lockout events.
- Introduced AuthorityAuditSink for persisting audit records with structured logging.
- Added CryptoPro related classes for certificate resolution and signing operations.
2025-11-09 12:21:38 +02:00

3.5 KiB

Sprint 202 - Experience & SDKs · 180.A) Cli.II

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

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

Task ID State Task description Owners (Source)
CLI-CORE-41-001 TODO Implement CLI core features: config precedence, profiles/contexts, auth flows, output renderer (json/yaml/table), error mapping, global flags, telemetry opt-in. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-EXC-25-001 TODO Implement `stella exceptions list DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-EXC-25-002 TODO Extend stella policy simulate with --with-exception/--without-exception flags to preview exception impact. Dependencies: CLI-EXC-25-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-EXPORT-35-001 BLOCKED (2025-10-29) Implement `stella export profiles DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-EXPORT-36-001 TODO Add distribution commands (stella export distribute, run download --resume enhancements) and improved status polling with progress bars. Dependencies: CLI-EXPORT-35-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-EXPORT-37-001 TODO Provide scheduling (stella export schedule), retention, and export verify commands performing signature/hash validation. Dependencies: CLI-EXPORT-36-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-FORENSICS-53-001 TODO Implement stella forensic snapshot create --case and snapshot list/show commands invoking evidence locker APIs, surfacing manifest digests, and storing local cache metadata. DevEx/CLI Guild, Evidence Locker Guild (src/Cli/StellaOps.Cli)
CLI-FORENSICS-54-001 TODO Provide stella forensic verify <bundle> command validating checksums, DSSE signatures, and timeline chain-of-custody. Support JSON/pretty output and exit codes for CI. Dependencies: CLI-FORENSICS-53-001. DevEx/CLI Guild, Provenance Guild (src/Cli/StellaOps.Cli)
CLI-FORENSICS-54-002 TODO Implement stella forensic attest show <artifact> listing attestation details (signer, timestamp, subjects) and verifying signatures. Dependencies: CLI-FORENSICS-54-001. DevEx/CLI Guild, Provenance Guild (src/Cli/StellaOps.Cli)
CLI-LNM-22-001 TODO Implement stella advisory obs get/linkset show/export commands with JSON/OSV output, pagination, and conflict display; ensure ERR_AGG_* mapping. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-LNM-22-002 TODO Implement stella vex obs get/linkset show commands with product filters, status filters, and JSON output for CI usage. Dependencies: CLI-LNM-22-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-NOTIFY-38-001 BLOCKED (2025-10-29) Implement `stella notify rules DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-NOTIFY-39-001 BLOCKED (2025-10-29) Add simulation (stella notify simulate) and digest commands with diff output and schedule triggering, including dry-run mode. Dependencies: CLI-NOTIFY-38-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-NOTIFY-40-001 TODO Provide ack token redemption workflow, escalation management, localization previews, and channel health checks. Dependencies: CLI-NOTIFY-39-001. DevEx/CLI Guild (src/Cli/StellaOps.Cli)
CLI-OBS-50-001 TODO Ensure CLI HTTP client propagates traceparent headers for all commands, prints correlation IDs on failure, and records trace IDs in verbose logs (scrubbed). DevEx/CLI Guild (src/Cli/StellaOps.Cli)