Files
git.stella-ops.org/src/Cli/StellaOps.Cli/TASKS.completed.md
master 15b4a1de6a feat: Document completed tasks for KMS, Cryptography, and Plugin Libraries
- Added detailed task completion records for KMS interface implementation and CLI support for file-based keys.
- Documented security enhancements including Argon2id password hashing, audit event contracts, and rate limiting configurations.
- Included scoped service support and integration updates for the Plugin platform, ensuring proper DI handling and testing coverage.
2025-10-31 14:37:45 +02:00

1.8 KiB

Completed Tasks

ID Status Owner(s) Depends on Description Exit Criteria
CLI-AOC-19-001 DONE (2025-10-27) DevEx/CLI Guild CONCELIER-WEB-AOC-19-001, EXCITITOR-WEB-AOC-19-001 Implement stella sources ingest --dry-run printing would-write payloads with forbidden field scan results and guard status. Command displays diff-safe JSON, highlights forbidden fields, exits non-zero on guard violation, and has unit tests.
CLI-POLICY-20-002 DONE (2025-10-27) DevEx/CLI Guild CLI-POLICY-20-001, WEB-POLICY-20-001, WEB-POLICY-20-002 Implement stella policy simulate with SBOM/env arguments and diff output (table/JSON), handling exit codes for ERR_POL_*. Simulation outputs deterministic diffs; JSON schema documented; tests validate exit codes + piping of env variables.
CLI-AOC-19-002 DONE (2025-10-27) DevEx/CLI Guild CLI-AOC-19-001 Add stella aoc verify command supporting --since/--limit, mapping ERR_AOC_00x to exit codes, with JSON/table output. Command integrates with both services, exit codes documented, regression tests green.
CLI-AOC-19-003 DONE (2025-10-27) Docs/CLI Guild CLI-AOC-19-001, CLI-AOC-19-002 Update CLI reference and quickstart docs to cover new commands, exit codes, and offline verification workflows. Docs updated; examples recorded; release notes mention new commands.
CLI-POLICY-20-003 DONE (2025-10-30) DevEx/CLI Guild, Docs Guild CLI-POLICY-20-002, WEB-POLICY-20-003, DOCS-POLICY-20-006 Extend `stella findings ls get` commands for policy-filtered retrieval with pagination, severity filters, and explain output.