@ranger1/dx 0.1.115 → 0.1.116
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/package.json +1 -1
- package/skills/backend-audit-fixer/SKILL.md +1 -1
- package/skills/create-issue/SKILL.md +1 -1
- package/skills/delivering-design-handoff/SKILL.md +1 -1
- package/skills/doctor/SKILL.md +1 -1
- package/skills/feature-decide-plan-execute/SKILL.md +1 -1
- package/skills/gh-dependabot-cleanup/SKILL.md +1 -1
- package/skills/gh-dependabot-cleanup/agents/openai.yaml +3 -0
- package/skills/git-commit-and-pr/SKILL.md +1 -1
- package/skills/git-release/SKILL.md +1 -1
- package/skills/issues-batch-deliver/SKILL.md +1 -1
- package/skills/online-debug-guard/SKILL.md +1 -1
- package/skills/online-debug-guard/agents/openai.yaml +4 -1
- package/skills/pr-train-ship/SKILL.md +1 -1
- package/skills/stagewise-ui-debugging/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-issue
|
|
3
|
-
description: 仅在用户显式调用
|
|
3
|
+
description: 仅在用户显式调用 $create-issue、/create-issue 或明确要求使用 create-issue 技能时使用;不要通过关键词、任务类型或上下文自动触发。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Create Issue
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: delivering-design-handoff
|
|
3
|
-
description:
|
|
3
|
+
description: 仅在用户显式调用 $delivering-design-handoff 或明确要求使用 delivering-design-handoff 技能时使用;不要通过关键词、任务类型或上下文自动触发。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Delivering Design Handoff
|
package/skills/doctor/SKILL.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: feature-decide-plan-execute
|
|
3
|
-
description: 仅在用户显式调用 $feature-decide-plan-execute 或明确要求使用 feature-decide-plan-execute
|
|
3
|
+
description: 仅在用户显式调用 $feature-decide-plan-execute 或明确要求使用 feature-decide-plan-execute 技能时使用;不要通过关键词、任务类型或上下文自动触发。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Feature Decide · Plan · Execute · Push
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gh-dependabot-cleanup
|
|
3
|
-
description:
|
|
3
|
+
description: 仅在用户显式调用 $gh-dependabot-cleanup 或明确要求使用 gh-dependabot-cleanup 技能时使用;不要通过关键词、任务类型或上下文自动触发。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# GH Dependabot Cleanup
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: git-commit-and-pr
|
|
3
|
-
description:
|
|
3
|
+
description: 仅在用户显式调用 $git-commit-and-pr 或明确要求使用 git-commit-and-pr 技能时使用;不要通过关键词、任务类型或上下文自动触发。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Git Commit And PR
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: issues-batch-deliver
|
|
3
|
-
description: 仅在用户显式调用 $issues-batch-deliver 或明确要求使用 issues-batch-deliver
|
|
3
|
+
description: 仅在用户显式调用 $issues-batch-deliver 或明确要求使用 issues-batch-deliver 技能时使用;不要通过关键词、任务类型或上下文自动触发。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Issues Batch Deliver — 批量 Issue 编排器
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: online-debug-guard
|
|
3
|
-
description:
|
|
3
|
+
description: 仅在用户显式调用 $online-debug-guard 或明确要求使用 online-debug-guard 技能时使用;不要通过关键词、任务类型或上下文自动触发。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# 在线调试安全护栏
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
interface:
|
|
2
2
|
display_name: "Online Debug Guard"
|
|
3
3
|
short_description: "Guarded workflow for environment-aware online debugging"
|
|
4
|
-
default_prompt: "执行安全的在线调试流程,先判定环境与模式,再执行只读排查。"
|
|
4
|
+
default_prompt: "使用 $online-debug-guard 执行安全的在线调试流程,先判定环境与模式,再执行只读排查。"
|
|
5
|
+
|
|
6
|
+
policy:
|
|
7
|
+
allow_implicit_invocation: false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: stagewise-ui-debugging
|
|
3
|
-
description:
|
|
3
|
+
description: 仅在用户显式调用 $stagewise-ui-debugging 或明确要求使用 stagewise-ui-debugging 技能时使用;不要通过关键词、任务类型或上下文自动触发。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Stagewise UI 调试
|