Skip to content

Commit fb21cb5

Browse files
hustcc逍为lxfu1
authored
refactor: skill cli (#37)
Co-authored-by: 逍为 <xiaowei.wzw@antgroup.com> Co-authored-by: Joel Alan <31396322+lxfu1@users.noreply.github.com>
1 parent a58cccb commit fb21cb5

22 files changed

Lines changed: 786 additions & 13715 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ harness/result/
5959
# lock files
6060
pnpm-lock.yaml
6161

62+
# skills index
63+
src/index/
64+
6265
# Playground (Next.js)
6366
playground/.next/
6467
playground/node_modules/

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)