@plaited/development-skills 0.3.5 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/.claude/settings.local.json +0 -47
package/package.json
CHANGED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permissions": {
|
|
3
|
-
"allow": [
|
|
4
|
-
"Bash(bun test:*)",
|
|
5
|
-
"Bash(bun run check:*)",
|
|
6
|
-
"Bash(bun run check:write:*)",
|
|
7
|
-
"WebFetch(domain:raw.githubusercontent.com)",
|
|
8
|
-
"Bash(gh repo view:*)",
|
|
9
|
-
"Bash(gh api:*)",
|
|
10
|
-
"Bash(gh repo edit:*)",
|
|
11
|
-
"Bash(git commit:*)",
|
|
12
|
-
"Bash(git push:*)",
|
|
13
|
-
"Bash(gh pr create:*)",
|
|
14
|
-
"Bash(git add:*)",
|
|
15
|
-
"Bash(gh run view:*)",
|
|
16
|
-
"Bash(bunx biome check:*)",
|
|
17
|
-
"Bash(git checkout:*)",
|
|
18
|
-
"mcp__agent-skills-spec__SearchAgentSkills",
|
|
19
|
-
"Bash(bunx lint-staged:*)",
|
|
20
|
-
"Bash(git revert:*)",
|
|
21
|
-
"Bash(bun biome check:*)",
|
|
22
|
-
"Bash(bun scripts/fast-find.ts:*)",
|
|
23
|
-
"mcp__bun-docs__SearchBun",
|
|
24
|
-
"Bash(bun scripts/scan-imports.ts:*)",
|
|
25
|
-
"Bash(bun:*)",
|
|
26
|
-
"Bash(ls:*)",
|
|
27
|
-
"Bash(gh pr view:*)",
|
|
28
|
-
"Bash(gh pr diff:*)",
|
|
29
|
-
"Bash(grep:*)",
|
|
30
|
-
"Bash(echo:*)",
|
|
31
|
-
"WebSearch",
|
|
32
|
-
"Bash(gh pr comment:*)",
|
|
33
|
-
"WebFetch(domain:github.com)",
|
|
34
|
-
"WebFetch(domain:aiengineerguide.com)",
|
|
35
|
-
"Bash(DEBUG_SCAFFOLD=1 bun bin/cli.ts:*)",
|
|
36
|
-
"WebFetch(domain:cursor.com)",
|
|
37
|
-
"WebFetch(domain:docs.factory.ai)",
|
|
38
|
-
"WebFetch(domain:agents.md)",
|
|
39
|
-
"Bash(git cherry-pick:*)"
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
|
-
"enableAllProjectMcpServers": true,
|
|
43
|
-
"enabledMcpjsonServers": [
|
|
44
|
-
"agent-skills-spec"
|
|
45
|
-
],
|
|
46
|
-
"outputStyle": "Learning"
|
|
47
|
-
}
|