fix: resolve caretaker bootstrap-check FAILs blocking workflow runs#62
Draft
fix: resolve caretaker bootstrap-check FAILs blocking workflow runs#62
Conversation
3 tasks
🏠 Caretaker StatusStatus: ⏳ Pending — PR pending: draft_pr, required_review_missing, ci_pending Readiness Score: 20% Readiness Breakdown
Blockers
Ownership
This comment is edited in place as the PR progresses. Automated by Caretaker. |
…d CARETAKER_FLEET_SECRET) Agent-Logs-Url: https://github.com/ianlintner/python_dsa/sessions/505171d8-313e-499a-b15c-d14bbc54cd9d Co-authored-by: ianlintner <500914+ianlintner@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix config error in caretaker self-heal process
fix: resolve caretaker bootstrap-check FAILs blocking workflow runs
Apr 26, 2026
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.
The caretaker
maintainjob exits 1 on every run becausecaretaker doctor --bootstrap-checkreports twoFAIL-level findings that block execution.Failures
ANTHROPIC_API_KEYprovider: "anthropic"(default) unconditionally emits anowner_enabled=Trueref forANTHROPIC_API_KEY—claude_enabledis ignored by the bootstrap walkerCARETAKER_FLEET_SECRETsecret_envdefaults to"CARETAKER_FLEET_SECRET"; bootstrap FAILs when absent andfleet_registry.enabled=true, even when OAuth2 auth is configuredFixes
LLM (
llm.*)provider: litellm— exits theprovider == "anthropic"fast-path in_collect_llm_env_referencesdefault_model: ""— falsy model skips the model-walk entirely → zero LLM env checks generatedFleet registry (
fleet_registry.*)enabled: false— demotesCARETAKER_FLEET_SECRETcheck fromFAILto suppressed;owner_enabledis derived directly fromfleet_registry.enabledCARETAKER_FLEET_SECRETGitHub secret)Post-fix bootstrap result:
summary: OK=4 WARN=0 FAIL=0, exit code 0.