get-shit-done-dh 1.27.2 → 1.27.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/install.js
CHANGED
|
@@ -769,7 +769,7 @@ function convertClaudeAgentToCodebuddyAgent(content, isGlobal = false) {
|
|
|
769
769
|
const description = extractFrontmatterField(frontmatter, 'description') || '';
|
|
770
770
|
const toolsRaw = extractFrontmatterField(frontmatter, 'tools') || '';
|
|
771
771
|
|
|
772
|
-
let fm = `---\nname: ${name}\ndescription: ${description}\nagentMode: agentic\nenabled: true\
|
|
772
|
+
let fm = `---\nname: ${name}\ndescription: ${description}\nagentMode: agentic\nenabled: true\nenabledAutoRun: true\n`;
|
|
773
773
|
if (toolsRaw) fm += `tools: ${toolsRaw}\n`;
|
|
774
774
|
fm += '---';
|
|
775
775
|
|
|
@@ -292,7 +292,7 @@ SessionStart 钩子 (`gsd-check-update.js`) 会向检测到的运行时缓存目
|
|
|
292
292
|
|
|
293
293
|
⚠️ 请重启运行时以加载新命令。
|
|
294
294
|
|
|
295
|
-
[查看完整变更日志](https://github.com/
|
|
295
|
+
[查看完整变更日志](https://github.com/liu-xian-sen/get-shit-done-dh/blob/main/CHANGELOG.md)
|
|
296
296
|
```
|
|
297
297
|
</step>
|
|
298
298
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "get-shit-done-dh",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.4",
|
|
4
4
|
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini and Codex by TÂCHES.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"get-shit-done-dh": "bin/install.js"
|