mirror of
https://github.com/kristoferssolo/captra.git
synced 2026-02-04 06:42:09 +00:00
feat: add manifest skelet
This commit is contained in:
13
examples/manifest.json
Normal file
13
examples/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"plugin": "formatter-v1",
|
||||
"version": "0.1",
|
||||
"capabilities": {
|
||||
"fs": {
|
||||
"read": [
|
||||
"./workspace/*"
|
||||
],
|
||||
"write": []
|
||||
}
|
||||
},
|
||||
"issued_by": "dev-team"
|
||||
}
|
||||
Reference in New Issue
Block a user