Install/uninstall onboarding UX: prerequisites, profiles, ruflo-onboard, mental model - #4
Merged
Merged
Conversation
…les, breadcrumbs, mental model)
…pm install, in-process heal, context banner)
…ge, --shell arg validation
…irmation; keep default kit-only
… use); if/else npm_remove_global
…k, banner numbering; README per-project consistency (ruflo-onboard)
10 tasks
This was referenced Aug 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.
Summary
Turns
install.shinto a friendly machine bootstrap and closes the onboarding gap for users who haven't yet installed the npm prerequisites.ruflo; optional:agentic-qe). Clarifies that security + learning ship inside ruflo and are activated, not separately installed.install.shprofiles + interactive default.--full(ruflo + agentic-qe + heal),--ruflo-only,--minimal; granular--with-aqe/--no-aqe/--heal/etc.;--yes/no-TTY non-interactive. Preflight dep checks, npm-prereq install (with sudo hint on EACCES), and an optional in-process heal that sources the shipped helpers (no logic duplication). Context-aware next-steps banner.uninstall.shsymmetric, safe-by-default. Default stays kit-only; opt-in--remove-ruflo/--remove-aqe/--purgeremove the global npm packages, gated behind explicit flags + confirmation.--yesconfirms for scripted use; no-TTY without--yesdeclines and warns.ruflo-onboardone-command wrapper (setup-project→learning-verify→ optional--aqe), plus "Next: …" breadcrumbs onruflo-resync/ruflo-setup-project/ruflo-learning-verify.install.shonce,ruflo-resyncafter upgrades,ruflo-onboardper repo.Design spec and implementation plan are under
docs/superpowers/.Test Plan
No unit-test framework in this repo; verification is syntax + lint + dry-run behavior (all run, all pass):
bash -nclean oninstall.sh,uninstall.sh,shell/ruflo-functions.sh,bin/ruflo-learning-verifyshellcheck -S warningclean oninstall.shanduninstall.sh./install.sh --minimal --dry-run→ no npm/heal sections;--ruflo-only→ ruflo only;--full --yes --dry-run→ both packages + heal, no prompts./uninstall.sh --dry-run→ kit-only;--purge --dry-run→ lists bothnpm uninstall -gwith no prompt--with-aqe --no-aqe);--shell fishrejected (exit 2); next-steps banner has no numbering gaps🤖 Generated with Claude Code