Skip to content

feat: add runtime trust diagnostics#280

Merged
rogerchappel merged 1 commit intomainfrom
codex/runtime-trust-diagnostics
May 1, 2026
Merged

feat: add runtime trust diagnostics#280
rogerchappel merged 1 commit intomainfrom
codex/runtime-trust-diagnostics

Conversation

@rogerchappel
Copy link
Copy Markdown
Owner

Summary

  • add a pure runtime trust summary helper for runtime readiness signals
  • expose additive trustSummary data from the read-only runtimes API
  • cover healthy, degraded, and untrusted classifications with focused tests

Verification

  • git diff --check
  • pnpm test src/lib/runtime-trust.test.ts
  • pnpm exec eslint src/lib/runtime-trust.ts src/lib/runtime-trust.test.ts src/app/api/runtimes/route.ts
  • pnpm exec tsc --noEmit --pretty false
  • push hook: pnpm typecheck && pnpm build

Risk

Low. This is additive read-only response data and does not change runtime routing, config writes, schema, or session persistence.

@rogerchappel rogerchappel merged commit d35f71d into main May 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant