- 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.
16 lines
431 B
JSON
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
|
|
}
|