Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
- Added VulnTokenSigner for signing JWT tokens with specified algorithms and keys. - Introduced VulnTokenUtilities for resolving tenant and subject claims, and sanitizing context dictionaries. - Created VulnTokenVerificationUtilities for parsing tokens, verifying signatures, and deserializing payloads. - Developed VulnWorkflowAntiForgeryTokenIssuer for issuing anti-forgery tokens with configurable options. - Implemented VulnWorkflowAntiForgeryTokenVerifier for verifying anti-forgery tokens and validating payloads. - Added AuthorityVulnerabilityExplorerOptions to manage configuration for vulnerability explorer features. - Included tests for FilesystemPackRunDispatcher to ensure proper job handling under egress policy restrictions.
Platform Architecture & Module Dossiers
Use this index to locate architecture narratives, boundaries, and implementation plans for every Stella Ops component.
Core Views
- ../high-level-architecture.md – 10-minute overview of the end-to-end flow.
- ../07_HIGH_LEVEL_ARCHITECTURE.md – exhaustive reference (data flows, trust boundaries, operational traits).
- ../40_ARCHITECTURE_OVERVIEW.md – design principles applied across modules.
- ../scanner-core-contracts.md – canonical DTOs shared by Scanner services and consumers.
- Legacy service dossier: ../11_AUTHORITY.md – Authority overview before module split.
- UI documentation set: ../../ui/ (navigation, policies, findings, runs, tours).
- Component map: component-map.md – quick descriptions of every
src/module and how they interact.
Module Catalogue
Each module directory bundles an ownership charter (AGENTS.md), current work (TASKS.md), architecture dossier, and implementation plan. Operations guides live under operations/ where applicable.
Tip: Every module directory also exposes
README.md,AGENTS.md, andTASKS.mdfor roles, current backlog, and ownership responsibilities.