Skip to content

Commit 6ada9d8

Browse files
ovitrifclaude
andcommitted
chore-review 2: add plugin setup docs, allow .claude writes in CI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1d41a13 commit 6ada9d8

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

.claude/plugins/blocktank-api/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
A Claude Code plugin that gives Claude knowledge of the full Blocktank LSP API, enabling it to autonomously create channels, fund them, mine blocks, pay invoices, and close channels during Blocktank LSP testing.
44

5+
## Setup
6+
7+
Enable the plugin in `.claude/settings.local.json`:
8+
9+
```json
10+
{
11+
"enabledPlugins": {
12+
"blocktank-api@blocktank-api": true
13+
}
14+
}
15+
```
16+
17+
Then restart Claude Code. After restart the `/lsp` skill will be available.
18+
519
## Usage
620

721
Once installed, the skill auto-triggers when you mention things like:

.github/workflows/claude.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,4 @@ jobs:
4747
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
4848
# prompt: 'Update the pull request description to include a summary of changes.'
4949

50-
# Optional: Add claude_args to customize behavior and configuration
51-
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
52-
# or https://code.claude.com/docs/en/cli-reference for available options
53-
# claude_args: '--allowed-tools Bash(gh pr:*)'
50+
claude_args: '--allowedTools "Edit(.claude/**)" "Write(.claude/**)"'

0 commit comments

Comments
 (0)