Research Notes Hub

Cascading Notes Workspace

Docs are plain Markdown files tracked in GitHub under notes/. Keep splitting big ideas into focused docs and link them using [[slug/path]].

Back to Paper current: simulation/telemetry-contract

Telemetry Contract

Source: notes/simulation/telemetry-contract.md ยท Updated: 2026-04-24T07:01:01Z

# Telemetry Contract

This note defines which metrics are mandatory for every run artifact.

## Mandatory Fields

- Time and step indexing
- Position and velocity vectors
- Raw and effective gravity vectors
- Coupling state (`C`, `k`, phase)
- Lock metrics (phase error, lock quality)
- Energy and drive power

## Artifact Rules

- CSV is the raw run ledger.
- Meta JSON contains run identity and reproducibility metadata.
- Zip export bundles both for archival handoff.

## Linked Notes

- Claims alignment: [[foundations/coupling-claims]]
- Falsification requirements: [[experiments/falsification-plan]]