9 lines
190 B
JSON
9 lines
190 B
JSON
{
|
|
"name": "custom-paths",
|
|
"version": "1.0.0",
|
|
"agents": "./custom-agents",
|
|
"commands": ["./custom-commands"],
|
|
"skills": "./custom-skills",
|
|
"hooks": "./custom-hooks/hooks.json"
|
|
}
|