会议纪要skill增加历史会议纪要比对

This commit is contained in:
闫旭隆
2026-01-19 13:49:00 +08:00
parent e0aff02e31
commit 97457b8124
28 changed files with 3022 additions and 2223 deletions

View File

@ -15,7 +15,11 @@
"Bash(cat:*)",
"WebSearch",
"Bash(reg query:*)",
"Bash(cmd.exe //c \"reg query \"\"HKEY_CURRENT_USER\\\\Environment\"\" /v http_proxy\")"
"Bash(cmd.exe //c \"reg query \"\"HKEY_CURRENT_USER\\\\Environment\"\" /v http_proxy\")",
"Bash(pip install:*)",
"Bash(git clone:*)",
"Bash(npm run setup:*)",
"Bash(node run.js \"\nconst browser = await chromium.launch\\({ channel: ''chrome'', headless: false }\\);\nconst page = await browser.newPage\\(\\);\nawait page.goto\\(''https://www.bilibili.com''\\);\nconsole.log\\(''页面标题:'', await page.title\\(\\)\\);\nawait page.waitForTimeout\\(3000\\);\nawait browser.close\\(\\);\nconsole.log\\(''✅ 测试完成!''\\);\n\")"
],
"additionalDirectories": [
"C:\\Users\\10120\\.claude\\agents"