-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 750 Bytes
/
plugin.json
File metadata and controls
27 lines (27 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "compressoor",
"version": "0.2.0",
"description": "Concise runtime policy for Claude Code with optional durable-context compaction tools.",
"author": {
"name": "Max",
"url": "https://github.com/M4cs/compressoor"
},
"homepage": "https://github.com/M4cs/compressoor",
"repository": "https://github.com/M4cs/compressoor",
"license": "MIT",
"keywords": ["productivity", "compression", "context", "memory", "writing"],
"skills": "./skills/",
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/skills/compressoor/scripts/claude_session_hook.py"
}
]
}
]
}
}