Commit 1e69666
authored
fix(claude): commit .claude/settings.json to auto-enable reqstool plugins (#132)
* fix(claude): commit .claude/settings.json to auto-enable reqstool plugins
The reqstool@reqstool-ai and reqstool-openspec@reqstool-ai plugins were
never installed for this repo's checkout path, since .claude/ was
blanket-gitignored and the marketplace/enabledPlugins config that
reqstool-client commits was never added here (a local .claude/settings.json
existed but was missing the extraKnownMarketplaces entry). Mirrors
reqstool-client's .gitignore/.claude/settings.json pattern so a fresh
clone gets both plugins auto-enabled.
Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>
* docs(contributing): note openspec update for opsx commands/skills
Generated tool scaffolding (.claude/commands/opsx/, .claude/skills/
openspec-*) is intentionally not committed (same convention as
reqstool-client#416) -- contributors using Claude Code need to
regenerate it locally after cloning.
Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>
* docs(contributing): document reqstool/openspec CLI prerequisites
Neither CLI was documented as a prerequisite anywhere. Also notes the
Claude Code marketplace/plugin prompt contributors will see on first
open, now that .claude/settings.json enables it by default.
Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>
---------
Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>1 parent 043dfda commit 1e69666
3 files changed
Lines changed: 31 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
| 287 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
20 | 34 | | |
21 | 35 | | |
22 | 36 | | |
| |||
0 commit comments