- Fix namespace conflicts (Subgraph → PoESubgraph) - Add hash sanitization for Windows filesystem (colon → underscore) - Update all test mocks to use It.IsAny<>() - Add direct orchestrator unit tests - All 8 PoE tests now passing (100% success rate) - Complete SPRINT_3500_0001_0001 documentation Fixes compilation errors and Windows filesystem compatibility issues. Tests: 8/8 passing Files: 8 modified, 1 new test, 1 completion report 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
537 B
537 B
CLI and UI
CLI
- stella: scan, diff, and export for CI workflows.
- stellaops-cli: admin tooling for offline kits, policy, replay, and verification.
- CLI never signs directly; it calls Signer and Attestor through APIs.
- Typical verbs: scan, diff, export, policy, replay, graph verify, offline kit import.
UI (Console)
- Angular 17 single page app for scans, policy, VEX, notifications, and audits.
- Offline friendly with no external CDN dependencies.
- Provides offline kit import, policy editing, and evidence exploration.