From ca7ae930cc1a7b0c893c2d4f0807a23e282101c7 Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Sat, 7 Mar 2026 21:04:37 +0000 Subject: [PATCH] Add .npmignore, add install instructions to README Co-Authored-By: Claude Sonnet 4.6 --- .npmignore | 2 ++ README.md | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..56415ce --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +secrets.json +filtered-secrets.json diff --git a/README.md b/README.md index 0224c6e..7848fd3 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,17 @@ A supervised action bridge between Claude Code and the host system. Claude reque --- -## Setup +## Install ```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 link ``` ### Generate secrets