fix(skill-repair): close systemic zero-token outage - #31
Open
Svector-anu wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Symptom
Five sampled fleet runs failed before inference with the same zero-token envelope. Representative failure: https://github.com/Svector-anu/svectors-lab/actions/runs/32785060442.
Diagnosis
The signature was consistent in 5/5 recent failures: Claude returned HTTP 429 because its weekly allowance was exhausted, then the configured Bankr fallback returned HTTP 402 because gateway credits were exhausted. Each run consequently recorded zero input/output tokens, empty iterations, and empty model usage. This is a systemic
configfault, not a skill prompt or implementation regression.Root cause
The fleet depended on two simultaneously exhausted inference paths. Commit
2958e51had already switched the shared harness to Codex using provisioned nativeCODEX_AUTH, which bypasses both failed providers.Fix
Close ISS-001 with the corrected root cause and affected-skill set, record the shared fix and full verification evidence, move the issue to the resolved index, persist the 24-hour repair cooldown, and append the required repair log.
Risk
LOW — tracker and repair-state records only; the shared harness fix is already on
mainand no runtime configuration changes are introduced by this PR.Verification
Manual triggers:
defi-overview)token-pick)narrative-tracker)fear-divergence)skill-health)Expected result:
successmemory/logs/2026-08-25.mdmentionsskill-repairAll five expectations passed. If the signature recurs, delete
memory/state/skill-repair-history.json["systemic-zero-token"], then re-dispatchskill-repairfor a second pass.Source status
cron_state=ok | issues_index=ok | gh_runs=ok | gh_logs=ok | git_log=ok | check_runs=failThe check-runs REST lookup returned 404; equivalent workflow annotations were obtained from
gh run watchfor both fresh verification runs.