Files
git.stella-ops.org/docs/README.md
master 730354a1af
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
feat: Implement Scheduler Worker Options and Planner Loop
- Added `SchedulerWorkerOptions` class to encapsulate configuration for the scheduler worker.
- Introduced `PlannerBackgroundService` to manage the planner loop, fetching and processing planning runs.
- Created `PlannerExecutionService` to handle the execution logic for planning runs, including impact targeting and run persistence.
- Developed `PlannerExecutionResult` and `PlannerExecutionStatus` to standardize execution outcomes.
- Implemented validation logic within `SchedulerWorkerOptions` to ensure proper configuration.
- Added documentation for the planner loop and impact targeting features.
- Established health check endpoints and authentication mechanisms for the Signals service.
- Created unit tests for the Signals API to ensure proper functionality and response handling.
- Configured options for authority integration and fallback authentication methods.
2025-10-27 09:46:31 +02:00

8.4 KiB
Executable File
Raw Blame History

Stella Ops

Selfhosted, SBOMfirst DevSecOps platform offlinefriendly, AGPL3.0, free up to {{ quota_token }} scans per UTC day (soft delay only, never blocks).

StellaOps lets you discover container vulnerabilities in <5s without sending a single byte outside your network.
Everything here is opensource and versioned— when you check out a git tag, the docs match the code you are running.


🚀 Start here (first 60minutes)

Step What you will learn Doc
1 90second elevator pitch & pillars What IsStellaOps?
2 Pain points it solves Why DoesItExist?
3 Install & run a scan in 10min Install Guide
4 Components & dataflow HighLevel Architecture
5 Integrate the CLI / REST API API&CLI Reference
6 Vocabulary used throughout the docs Glossary

📚 Complete Table of Contents

Click to expand the full docs index

Overview

Reference & concepts

User & operator guides


🧹 Backlog hygiene

Imposed rule: Work of this type or tasks of this type on this component must also be applied everywhere else it should be applied.

  • Aggregation-Only Contract (AOC). Ingestion services aggregate and link facts only—derived precedence, severity, and safe-fix hints live in Policy overlays and dedicated explorers. Review ../AGENTS.md and the AOC guardrails in aoc/aoc-guardrails.md.
  • Cartographer owns graphs. SBOM Service emits projections/events; Cartographer (CARTO-GRAPH-21-00x) builds graph storage, overlays, and tiles. See ARCHITECTURE_CONCELIER.md (Cartographer handshake section) for handoff boundaries.
  • Notifier replaces legacy Notify. Sprint15 StellaOps.Notify.* tasks are frozen; use the Notifications Studio/Notifier backlogs (NOTIFY-SVC-38..40, WEB-NOTIFY-3x-00x, CLI-NOTIFY-3x-00x).
  • Dedicated services for Vuln & Policy. Vuln Explorer work flows through src/StellaOps.VulnExplorer.Api/Console/CLI (Sprint 29); gateway routes proxy only. Policy Engine remains the sole source for precedence/suppression overlays.
  • Cleanup log. The backlog consolidation summary lives in backlog/2025-10-cleanup.md.

© 2025 StellaOps contributors licensed AGPL3.0orlater