story-kit: commit work pipeline files and package-lock

Commit untracked work pipeline files (stories, bugs in various stages)
and package-lock.json that were present on the filesystem but not yet
tracked by git.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-03-14 20:04:43 +00:00
parent 93d5dbd92a
commit b54f16b945
12 changed files with 271 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
{
"enabledMcpjsonServers": ["story-kit"],
"enabledMcpjsonServers": [
"story-kit"
],
"permissions": {
"allow": [
"Bash(./server/target/debug/story-kit:*)",
@@ -56,7 +58,8 @@
"WebSearch",
"mcp__story-kit__*",
"Edit",
"Write"
"Write",
"Bash(find *)"
]
}
}
}