Commandes ss / smartstackss / smartstack commands

Les commandes ci-dessous sont fournies par le binaire ss (alias de smartstack) installé via npm i -g @atlashub/smartstack-cli. The commands below are provided by the ss binary (alias of smartstack) installed via npm i -g @atlashub/smartstack-cli.

LifecycleLifecycle

CommandeCommand DescriptionDescription
ss init <name> Scaffold un nouveau projet SmartStack (backend + frontend + GitFlow)Scaffold a new SmartStack project (backend + frontend + GitFlow)
ss install Déploie skills, agents, hooks dans /.claude/Deploys skills, agents, hooks to /.claude/
ss install --local Variante locale : ./.claude/ du projet courantLocal variant: ./.claude/ of the current project
ss upgrade Synchronise avec la dernière versionSync with the latest version
ss uninstall Retire les fichiers déployésRemoves deployed files

DéveloppementDevelopment

CommandeCommand DescriptionDescription
ss dev Lance backend + frontend simultanément avec admin credentialsLaunches backend + frontend simultaneously with admin credentials
ss docs [page] Ouvre la documentation HTML dans le navigateurOpens the HTML documentation in the browser
ss docs --list Liste toutes les pages disponiblesLists all available pages

RalphRalph

CommandeCommand DescriptionDescription
ss ralph start Démarre la boucle Ralph en arrière-planStarts the Ralph loop in the background
ss ralph status État courant de la boucleCurrent loop status
ss ralph logs Tail des logsTail logs
ss ralph stop Arrête la boucleStops the loop

DiagnosticDiagnostics

CommandeCommand DescriptionDescription
ss doctor Vérifie l'intégrité de l'installationVerify install integrity
ss doctor --json Sortie machineMachine-readable output
ss status État global (global ou --local)Global status (global or --local)