Skip to content

Commit 7196c7b

Browse files
npm: publish as scoped @your_conscience/dotagents (#149)
Co-authored-by: Kirill Korikov <11762090+yourconscience@users.noreply.github.com>
1 parent 5bf92b1 commit 7196c7b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
NPM_CONFIG_PROVENANCE: true
5353
run: |
5454
version="${GITHUB_REF_NAME#v}"
55-
if npm view dotagents@"$version" version >/dev/null 2>&1; then
56-
echo "dotagents@$version already published"
55+
if npm view "@your_conscience/dotagents@$version" version >/dev/null 2>&1; then
56+
echo "@your_conscience/dotagents@$version already published"
5757
exit 0
5858
fi
5959
npm version "$version" --no-git-tag-version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you use more than one coding agent, you maintain the same skills, MCP servers
1313
## Quick start
1414

1515
```bash
16-
brew install yourconscience/tap/dotagents # or: npm i -g dotagents
16+
brew install yourconscience/tap/dotagents # or: npm i -g @your_conscience/dotagents
1717
dotagents setup # detect harnesses, import, first sync
1818
```
1919

docs/site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ <h2>Get started</h2>
355355
<h3>Install dotagents</h3>
356356
<p class="desc">Homebrew, npm, release binary, or Go. No personal configuration ships with the tool.</p>
357357
<pre><span class="p">$</span> <span class="c">brew install yourconscience/tap/dotagents</span>
358-
<span class="p"># or</span> <span class="c">npm install -g dotagents</span>
358+
<span class="p"># or</span> <span class="c">npm install -g @your_conscience/dotagents</span>
359359
<span class="p"># or</span> <span class="c">go install github.com/yourconscience/dotagents/cmd/dotagents@latest</span></pre>
360360
</div>
361361

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dotagents",
2+
"name": "@your_conscience/dotagents",
33
"version": "0.0.0-dev",
44
"description": "Dotfiles for your AI agents: one ~/.agents repo synced to every coding agent.",
55
"license": "MIT",

0 commit comments

Comments
 (0)