chore(bootstraps): move BOOTSTRAP-SKILLS.md from essential to optional#65
Merged
Conversation
The openclaw pack now pre-installs the loki-skills library on EC2 bootstrap (PR #64), so the manual BOOTSTRAP-SKILLS.md flow is no longer essential -- it's a recovery path. - bootstraps/essential/BOOTSTRAP-SKILLS.md -> bootstraps/optional/BOOTSTRAP-SKILLS.md - Reframe the file's preamble: 'Optional / Recovery', list the recovery triggers (missing git, clone failure, origin mismatch, non-openclaw pack), tell users to skip if .bootstrapped-skills already exists. - README.md: drop from essential list, add to optional list with a note that the openclaw pack auto-installs. - deploy/README.md: drop from essential bootstrap table. - wiki/Bootstrap-Scripts-Guide.md: move section from Essential to Optional, update description to describe it as manual/recovery. - bootstraps/essential/BOOTSTRAP-MCPORTER.md: update cross-reference path to ../optional/BOOTSTRAP-SKILLS.md. deploy/brain/BOOTSTRAP.md unchanged: it points at an external URL on inceptionstack/loki-agent (different repo), and the agent now skips that step naturally because the openclaw pack pre-writes the .bootstrapped-skills marker.
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.
What
The openclaw pack now pre-installs the loki-skills library on EC2 bootstrap (#64), so
BOOTSTRAP-SKILLS.mdis no longer something the agent needs to run on first boot. Demote it to optional/recovery.Changes
bootstraps/essential/BOOTSTRAP-SKILLS.md→bootstraps/optional/BOOTSTRAP-SKILLS.md(git mv)gitwas missing on first bootREADME.md: removed from essential list, added to optional with auto-install notedeploy/README.md: removed from essential bootstrap tablewiki/Bootstrap-Scripts-Guide.md: moved section Essential → Optional, updated descriptionbootstraps/essential/BOOTSTRAP-MCPORTER.md: updated cross-reference pathNot changed
deploy/brain/BOOTSTRAP.mdpoints at an external URL oninceptionstack/loki-agent(different repo). The agent will naturally skip that step now because the openclaw pack pre-writesmemory/.bootstrapped-skills.