@blumaa/growth-ops
v0.1.0
Published
Bootstrapper for growth-ops — clones the latest release and prepares it to run. The engine itself lives at github.com/blumaa/growth-ops.
Maintainers
Readme
@blumaa/growth-ops
Thin bootstrapper for growth-ops, an org-agnostic, no-paid-ads organic-growth engine driven by your agent CLI.
Use
On a fresh machine:
npx @blumaa/growth-ops initThis clones the latest release into ./growth-ops, installs its dependencies and the Chromium browser, and regenerates the per-CLI wrapper files. Then open your agent CLI in that folder and run /growth-ops — it detects that no organization exists yet and walks you through setup conversationally.
You never run npm or node by hand: the agent does everything after init.
Commands
| Command | What it does |
|---------|--------------|
| growth-ops init | Bare machine: clone latest release + prepare. Inside a checkout: prepare in place. |
| growth-ops doctor | Health check (run inside a checkout; add --org <id>). |
The engine itself (modes, adapters, scripts) is not published to npm — distribution is the git clone this bootstrapper performs. See the main repo for how it works.
