Files
git.stella-ops.org/docs/api/console/samples/console-status-sample.json
StellaOps Bot 8768c27f30
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Signals DSSE Sign & Evidence Locker / sign-signals-artifacts (push) Has been cancelled
Signals DSSE Sign & Evidence Locker / verify-signatures (push) Has been cancelled
Add signal contracts for reachability, exploitability, trust, and unknown symbols
- Introduced `ReachabilityState`, `RuntimeHit`, `ExploitabilitySignal`, `ReachabilitySignal`, `SignalEnvelope`, `SignalType`, `TrustSignal`, and `UnknownSymbolSignal` records to define various signal types and their properties.
- Implemented JSON serialization attributes for proper data interchange.
- Created project files for the new signal contracts library and corresponding test projects.
- Added deterministic test fixtures for micro-interaction testing.
- Included cryptographic keys for secure operations with cosign.
2025-12-05 00:27:00 +02:00

16 lines
431 B
JSON

{
"$schema": "https://stella-ops.org/api/console/console-status.schema.json",
"_meta": {
"description": "Sample response for GET /console/status",
"task": "WEB-CONSOLE-23-002",
"generatedAt": "2025-12-04T12:00:00Z"
},
"backlog": 12,
"queueLagMs": 245,
"activeRuns": 3,
"pendingRuns": 5,
"lastCompletedRunId": "run::2025-12-04::7f3a2e91",
"lastCompletedAt": "2025-12-04T11:58:22Z",
"healthy": true
}