19 lines
428 B
JSON
19 lines
428 B
JSON
{
|
|
"name": "context-toolkit",
|
|
"description": "Implements the CONTEXT.md workflow system for managing human-authored context and agent-ready briefings in Claude Code",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Daniel Rosehill",
|
|
"email": "public@danielrosehill.com",
|
|
"url": "https://danielrosehill.com"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |