Add .npmignore, add install instructions to README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.npmignore
Normal file
2
.npmignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
secrets.json
|
||||||
|
filtered-secrets.json
|
||||||
@@ -21,10 +21,17 @@ A supervised action bridge between Claude Code and the host system. Claude reque
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Setup
|
## Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Global install from Gitea
|
||||||
|
npm install -g git+https://gitea.efforting.tech/mikael-lovqvists-claude-agent/claude-code-conduit.git
|
||||||
|
|
||||||
|
# Or clone and link locally
|
||||||
|
git clone git@git.efforting.tech:mikael-lovqvists-claude-agent/claude-code-conduit.git
|
||||||
|
cd claude-code-conduit
|
||||||
npm install
|
npm install
|
||||||
|
npm link
|
||||||
```
|
```
|
||||||
|
|
||||||
### Generate secrets
|
### Generate secrets
|
||||||
|
|||||||
Reference in New Issue
Block a user