ci: Switch from GitLab Package Registry to npmjs for publishing

This commit is contained in:
Lukas May
2026-03-06 16:39:18 +01:00
parent cb95ac1c6e
commit 85f5f77927
3 changed files with 5 additions and 15 deletions

View File

@@ -30,18 +30,6 @@ Codewalkers coordinates agents from different providers (Claude, Codex, Gemini,
### Install
**1. Configure your `.npmrc` to use the GitLab Package Registry:**
```sh
# Project-level .npmrc (recommended) — or add to ~/.npmrc for global config
@carealytix:registry=https://gitlab.com/api/v4/projects/<PROJECT_ID>/packages/npm/
//gitlab.com/api/v4/projects/<PROJECT_ID>/packages/npm/:_authToken=<YOUR_TOKEN>
```
Replace `<PROJECT_ID>` with the GitLab project ID and `<YOUR_TOKEN>` with a personal access token (scope: `read_api`) or deploy token.
**2. Install globally:**
```sh
npm install -g @carealytix/codewalkers
```