Files
git.stella-ops.org/docs/implplan/SPRINT_201_cli_i.md
master 8355e2ff75
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
feat: Add initial implementation of Vulnerability Resolver Jobs
- Created project for StellaOps.Scanner.Analyzers.Native.Tests with necessary dependencies.
- Documented roles and guidelines in AGENTS.md for Scheduler module.
- Implemented IResolverJobService interface and InMemoryResolverJobService for handling resolver jobs.
- Added ResolverBacklogNotifier and ResolverBacklogService for monitoring job metrics.
- Developed API endpoints for managing resolver jobs and retrieving metrics.
- Defined models for resolver job requests and responses.
- Integrated dependency injection for resolver job services.
- Implemented ImpactIndexSnapshot for persisting impact index data.
- Introduced SignalsScoringOptions for configurable scoring weights in reachability scoring.
- Added unit tests for ReachabilityScoringService and RuntimeFactsIngestionService.
- Created dotnet-filter.sh script to handle command-line arguments for dotnet.
- Established nuget-prime project for managing package downloads.
2025-11-18 07:52:15 +02:00

3.3 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)
CLI-HK-201-002 DOING Add JSON status coverage for offline kit status handler when no bundle is imported. DevEx/CLI Guild (src/Cli/StellaOps.Cli)