feat: from-zero path for citizen developers#8
Merged
Conversation
prepare-app no longer dead-ends users who've never used Docker, GitHub, or a registry: a new build-and-push walkthrough covers Docker Desktop, a free GitHub account, the classic PAT, login, build (incl. the Apple Silicon --platform gotcha), and push — one command at a time. The port question now tries to detect the answer from the code first and just confirms. Tone rules in getting-started/prepare-app make 'never assume Docker/GitHub/git/k8s experience' explicit, brew install hints added for missing CLIs, and usage examples rewritten to show the guided flow instead of 'come back when you've pushed'. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Review pass with the citizen-developer lens: users who may never have used GitHub, Docker, git, or Kubernetes. Not dumbed down — the cliffs are just replaced with guided paths.
The big one: no more dead ends in prepare-app
Previously: "point them at the registry and stop here — once you've run docker push, come back". For someone who's never pushed an image, that's where the journey ended.
Now there's
references/build-and-push.md: a from-zero walkthrough (Docker Desktop → free GitHub account, no git knowledge needed → classic PAT withwrite:packages→docker login→build→push), delivered one command at a time with confirmation between each. Includes the Apple Silicon--platform linux/amd64gotcha, the lowercase-name rule, and a troubleshooting table. The user still runs every command themselves — the plugin still never runsdocker build.Smaller friction removals
brew install intility/tap/indev,brew install openshift-cli)🤖 Generated with Claude Code