diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f618d1e..6a2dd79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,8 +52,8 @@ jobs: NPM_CONFIG_PROVENANCE: true run: | version="${GITHUB_REF_NAME#v}" - if npm view dotagents@"$version" version >/dev/null 2>&1; then - echo "dotagents@$version already published" + if npm view "@your_conscience/dotagents@$version" version >/dev/null 2>&1; then + echo "@your_conscience/dotagents@$version already published" exit 0 fi npm version "$version" --no-git-tag-version diff --git a/README.md b/README.md index 4170a17..c5e627b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you use more than one coding agent, you maintain the same skills, MCP servers ## Quick start ```bash -brew install yourconscience/tap/dotagents # or: npm i -g dotagents +brew install yourconscience/tap/dotagents # or: npm i -g @your_conscience/dotagents dotagents setup # detect harnesses, import, first sync ``` diff --git a/docs/site/index.html b/docs/site/index.html index 2eb1e74..ba4893d 100644 --- a/docs/site/index.html +++ b/docs/site/index.html @@ -355,7 +355,7 @@
Homebrew, npm, release binary, or Go. No personal configuration ships with the tool.
$ brew install yourconscience/tap/dotagents -# or npm install -g dotagents +# or npm install -g @your_conscience/dotagents # or go install github.com/yourconscience/dotagents/cmd/dotagents@latestdiff --git a/npm/package.json b/npm/package.json index 4cf76b5..8abf9e1 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,5 +1,5 @@ { - "name": "dotagents", + "name": "@your_conscience/dotagents", "version": "0.0.0-dev", "description": "Dotfiles for your AI agents: one ~/.agents repo synced to every coding agent.", "license": "MIT",