Observability for railiance providing monitoring, metrics, alerting etc to enable the selforganizing control loop.
Find a file
tegwick cecef79f31 Implement private Q2 signal contract and durable reference receiver
Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a06ecb-456a-71c2-b41e-0755d336e883
2026-09-06 19:17:59 +02:00
contracts Implement private Q2 signal contract and durable reference receiver 2026-09-06 19:17:59 +02:00
docs Implement private Q2 signal contract and durable reference receiver 2026-09-06 19:17:59 +02:00
history Implement private Q2 signal contract and durable reference receiver 2026-09-06 19:17:59 +02:00
scripts Implement private Q2 signal contract and durable reference receiver 2026-09-06 19:17:59 +02:00
tests Implement private Q2 signal contract and durable reference receiver 2026-09-06 19:17:59 +02:00
workplans Implement private Q2 signal contract and durable reference receiver 2026-09-06 19:17:59 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-09-06 19:05:31 +02:00
.gitignore Implement private Q2 signal contract and durable reference receiver 2026-09-06 19:17:59 +02:00
.repo-classification.yaml chore(classification): add repo classification 2026-08-25 14:02:41 +02:00
AGENTS.md Implement private Q2 signal contract and durable reference receiver 2026-09-06 19:17:59 +02:00
INTENT.md Place telemetry on the Quality dimension as Q2 Observability 2026-08-11 22:54:30 +02:00
LICENSE Seed INTENT, SCOPE, README for the observability layer 2026-08-11 21:51:42 +02:00
README.md Implement private Q2 signal contract and durable reference receiver 2026-09-06 19:17:59 +02:00
SCOPE.md Implement private Q2 signal contract and durable reference receiver 2026-09-06 19:17:59 +02:00
WORK-RECORDS.md Implement private Q2 signal contract and durable reference receiver 2026-09-06 19:17:59 +02:00

railiance-telemetry

Observability for Railiance providing monitoring, metrics, alerting etc to enable the self-organizing control loop.

Status: private reference implementation. A versioned signal contract, SQLite receipt/inbox CLI and platform adapter are implemented and tested. No monitoring runtime or notification schedule is installed by this work. See the contract and workflow.

Why this repo exists

Five Railiance layers independently declare that they intend to be "self-evidencing" or "auditable" — infra, cluster, platform, apps, and forge. None of them owned the place that evidence goes. This repo is that place.

It owns the signal, not the meaning of the signal: conformance rules and consistency checks stay with the repos that own those concerns, and telemetry carries and surfaces their output.

Start here

  1. INTENT.md — why this exists and what it is becoming
  2. SCOPE.md — in scope, out of scope, how it fits
  3. AGENTS.md — session protocol
  4. workplans/

Placement and verification

Quality dimension, Q2 Observability, as recorded in INTENT/SCOPE. Monitoring workload packaging remains outside this repo.

Run python3 -m unittest discover -s tests -v (Python 3.11+, no dependencies). Live acceptance is tracked by RTEL-WP-0002-T04; local receipts are not external operator delivery proof.