forked from royosherove/graphlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
22 lines (22 loc) · 808 Bytes
/
Copy pathplugin.json
File metadata and controls
22 lines (22 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "graphlin",
"version": "0.4.0",
"description": "Local architecture and activity diagrams from observable coding-agent work.",
"extensions": {
"com.openai": {
"interface": {
"displayName": "Graphlin",
"shortDescription": "Live architecture and activity viewer",
"longDescription": "A local viewer with passive event collection, explicit source-sharing controls, and an offline fixture demo.",
"developerName": "Graphlin contributors",
"category": "Productivity",
"defaultPrompt": [
"Start Graphlin for this project in metadata-only mode."
],
"brandColor": "#20BFA9"
},
"hooks": "./adapters/codex/hooks.json"
}
}
}