Initial commit
This commit is contained in:
73
plugin.lock.json
Normal file
73
plugin.lock.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:djacobsmeyer/claude-skills-engineering:plugins/manage-worktrees-skill",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "b0d3d5bbfe827461451f65aaf10387b10bb4fd64",
|
||||
"treeHash": "2ab9447da43ba6c88a6746bef853134a001b0518cc0a233000812d501c507db5",
|
||||
"generatedAt": "2025-11-28T10:16:27.479765Z",
|
||||
"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": "manage-worktrees-skill",
|
||||
"description": "Comprehensive git worktree management for creating, listing, and removing worktrees. Use when the user wants to create new development environments, view worktree status, or manage the lifecycle of parallel development environments. Provides slash commands /create_worktree, /list_worktrees, and /remove_worktree.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "EXAMPLES.md",
|
||||
"sha256": "72554279a2fd182bc367fe30a3aca817e1cf30dd5667ee006fa1630efc484b1e"
|
||||
},
|
||||
{
|
||||
"path": "REFERENCE.md",
|
||||
"sha256": "c5caf646e3abc17cdaff63e5d80b0e132318bd5dfa8ebcda1b355685f93fc678"
|
||||
},
|
||||
{
|
||||
"path": "OPERATIONS.md",
|
||||
"sha256": "b0082ec1517e6c8e190292bc7830872cdafcfc2213fca17f2aacaa5e90fa9e8f"
|
||||
},
|
||||
{
|
||||
"path": "TROUBLESHOOTING.md",
|
||||
"sha256": "8531f319a99072bf159b658bf8ca45a3b7188ec6e6b4ccf20a18e2d1cb9db9cb"
|
||||
},
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "6526462686e02de943d3be1e662473f5a956529708ef6f6cadf18c4d1b5e9eaf"
|
||||
},
|
||||
{
|
||||
"path": "SKILL.md",
|
||||
"sha256": "bd78a24a90ab8b88ceeea9457227fe6d6f50a53a32e5b3c2e74ce0c5daca4637"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "94e58697cfe3c5bd71459770e7390e92fb101553cb9e8054e0cad28b307de974"
|
||||
},
|
||||
{
|
||||
"path": "commands/list_worktrees_prompt.md",
|
||||
"sha256": "1a902c246b120d3d6777d387d36268704c28f8ad890ac6ffa95ae72306c60358"
|
||||
},
|
||||
{
|
||||
"path": "commands/create_worktree_prompt.md",
|
||||
"sha256": "2860db2195dc29aa85870daf04850284b67fc1e9295e7f5a9fc59b814a0c4d28"
|
||||
},
|
||||
{
|
||||
"path": "commands/remove_worktree_prompt.md",
|
||||
"sha256": "f51457910944fdaa2dca41a02ccea4cb36d9b0022e7bb68270cf1ea65805a252"
|
||||
}
|
||||
],
|
||||
"dirSha256": "2ab9447da43ba6c88a6746bef853134a001b0518cc0a233000812d501c507db5"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user