Initial commit
This commit is contained in:
11
.claude-plugin/plugin.json
Normal file
11
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "coeiro-operator",
|
||||
"description": "COEIROINK音声合成MCPサーバー",
|
||||
"version": "1.3.0",
|
||||
"author": {
|
||||
"name": "otolab"
|
||||
},
|
||||
"hooks": [
|
||||
"./hooks"
|
||||
]
|
||||
}
|
||||
15
hooks/hooks.json
Normal file
15
hooks/hooks.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"hooks": {
|
||||
"Notification": [
|
||||
{
|
||||
"matcher": "",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "npx --package @coeiro-operator/cli -y say-coeiroink '入力待ちです'"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:otolab/ai-agent-prompts:coeiro-operator",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "60ade6112734969425767f2ad93bb8268621a7db",
|
||||
"treeHash": "63ce327662a823012d359286497dba458a1ce06e39e2e32ff09a96845ecdd331",
|
||||
"generatedAt": "2025-11-28T10:27:32.833854Z",
|
||||
"toolVersion": "publish_plugins.py@0.2.0"
|
||||
},
|
||||
"origin": {
|
||||
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||
"branch": "master",
|
||||
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||
},
|
||||
"manifest": {
|
||||
"name": "coeiro-operator",
|
||||
"description": "COEIROINK音声合成MCPサーバー",
|
||||
"version": "1.3.0"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "2b8f49f9cde71046bc979ad3a9178b0ee14c17e246cf51557ef842c55cf4b862"
|
||||
},
|
||||
{
|
||||
"path": "hooks/hooks.json",
|
||||
"sha256": "b1401682e9ad81aac0cd837bccd10933541a3a81e7db97a39f84795e5ca64ab4"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "9cd7ebe091e4b538ffe02134eb1f8f9ac3d7bc04415b4d5a75292c5dc6e2b38f"
|
||||
}
|
||||
],
|
||||
"dirSha256": "63ce327662a823012d359286497dba458a1ce06e39e2e32ff09a96845ecdd331"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user