Initial commit
This commit is contained in:
16
.claude-plugin/plugin.json
Normal file
16
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "claude-agent-lifecycle",
|
||||
"description": "Persistent agent lifecycle management for Claude Code. Provides 6 agent lifespans (ephemeral, turn, context, session, workflow, project) with automatic disposal via hooks.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Hendrik Geldenhuys",
|
||||
"url": "https://github.com/hgeldenhuys"
|
||||
},
|
||||
"skills": [
|
||||
"./.claude/skills/"
|
||||
],
|
||||
"hooks": {
|
||||
"Stop": "hooks/lifecycle-manager.ts",
|
||||
"SessionEnd": "hooks/lifecycle-manager.ts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user