commit 0cb4a86998b034a68b94973f74d3a39538696ab6 Author: Zhongwei Li Date: Sat Nov 29 17:52:18 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..9fa2145 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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}" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..68b4bd1 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# governance + +Tools for creating and managing Claude Code configuration files including commands, workflows, standards, and agents diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..3619915 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file