@smicolon/ai-kit 0.3.0 → 0.3.2
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/.claude-plugin/marketplace.json +4 -8
- package/package.json +1 -1
- package/packs/worktree/scripts/wt.sh +2 -1
- package/.claude-plugin/CLAUDE.md +0 -7
- package/packs/better-auth/.claude-plugin/plugin.json +0 -14
- package/packs/dev-loop/.claude-plugin/plugin.json +0 -10
- package/packs/failure-log/.claude-plugin/plugin.json +0 -14
- package/packs/flutter/.claude-plugin/plugin.json +0 -10
- package/packs/hono/.claude-plugin/plugin.json +0 -19
- package/packs/hono/hooks/hooks.json +0 -4
- package/packs/tanstack-router/.claude-plugin/plugin.json +0 -14
- package/packs/worktree/.claude-plugin/plugin.json +0 -19
|
@@ -33,8 +33,7 @@
|
|
|
33
33
|
"./commands/dev-plan.md",
|
|
34
34
|
"./commands/cancel-dev.md"
|
|
35
35
|
],
|
|
36
|
-
"skills": ["./skills/tdd-planner/SKILL.md"]
|
|
37
|
-
"hooks": ["./hooks/hooks.json"]
|
|
36
|
+
"skills": ["./skills/tdd-planner/SKILL.md"]
|
|
38
37
|
},
|
|
39
38
|
{
|
|
40
39
|
"name": "django",
|
|
@@ -192,8 +191,7 @@
|
|
|
192
191
|
"./commands/failure-add.md",
|
|
193
192
|
"./commands/failure-list.md"
|
|
194
193
|
],
|
|
195
|
-
"skills": ["./skills/failure-log-manager/SKILL.md"]
|
|
196
|
-
"hooks": ["./hooks/hooks.json"]
|
|
194
|
+
"skills": ["./skills/failure-log-manager/SKILL.md"]
|
|
197
195
|
},
|
|
198
196
|
{
|
|
199
197
|
"name": "flutter",
|
|
@@ -226,8 +224,7 @@
|
|
|
226
224
|
"./skills/flutter-architecture/SKILL.md",
|
|
227
225
|
"./skills/fastlane-knowledge/SKILL.md",
|
|
228
226
|
"./skills/store-publishing/SKILL.md"
|
|
229
|
-
]
|
|
230
|
-
"hooks": ["./hooks/hooks.json"]
|
|
227
|
+
]
|
|
231
228
|
},
|
|
232
229
|
{
|
|
233
230
|
"name": "hono",
|
|
@@ -261,8 +258,7 @@
|
|
|
261
258
|
"./skills/cloudflare-bindings/SKILL.md",
|
|
262
259
|
"./skills/zod-validation/SKILL.md",
|
|
263
260
|
"./skills/rpc-typesafe/SKILL.md"
|
|
264
|
-
]
|
|
265
|
-
"hooks": ["./hooks/hooks.json"]
|
|
261
|
+
]
|
|
266
262
|
},
|
|
267
263
|
{
|
|
268
264
|
"name": "tanstack-router",
|
package/package.json
CHANGED
|
@@ -204,6 +204,7 @@ sanitize_branch_for_suffix() {
|
|
|
204
204
|
rewrite_env_file() {
|
|
205
205
|
local env_file="$1"
|
|
206
206
|
local branch_slug="$2"
|
|
207
|
+
[[ -f "$env_file" ]] || return 0
|
|
207
208
|
local has_auto=false
|
|
208
209
|
|
|
209
210
|
# Check if auto mode is enabled
|
|
@@ -288,7 +289,7 @@ rewrite_all_env_files() {
|
|
|
288
289
|
local result
|
|
289
290
|
result=$(rewrite_env_file "$env_file" "$branch_slug")
|
|
290
291
|
[[ "$result" == "true" ]] && ((count++))
|
|
291
|
-
done < <(find "$wt_path" -name '.env*' -not -path '*/node_modules/*' -not -path '*/.git/*' -print0 2>/dev/null)
|
|
292
|
+
done < <(find "$wt_path" -type f -name '.env*' -not -path '*/node_modules/*' -not -path '*/.git/*' -print0 2>/dev/null)
|
|
292
293
|
|
|
293
294
|
echo "$count"
|
|
294
295
|
}
|
package/.claude-plugin/CLAUDE.md
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "better-auth",
|
|
3
|
-
"version": "0.1.0",
|
|
4
|
-
"description": "Better Auth integration with MCP server for comprehensive authentication",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Smicolon",
|
|
7
|
-
"email": "dev@smicolon.com",
|
|
8
|
-
"url": "https://github.com/smicolon"
|
|
9
|
-
},
|
|
10
|
-
"homepage": "https://github.com/smicolon/ai-kit",
|
|
11
|
-
"repository": "https://github.com/smicolon/ai-kit",
|
|
12
|
-
"license": "MIT",
|
|
13
|
-
"keywords": ["better-auth", "authentication", "auth", "mcp", "passkeys", "2fa", "social-login"]
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "failure-log",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "Persistent failure memory system that tracks mistakes and prevents repeating them across sessions",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Smicolon",
|
|
7
|
-
"email": "dev@smicolon.com",
|
|
8
|
-
"url": "https://github.com/smicolon"
|
|
9
|
-
},
|
|
10
|
-
"homepage": "https://github.com/smicolon/ai-kit",
|
|
11
|
-
"repository": "https://github.com/smicolon/ai-kit",
|
|
12
|
-
"license": "MIT",
|
|
13
|
-
"keywords": ["failure-log", "memory", "learning", "mistakes", "conventions"]
|
|
14
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "flutter",
|
|
3
|
-
"version": "0.1.0",
|
|
4
|
-
"description": "Flutter development plugin with Fastlane automation, store publishing, and architecture patterns",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Smicolon",
|
|
7
|
-
"email": "dev@smicolon.com"
|
|
8
|
-
},
|
|
9
|
-
"keywords": ["flutter", "fastlane", "ios", "android", "app-store", "google-play", "mobile"]
|
|
10
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "hono",
|
|
3
|
-
"version": "0.1.0",
|
|
4
|
-
"description": "Hono web framework plugin for Claude Code - scaffolding, conventions, testing, and deployment for Bun and Cloudflare Workers",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Smicolon",
|
|
7
|
-
"email": "dev@smicolon.com"
|
|
8
|
-
},
|
|
9
|
-
"repository": "https://github.com/smicolon/ai-kit",
|
|
10
|
-
"license": "MIT",
|
|
11
|
-
"keywords": [
|
|
12
|
-
"hono",
|
|
13
|
-
"bun",
|
|
14
|
-
"cloudflare-workers",
|
|
15
|
-
"edge",
|
|
16
|
-
"typescript",
|
|
17
|
-
"api"
|
|
18
|
-
]
|
|
19
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "tanstack-router",
|
|
3
|
-
"version": "0.1.0",
|
|
4
|
-
"description": "TanStack SPA development with Router, Query, Form, Table, Virtual and full ecosystem",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Smicolon",
|
|
7
|
-
"email": "dev@smicolon.com",
|
|
8
|
-
"url": "https://github.com/smicolon"
|
|
9
|
-
},
|
|
10
|
-
"homepage": "https://github.com/smicolon/ai-kit",
|
|
11
|
-
"repository": "https://github.com/smicolon/ai-kit",
|
|
12
|
-
"license": "MIT",
|
|
13
|
-
"keywords": ["tanstack", "react", "router", "query", "form", "table", "virtual", "bun", "spa"]
|
|
14
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "worktree",
|
|
3
|
-
"version": "0.2.0",
|
|
4
|
-
"description": "Git worktree manager for parallel development with env isolation, Docker port offsets, and database auto-creation",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Smicolon",
|
|
7
|
-
"email": "dev@smicolon.com",
|
|
8
|
-
"url": "https://github.com/smicolon"
|
|
9
|
-
},
|
|
10
|
-
"license": "MIT",
|
|
11
|
-
"repository": "https://github.com/smicolon/ai-kit",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"git",
|
|
14
|
-
"worktree",
|
|
15
|
-
"parallel-development",
|
|
16
|
-
"branch-management",
|
|
17
|
-
"monorepo"
|
|
18
|
-
]
|
|
19
|
-
}
|