Files
sproutclaw-data/agent/skills-disabled/SoftwareCopyright-Skill/生成demo/软件著作权申请资料/环境检查.json
shumengya 50edff80f5 feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。
排除 node_modules、npm 缓存、sessions 等运行时数据。
2026-06-26 15:48:56 +08:00

23 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"output_directory": "当前目录/软件著作权申请资料",
"capabilities": {
"markdown_drafts": true,
"application_txt": true,
"basic_docx": true,
"python_docx": false,
"pandoc_preview": true,
"docx_openxml_full": false,
"dotnet_sdk": false
},
"versions": {
"pandoc": "pandoc 3.8.3",
"dotnet": "not found"
},
"final_docx_mode": "basic-ooxml",
"recommendation": "完整 DOCX OpenXML 环境未就绪。可以继续使用兜底 DOCX 生成;如需更规范的 Word 结构和校验,请先安装 .NET SDK 并运行 vendor/docx-toolkit/scripts/setup.sh。",
"install_prompt": "是否安装完整 DOCX 环境?安装后文档生成和校验更规范;不安装也可以继续生成 Markdown、TXT 和基础 DOCX。",
"requires_user_input": true,
"confirmation_stage": "environment",
"next_action": "请选择1) 安装完整 DOCX 环境2) 使用基础 DOCX 兜底继续。回复选择后再进入项目分析。",
"docx_env_output": "=== DOCX Environment Check ===\n\n[FAIL] dotnet not found\n\n .NET SDK is REQUIRED. Install it:\n brew install --cask dotnet-sdk\n\n Or run the full setup: bash scripts/setup.sh\n\n[OK] project built\n[OK] pandoc 3.8.3 (content preview)\n[WARN] soffice not found — .doc files cannot be converted\n Install: brew install --cask libreoffice\n[OK] zip/unzip available\n[OK] locale C.UTF-8\n[OK] permissions all scripts executable\n\nStatus: NOT READY\n\nCritical dependencies missing. Run the full setup:\n bash scripts/setup.sh # macOS / Linux / WSL\n powershell scripts/setup.ps1 # Windows PowerShell"
}