fix(installer): default to main instead of pinned tag#172
fix(installer): default to main instead of pinned tag#172
Conversation
Replace GitHub-flavored [!IMPORTANT] blockquote with MkDocs Material admonition syntax so it renders correctly.
The bob platform skills (evolve-lite:learn, evolve-lite:recall) were added after v1.0.6, so the pinned tag causes bob lite installs to fail with FileNotFoundError. Default to main so the installer always pulls the latest source tree. Fixes #171
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe pull request updates documentation formatting in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
SCRIPT_VERSIONtomaininstead ofv1.0.6so the installer always pulls the latest source treeevolve-lite:learn,evolve-lite:recall) were added after v1.0.6, causing bob lite installs to fail withFileNotFoundErrorFixes #171
Test plan
curl -fsSL ... | bash -s -- install --platform bob --mode liteand verify it succeeds withoutEVOLVE_VERSION=mainworkaroundEVOLVE_VERSION=v1.0.6to confirm explicit pinning still worksSummary by CodeRabbit
Documentation
Chores
mainbranch instead of a previously pinned specific release version.