Add .npmignore, add install instructions to README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 21:04:37 +00:00
parent 50f49c366a
commit ca7ae930cc
2 changed files with 10 additions and 1 deletions

2
.npmignore Normal file
View File

@@ -0,0 +1,2 @@
secrets.json
filtered-secrets.json

View File

@@ -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