Files
git.stella-ops.org/docs/modules/platform
master 2eb6852d34
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Add unit tests for SBOM ingestion and transformation
- Implement `SbomIngestServiceCollectionExtensionsTests` to verify the SBOM ingestion pipeline exports snapshots correctly.
- Create `SbomIngestTransformerTests` to ensure the transformation produces expected nodes and edges, including deduplication of license nodes and normalization of timestamps.
- Add `SbomSnapshotExporterTests` to test the export functionality for manifest, adjacency, nodes, and edges.
- Introduce `VexOverlayTransformerTests` to validate the transformation of VEX nodes and edges.
- Set up project file for the test project with necessary dependencies and configurations.
- Include JSON fixture files for testing purposes.
2025-11-04 07:49:39 +02:00
..

StellaOps Platform

Platform module describes cross-cutting architecture, contracts, and guardrails that bind the services together.

Responsibilities

  • Maintain the system-wide architecture overview and integration diagrams.
  • Capture Aggregation-Only Contract guidance and migration playbooks.
  • Document shared services such as API gateway, tenancy, quotas, and offline posture.
  • Coordinate platform-wide epics and compliance checklists.

Key components

  • Architecture overview in ./architecture-overview.md.
  • References to high-level docs (../../07_HIGH_LEVEL_ARCHITECTURE.md).

Integrations & dependencies

  • All StellaOps services via shared contracts (AOC, telemetry, security).
  • DevOps for release governance.
  • Docs guild for cross-module onboarding.

Operational notes

  • No runtime component; focus is architectural governance.
  • Glossaries and guardrails cross-linked across docs.

Backlog references

  • DOCS-AOC-19-002/003 in ../../TASKS.md.
  • Future platform epics under docs/implplan/SPRINTS.md.

Epic alignment

  • Aligns with the Aggregation-Only Contract reference, Policy and Policy Studio guides, Graph/Vulnerability Explorer documentation, and the Orchestrator, Advisory AI, and Notifications implementation plans to keep platform guardrails consistent across services.