Skip to content

Commit f17b8c2

Browse files
author
逍为
committed
refactor: skill cli
1 parent ed1df3f commit f17b8c2

22 files changed

Lines changed: 786 additions & 13715 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ harness/result/
5858

5959
# lock files
6060
pnpm-lock.yaml
61+
62+
# skills index
63+
src/index/

cli/.claude/settings.local.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm install:*)",
5+
"Bash(npx tsc:*)",
6+
"Bash(node:*)",
7+
"Bash(mv cli/src .)",
8+
"Bash(mv cli/index .)",
9+
"Bash(mv cli/tsconfig.json .)",
10+
"Bash(rm:*)",
11+
"Bash(mv index:*)"
12+
]
13+
}
14+
}

cli/index/full.index.json

Lines changed: 0 additions & 5814 deletions
This file was deleted.

cli/index/g2.index.json

Lines changed: 0 additions & 5814 deletions
This file was deleted.

cli/index/g6.index.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

cli/skills-antv.js

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)