fix(stack): harden stale-resource handling and model selection defaults#444
Draft
HananINouman wants to merge 2 commits into
Draft
fix(stack): harden stale-resource handling and model selection defaults#444HananINouman wants to merge 2 commits into
HananINouman wants to merge 2 commits into
Conversation
53893fd to
0dfe13b
Compare
Add non-destructive stack reconciliation for legacy ingress-nginx conflicts and make model setup promote the newly selected model to default so provider switches behave predictably. Document image pinning/update expectations and stale-resource troubleshooting so operators can keep environments fresh without unsafe cleanup. Co-authored-by: Cursor <cursoragent@cursor.com>
Capture the quick-tunnel storefront 404 investigation and add an inline note where host-pinned storefront routes are built, so operators can quickly diagnose stale hostname pinning when /skill.md still works. Co-authored-by: Cursor <cursoragent@cursor.com>
ee56c20 to
303a905
Compare
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.
Add safe stale-resource reconciliation in stack up (warn by default; optional cleanup with OBOL_STACK_AUTO_CLEAN_LEGACY=true).
Make obol model setup auto-promote the selected model to active default.
Add concise docs/comments for image pinning and stale-resource troubleshooting.