Skip to content

feat(experiment): preflight_only credential-check mode — verify secrets with zero spend - #69

Merged
pixelstrade-dev merged 1 commit into
mainfrom
claude/caims-consciousness-framework-2EOiI
Aug 24, 2026
Merged

feat(experiment): preflight_only credential-check mode — verify secrets with zero spend#69
pixelstrade-dev merged 1 commit into
mainfrom
claude/caims-consciousness-framework-2EOiI

Conversation

@pixelstrade-dev

Copy link
Copy Markdown
Owner

Prove the secrets work BEFORE spending on a run

The owner cannot visually confirm a GitHub Secret (values are write-only by design — the empty field on the edit page is normal), and the mock run never touches credentials. Run-002 attempt 1 showed what that blind spot costs.

New workflow input preflight_only: one ~8-token probe call per judge, no scoring, no files, no spend. Exit 0 only when EVERY configured judge answered:

  • ✅ green run → all three judge families proven working → launch the real run;
  • ❌ red run → the log names exactly which judge/secret to fix (✗ open-weight: preflight call failed: … 401 …).

The run-002 README gains this as the credential-check step and documents the only two confirmations that exist for a secret: the "Updated X ago" timestamp and this preflight.

Validation: web 414/414, cold tsc clean. Dispatch-only workflow path.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Y7wiMwFa2D4P8zD9RhCgsv


Generated by Claude Code

The owner cannot visually confirm a GitHub Secret's value (write-only by
design), and the mock run never touches credentials — so before spending
on a real run there was no way to prove OPENWEIGHT_API_KEY +
OPENWEIGHT_BASE_URL actually work. New workflow input preflight_only:
one ~8-token probe call per judge, no scoring, no files, no spend.
Exit 0 only when EVERY configured judge answered (green run = launch the
real run; red run = the log names the exact judge/secret to fix).
run-002 README gains the credential-check step and documents that the
'Updated X ago' timestamp + preflight are the only confirmations that
exist for a secret.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y7wiMwFa2D4P8zD9RhCgsv
@pixelstrade-dev
pixelstrade-dev merged commit 2528fd5 into main Aug 24, 2026
10 checks 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.

2 participants