Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "dogdoing",
"interface": {
"displayName": "刀盾狗"
},
"plugins": [
{
"name": "dogdoing",
"source": {
"source": "local",
"path": "./plugins/dogdoing"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
}
]
}
8 changes: 4 additions & 4 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"name": "hellowind"
},
"metadata": {
"description": "Marketplace for the Dogdoing Claude Code plugin."
"description": "刀盾狗在 Claude Code 与 Codex 上使用的插件市场。"
},
"plugins": [
{
"name": "dogdoing",
"description": "Dogdoing (刀盾狗/我的刀盾) - A loyal shield-dog that joins every Claude Code task as a subagent.",
"version": "1.0.2",
"source": "./",
"description": "刀盾狗:忠诚参与每项编码任务并承担子代理分工。",
"version": "1.1.0",
"source": "./plugins/dogdoing",
"author": {
"name": "hellowind"
}
Expand Down
11 changes: 0 additions & 11 deletions .claude-plugin/plugin.json

This file was deleted.

4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/__pycache__/**
**/*.pyc
tests/
docs/superpowers/
29 changes: 0 additions & 29 deletions INJECT.md

This file was deleted.

11 changes: 0 additions & 11 deletions INJECT_CHEER.md

This file was deleted.

28 changes: 0 additions & 28 deletions INJECT_SUBAGENT.md

This file was deleted.

Loading