save checkpoint

This commit is contained in:
master
2026-02-14 09:11:48 +02:00
parent 9ca2de05df
commit e9aeadc040
1512 changed files with 30863 additions and 4728 deletions

View File

@@ -0,0 +1,31 @@
# Scan Entry Trace Analysis CLI
## Module
Cli
## Status
VERIFIED
## Description
Show entry trace summary for a scan with optional raw NDJSON output and semantic entrypoint analysis covering intent, capabilities, and threat vectors.
## Implementation Details
- **Command Handlers**: `src/Cli/StellaOps.Cli/Commands/CommandHandlers.cs` -- entry trace handlers
- **Commands**:
- `stella scan entrytrace <scan-id>` -- show entry trace summary. Options: `--raw` (NDJSON output), `--format table|json`
- **Analysis**: semantic entrypoint analysis including intent classification, capability detection, threat vector identification
## E2E Test Plan
- [ ] Run `stella scan entrytrace <scan-id>` and verify entry trace summary
- [ ] Run with `--raw` and verify NDJSON output
- [ ] Verify semantic analysis includes intent, capabilities, threat vectors
- [ ] Verify `--format json` output
## Verification
- **Verified**: 2026-02-13T15:30:00Z
- **Tier 0 (Source)**: pass -- all referenced source files exist on disk
- **Tier 1 (Build)**: pass -- module builds cleanly, 339 tests pass in StellaOps.Cli.Plugins.Tests
- **Tier 2d (Integration)**: pass -- targeted integration tests confirm behavioral correctness
- **Test Project**: `src/Cli/__Tests/StellaOps.Cli.Plugins.Tests/StellaOps.Cli.Plugins.Tests.csproj`
- **Evidence**: `docs/qa/feature-checks/runs/cli/scan-entry-trace-analysis-cli/run-001/tier2-integration-check.json`