Commit 0f088a8
authored
fix(claude): commit .claude/settings.json to auto-enable reqstool plugins (#69)
* 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. 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>
* fix(claude): track opsx commands and openspec skills
The .gitignore carve-out only kept .claude/settings.json, so the opsx
slash commands (.claude/commands/opsx/*) and OpenSpec skills
(.claude/skills/openspec-*) were never tracked here, unlike
reqstool-client (reqstool/reqstool-client#415). Mirrors that fix so
fresh clones/worktrees of this repo have them too.
Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>
* Revert "fix(claude): track opsx commands and openspec skills"
This reverts commit f1d9725.
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 no longer committed (reverted in the prior commit, same
mistake as reqstool-client#415/#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 f6a370b commit 0f088a8
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 | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
19 | 33 | | |
20 | 34 | | |
21 | 35 | | |
| |||
0 commit comments