chore: enable leanprover/skills plugin for Claude Code (#12609)
This PR registers the [leanprover/skills](https://github.com/leanprover/skills) plugin marketplace in `.claude/settings.json` so that Claude Code users working on lean4 are automatically prompted to install it. Also un-ignores `.claude/settings.json` in `.gitignore` — the blanket `settings.json` rule was blocking it from being tracked. 🤖 Prepared with Claude Code
This commit is contained in:
parent
8cd4c44055
commit
8702861945
2 changed files with 14 additions and 0 deletions
13
.claude/settings.json
Normal file
13
.claude/settings.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"extraKnownMarketplaces": {
|
||||
"leanprover": {
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "leanprover/skills"
|
||||
}
|
||||
}
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"lean@leanprover": true
|
||||
}
|
||||
}
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,6 +18,7 @@ compile_commands.json
|
|||
*.idea
|
||||
tasks.json
|
||||
settings.json
|
||||
!.claude/settings.json
|
||||
.gdb_history
|
||||
.vscode/*
|
||||
script/__pycache__
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue