Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:52:18 +08:00
commit 0cb4a86998
3 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "governance",
"description": "Tools for creating and managing Claude Code configuration files including commands, workflows, standards, and agents",
"version": "1.0.0",
"author": {
"name": "Alvis",
"email": "zhongweili@tubi.tv"
},
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/../../scripts/user-prompt-submit.sh ${CLAUDE_PLUGIN_ROOT}"
}
]
}
]
}
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# governance
Tools for creating and managing Claude Code configuration files including commands, workflows, standards, and agents

41
plugin.lock.json Normal file
View File

@@ -0,0 +1,41 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:alvis/.claude:plugins/governance",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "e1f268d9c6b973c57443d8db95bd32f567aa89ea",
"treeHash": "17e62812b899bbb4d2e31934e51c67d9a7eb59376ba787185b7100c7ece0689e",
"generatedAt": "2025-11-28T10:13:10.230280Z",
"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": "governance",
"description": "Tools for creating and managing Claude Code configuration files including commands, workflows, standards, and agents",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "f3b540d52227b70a4804d29c45abab9ad3166d34f364f3b95d4effbc193bb2bb"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "43a322a8804c6f6b1acb207d803784bf49b313ea06c59f8fec5784dfab1d08d0"
}
],
"dirSha256": "17e62812b899bbb4d2e31934e51c67d9a7eb59376ba787185b7100c7ece0689e"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}