# Runtime Scorecard

`scorecard.sh` and `scorecard.mjs` remain stable compatibility entrypoints for
doctor JSON/KV, broad shell/process probes, and existing operator tooling.

Runtime Core is the preferred implementation surface for migrated read-only
summaries. New scorecard/doctor semantics should be added to Runtime Core and
then surfaced here only as a compatibility facade when practical.

Compatibility-only internals still needed here:

- shell/process probes for tmux, services, and local dev status.
- broad legacy JSON/KV output shape.
- performance timings used by existing scorecard tests.

Do not add new governance, scheduling, notification, approval, or lifecycle
policy parsing to this directory when a Runtime Core method can own it.
