Files
git.stella-ops.org/src/Orchestrator/StellaOps.Orchestrator.WorkerSdk.Go/TASKS.md
master 8355e2ff75
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
feat: Add initial implementation of Vulnerability Resolver Jobs
- Created project for StellaOps.Scanner.Analyzers.Native.Tests with necessary dependencies.
- Documented roles and guidelines in AGENTS.md for Scheduler module.
- Implemented IResolverJobService interface and InMemoryResolverJobService for handling resolver jobs.
- Added ResolverBacklogNotifier and ResolverBacklogService for monitoring job metrics.
- Developed API endpoints for managing resolver jobs and retrieving metrics.
- Defined models for resolver job requests and responses.
- Integrated dependency injection for resolver job services.
- Implemented ImpactIndexSnapshot for persisting impact index data.
- Introduced SignalsScoringOptions for configurable scoring weights in reachability scoring.
- Added unit tests for ReachabilityScoringService and RuntimeFactsIngestionService.
- Created dotnet-filter.sh script to handle command-line arguments for dotnet.
- Established nuget-prime project for managing package downloads.
2025-11-18 07:52:15 +02:00

740 B

Worker SDK (Go) — Task Tracker

Task ID Status Notes Updated (UTC)
WORKER-GO-32-001 DONE Initial Go SDK scaffold with config binding, auth headers, claim/ack client, smoke sample, and unit tests. 2025-11-17
WORKER-GO-32-002 DONE Heartbeat/progress helpers, logging hooks, metrics, and jittered retries. 2025-11-17
WORKER-GO-33-001 DONE Artifact publish helpers, checksum hashing, metadata payload, idempotency guard. 2025-11-17
WORKER-GO-33-002 DONE Error classification/backoff helpers and structured failure reporting. 2025-11-17
WORKER-GO-34-001 DONE Backfill range execution helpers, watermark handshake, artifact dedupe verification. 2025-11-17