添加北京大学统一认证接入支持skill
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
"Bash(tree:*)",
|
||||
"Bash(find:*)",
|
||||
"Bash(grep:*)",
|
||||
"Bash(rg:*)", // ripgrep
|
||||
"Bash(fd:*)", // fd-find
|
||||
"Bash(rg:*)",
|
||||
"Bash(fd:*)",
|
||||
"Bash(file:*)",
|
||||
"Bash(stat:*)",
|
||||
"Bash(du:*)",
|
||||
@@ -25,7 +25,6 @@
|
||||
"Bash(date:*)",
|
||||
"Bash(uname:*)",
|
||||
|
||||
// ===== Git 只读操作 =====
|
||||
"Bash(git status:*)",
|
||||
"Bash(git diff:*)",
|
||||
"Bash(git log:*)",
|
||||
@@ -38,15 +37,12 @@
|
||||
"Bash(git shortlog:*)",
|
||||
"Bash(git rev-parse:*)",
|
||||
|
||||
// ===== 子代理 =====
|
||||
"Task",
|
||||
|
||||
// ===== 文件编辑 =====
|
||||
"Edit", // 编辑已有文件
|
||||
"Write", // 创建/覆写文件
|
||||
"MultiEdit", // 批量编辑
|
||||
"Edit",
|
||||
"Write",
|
||||
"MultiEdit",
|
||||
|
||||
// ===== 包管理 =====
|
||||
"Bash(pnpm install:*)",
|
||||
"Bash(pnpm add:*)",
|
||||
"Bash(pnpm run build:*)",
|
||||
@@ -55,7 +51,6 @@
|
||||
"Bash(pip install:*)",
|
||||
"Bash(pip3 install:*)",
|
||||
|
||||
// 相对安全的写操作
|
||||
"Bash(mkdir:*)",
|
||||
"Bash(cp:*)",
|
||||
"Bash(mv:*)",
|
||||
@@ -77,7 +72,6 @@
|
||||
"Bash(tee:*)",
|
||||
"Bash(jq:*)",
|
||||
|
||||
// MCP
|
||||
"mcp__ide__getDiagnostics"
|
||||
],
|
||||
"deny": [
|
||||
|
||||
Reference in New Issue
Block a user