JSPM

  • Created
  • Published
  • Downloads 21
  • Score
    100M100P100Q99640F

Installer and updater for Boost OS.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (boostmyagent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    boostmyagent

    Public installer for Boost OS.

    npx boostmyagent@latest install

    That single command:

    • Downloads the latest Boost OS release.
    • Installs the default Boost OS layers (builder, core, decisions, docs, memory) into ./.agents/skills/ by default, or ./.claude/skills/ when Claude project signals are detected or --target claude is provided.
    • Writes ./AGENTS.md so any agent that respects the AGENTS.md convention (Cursor, Codex, and compatible agents) can pick up the kernel.
    • Creates ./.agents/memory/project.md and ./.agents/memory/decisions.md so future sessions start with project context.
    • Asks no questions. Safe to run unattended from another agent.

    Other commands

    npx boostmyagent@latest install --target auto           # default
    npx boostmyagent@latest install --target claude         # force .claude/skills
    npx boostmyagent@latest install --target agents         # force .agents/skills
    npx boostmyagent@latest install --adapters none          # default OS only
    npx boostmyagent@latest install --adapters firebase,stripe
    npx boostmyagent@latest update                            # re-install latest
    npx boostmyagent@latest status
    npx boostmyagent@latest logout

    update re-uses the saved adapter selection from the previous install.

    Conventions

    • Adapters are opt-in. Install Firebase, Stripe, or Supabase adapters only when the project has chosen those providers.
    • Installs are always project-local. --target auto uses .agents/skills/ as the portable default and chooses .claude/skills/ only when Claude project signals exist without existing .agents signals.
    • Existing project files are preserved. If AGENTS.md or a skill folder already exists and was not previously installed by this CLI, it is left alone with a warning.
    • Existing project memory is preserved. Initial memory is created only when the memory files are missing.
    • Boost OS is in public preview. The CLI downloads releases from boostmyagent.com without a license check. Paid licensing is a later phase.

    Environment

    • BOOSTMYAGENT_API_URL — override the API base URL for staging/dev.