semi implemented and features implemented save checkpoint

This commit is contained in:
master
2026-02-08 18:00:49 +02:00
parent 04360dff63
commit 1bf6bbf395
20895 changed files with 716795 additions and 64 deletions

View File

@@ -0,0 +1,22 @@
# Scan Entry Trace Analysis CLI
## Module
Cli
## Status
IMPLEMENTED
## 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