chore: add local cluster slash commands for ai coding assistants - #622
Open
gacevicljubisa wants to merge 1 commit into
Open
gacevicljubisa wants to merge 1 commit into
gacevicljubisa wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KZdB5xQdygx5PdsuMXGg9N
aloknerurkar
approved these changes
Sep 11, 2026
akrem-chabchoub
approved these changes
Sep 15, 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.
Adds the local-cluster workflow we already run by hand as slash commands and reference
skills under
.claude/, so an AI coding assistant (Claude Code, Cursor, …) can drive itthe same way every time — and so the exact flags live in the repo instead of in
someone's shell history.
What's in it
/beelocal-upgeth-swapdevchain/cluster-upbeekeeper create bee-cluster/cluster-verify/cluster-down--destroyalso tears down the substrate.claude/skills/change-storage-price/Why the image build is not just
make docker-build/cluster-upreproduces what Bee CI does —REACHABILITY_OVERRIDE_PUBLIC=true,BATCHFACTOR_OVERRIDE_PUBLIC=2, and both.github/patches. Without the reachabilityldflag AutoNAT never resolves inside k3d, the pushsync handler never stores, and checks
look hung rather than failed (direct uploads take ~30s per chunk). That reasoning is
written down in the command so nobody has to rediscover it.
Repo paths
Commands need the
beecheckout. It is resolved first match wins: a--bee-repo <path>argument, then
$BEE_REPO, then$(git rev-parse --show-toplevel)/../bee— the siblinglayout the README quick start already produces, so it works with no setup.
Everything else stays local
.gitignoreflips.claude/from "ignore all" to "ignore all except these entries", sosettings.local.jsonand anyone's personal commands/skills stay out of the repo. Addinga new shared one is a file plus one un-ignore line;
AGENTS.mddocuments it.Drive-by
README.mdpinnedSETUP_CONTRACT_IMAGE_TAG=0.9.2; Bee CI uses0.9.4. Updated, andthe reference link no longer points at a pinned commit SHA + line number, which is why
it drifted. The
> **Important:**note next to it was also trapped inside the ```bashfence and rendered as code — the fence is now closed around it.
🤖 Generated with Claude Code
https://claude.ai/code/session_01KZdB5xQdygx5PdsuMXGg9N