Skip to content

Commit 2d6b62e

Browse files
retsohuangclaude
andcommitted
chore: update openspec config and gitignore
Add claude_slash_commands and parallel_tasks settings to openspec config. Extend gitignore for vector-search db variants. Fix missing trailing newline in plugin-dir-structure spec. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent eaea18e commit 2d6b62e

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ build/
2929
*.log
3030
.spectra/
3131
openspec/.vector-search.db
32+
openspec/.vector-search.db*

openspec/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
schema: spec-driven
2+
claude_slash_commands: false
3+
parallel_tasks: true
24

35
# Project context (optional)
46
# This is shown to AI when creating artifacts.

openspec/specs/plugin-dir-structure/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ code:
6161
- plugins/github-tools/.claude-plugin/plugin.json
6262
- plugins/worktree-bootstrap/hooks/hooks.json
6363
- plugins/worktree-bootstrap/skills/config/SKILL.md
64-
-->
64+
-->

0 commit comments

Comments
 (0)