Skip to content

Commit 91dfb7b

Browse files
committed
docs: publishing
1 parent f140dfd commit 91dfb7b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.vibe/development-plan-package-for-npmjs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Set up professional publishing workflow for the responsible-vibe MCP server to n
1818
### Completed
1919
- [x] Created development plan file
2020
- [x] Analyzed current project structure
21-
- [x] Confirmed git repository setup (https://github.com/mrsimpson/vibe-feature-mcp.git)
21+
- [x] Confirmed git repository setup (https://github.com/codemcp/workflows.git)
2222
- [x] Verified no existing GitHub Actions workflows
2323
- [x] Confirmed no existing git tags (clean slate for versioning)
2424
- [x] Analyzed package.json structure and dependencies
@@ -180,7 +180,7 @@ Set up professional publishing workflow for the responsible-vibe MCP server to n
180180
*None yet*
181181

182182
## Key Decisions
183-
- **Repository**: Using existing GitHub repo (https://github.com/mrsimpson/vibe-feature-mcp.git)
183+
- **Repository**: Using existing GitHub repo (https://github.com/codemcp/workflows.git)
184184
- **Current State**: No existing tags or GitHub Actions (clean slate)
185185
- **Package Name**: @mrsimpson/responsible-vibe-mcp (scoped npm package)
186186
- **Versioning**: Conventional commits with automatic semantic versioning
@@ -215,7 +215,7 @@ Set up professional publishing workflow for the responsible-vibe MCP server to n
215215
- Copy the token (starts with `npm_`)
216216

217217
2. **Add GitHub Secret:**
218-
- Go to your repo: https://github.com/mrsimpson/vibe-feature-mcp/settings/secrets/actions
218+
- Go to your repo: https://github.com/codemcp/workflows/settings/secrets/actions
219219
- Click "New repository secret"
220220
- Name: `NPM_TOKEN`
221221
- Value: Your npm token

packages/docs/dev/PUBLISHING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The project uses GitHub Actions to automatically:
2222
- Copy the token (starts with `npm_`)
2323

2424
2. **Add GitHub Secret:**
25-
- Go to your repo: https://github.com/mrsimpson/vibe-feature-mcp/settings/secrets/actions
25+
- Go to your repo: https://github.com/codemcp/workflows/settings/secrets/actions
2626
- Click "New repository secret"
2727
- Name: `NPM_TOKEN`
2828
- Value: Your npm token
@@ -103,8 +103,8 @@ If needed, you can manually trigger releases:
103103
### Checking Status:
104104

105105
- **npm package**: https://www.npmjs.com/package/@codemcp/workflows
106-
- **GitHub releases**: https://github.com/mrsimpson/vibe-feature-mcp/releases
107-
- **Actions logs**: https://github.com/mrsimpson/vibe-feature-mcp/actions
106+
- **GitHub releases**: https://github.com/codemcp/workflows/releases
107+
- **Actions logs**: https://github.com/codemcp/workflows/actions
108108

109109
## Version History
110110

0 commit comments

Comments
 (0)