feat: add manifest skelet

This commit is contained in:
2025-09-22 12:47:56 +03:00
parent 8a644f3ef7
commit ed55cda68e
3 changed files with 71 additions and 5 deletions

13
examples/manifest.json Normal file
View File

@@ -0,0 +1,13 @@
{
"plugin": "formatter-v1",
"version": "0.1",
"capabilities": {
"fs": {
"read": [
"./workspace/*"
],
"write": []
}
},
"issued_by": "dev-team"
}