feat: 导出 SproutClaw .sproutclaw 配置

包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。
排除 node_modules、npm 缓存、sessions 等运行时数据。
This commit is contained in:
2026-06-26 15:48:56 +08:00
commit 50edff80f5
13904 changed files with 411646 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "software-copyright-materials",
"description": "从真实项目生成中国软件著作权申请资料Word/TXT。支持项目分析、代码材料抽取、申请表信息生成和操作手册撰写输出符合软著申报要求的正式材料。",
"version": "1.0.0",
"author": {
"name": "Fokkyp",
"url": "https://github.com/Fokkyp"
},
"homepage": "https://github.com/Fokkyp/SoftwareCopyright-Skill",
"repository": "https://github.com/Fokkyp/SoftwareCopyright-Skill",
"license": "MIT",
"keywords": ["software-copyright", "chinese-copyright", "docx", "软著", "著作权"]
}