-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.manifest.json
More file actions
226 lines (226 loc) · 6.76 KB
/
plugins.manifest.json
File metadata and controls
226 lines (226 loc) · 6.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
{
"workspace_kind": "submodule-workspace",
"manifest_version": 1,
"generated_catalog": "docs/workspace-catalog.md",
"plugins": [
{
"name": "Metadata Auto Classifier",
"repo_path": "Metadata-Auto-Classifier",
"repo_kind": "submodule",
"repo_slug": "GoBeromsu/Metadata-Auto-Classifier",
"git_branch": "master",
"plugin_id": "metadata-auto-classifier",
"portfolio_role": "plugin",
"release_kind": "stable",
"artifact_files": [
"main.js",
"manifest.json",
"styles.css",
"versions.json"
],
"ci_workflow": "CI",
"release_workflow": "Release plugin",
"smoke_vault": "Test",
"smoke_commands": [
"obsidian vault=\"Test\" plugin:reload id=\"metadata-auto-classifier\""
],
"risk_tier": "medium",
"notes": [
"Independent plugin repo",
"Settings-heavy UI; runtime smoke should include modal interactions"
]
},
{
"name": "Bible Search",
"repo_path": "obsidian-bible-search",
"repo_kind": "submodule",
"repo_slug": "GoBeromsu/obsidian-bible-search",
"git_branch": "main",
"plugin_id": "obsidian-bible-search",
"portfolio_role": "plugin",
"release_kind": "stable",
"artifact_files": [
"main.js",
"manifest.json",
"styles.css",
"versions.json"
],
"ci_workflow": "CI",
"release_workflow": "Release plugin",
"smoke_vault": "Test",
"smoke_commands": [
"obsidian vault=\"Test\" plugin:reload id=\"obsidian-bible-search\"",
"obsidian vault=\"Test\" command id=\"obsidian-bible-search:search-bible-verse\""
],
"risk_tier": "medium",
"notes": [
"Public repo",
"Smoke evidence should include command-triggered modal proof"
]
},
{
"name": "Boiler Template",
"repo_path": "obsidian-boiler-template",
"repo_kind": "submodule",
"repo_slug": "GoBeromsu/obsidian-boiler-template",
"git_branch": "master",
"plugin_id": "sample-plugin",
"portfolio_role": "template",
"release_kind": "stable",
"artifact_files": [
"main.js",
"manifest.json",
"styles.css",
"versions.json"
],
"ci_workflow": "CI",
"release_workflow": "Release plugin",
"smoke_vault": "Test",
"smoke_commands": [
"pnpm --dir obsidian-boiler-template run ci",
"pnpm --dir obsidian-boiler-template run sync:check"
],
"risk_tier": "high",
"notes": [
"Control-plane source of truth",
"Release readiness depends on downstream sync health"
]
},
{
"name": "Eagle Plugin",
"repo_path": "obsidian-eagle-plugin",
"repo_kind": "submodule",
"repo_slug": "GoBeromsu/obsidian-eagle-plugin",
"git_branch": "main",
"plugin_id": "eagle",
"portfolio_role": "plugin",
"release_kind": "stable",
"artifact_files": [
"main.js",
"manifest.json",
"styles.css",
"versions.json"
],
"ci_workflow": "CI",
"release_workflow": "Release plugin",
"smoke_vault": "Test",
"smoke_commands": [
"obsidian vault=\"Test\" plugin:reload id=\"eagle\""
],
"risk_tier": "high",
"notes": [
"Depends on external Eagle runtime for deeper smoke coverage"
]
},
{
"name": "QMD",
"repo_path": "obsidian-qmd",
"repo_kind": "submodule",
"repo_slug": "GoBeromsu/obsidian-qmd",
"git_branch": "main",
"plugin_id": "obsidian-qmd",
"portfolio_role": "plugin",
"release_kind": "stable",
"artifact_files": [
"main.js",
"manifest.json",
"styles.css",
"versions.json"
],
"ci_workflow": "CI",
"release_workflow": "Release plugin",
"smoke_vault": "Test",
"smoke_commands": [
"obsidian vault=\"Test\" plugin:reload id=\"obsidian-qmd\"",
"obsidian vault=\"Test\" command id=\"obsidian-qmd:open-search\""
],
"risk_tier": "high",
"notes": [
"Search view and related notes view are primary runtime surfaces"
]
},
{
"name": "Agent Skill Deploy",
"repo_path": "agent-skill-deploy",
"repo_kind": "submodule",
"repo_slug": "GoBeromsu/agent-skill-deploy",
"git_branch": "main",
"plugin_id": "skill-deploy",
"portfolio_role": "plugin",
"release_kind": "incubator",
"artifact_files": [
"main.js",
"manifest.json",
"styles.css",
"versions.json"
],
"ci_workflow": "CI",
"release_workflow": "Release plugin",
"smoke_vault": "Test",
"smoke_commands": [
"pnpm --dir agent-skill-deploy run ci"
],
"risk_tier": "medium",
"notes": [
"Promoted from root-local incubator into its own public repo",
"Keep release_kind=incubator until release and smoke contracts are fully aligned"
]
},
{
"name": "Open Connections",
"repo_path": "open-connections",
"repo_kind": "submodule",
"repo_slug": "GoBeromsu/open-connections",
"git_branch": "main",
"plugin_id": "open-connections",
"portfolio_role": "plugin",
"release_kind": "stable",
"artifact_files": [
"dist/main.js",
"dist/manifest.json",
"dist/styles.css",
"versions.json"
],
"ci_workflow": "CI",
"release_workflow": "Release plugin",
"smoke_vault": "Test",
"smoke_commands": [
"obsidian vault=\"Test\" plugin:reload id=\"open-connections\"",
"obsidian vault=\"Test\" command id=\"open-connections:open-lookup-view\"",
"obsidian vault=\"Test\" eval code=\"(async()=>JSON.stringify(await app.plugins.plugins['open-connections']?.search_embed_model?.get_gpu_diag?.() ?? null))()\""
],
"risk_tier": "critical",
"notes": [
"Local-model smoke is mandatory",
"Highest priority simplification target"
]
},
{
"name": "Note Player",
"repo_path": "youtube-note-playlist",
"repo_kind": "submodule",
"repo_slug": "GoBeromsu/obsidian-note-player",
"git_branch": "main",
"plugin_id": "note-player",
"portfolio_role": "plugin",
"release_kind": "stable",
"artifact_files": [
"main.js",
"manifest.json",
"styles.css",
"versions.json"
],
"ci_workflow": "CI",
"release_workflow": "Release plugin",
"smoke_vault": "Ataraxia",
"smoke_commands": [
"obsidian plugin:reload id=note-player",
"remote runtime verification in Ataraxia vault"
],
"risk_tier": "high",
"notes": [
"Remote-only runtime verification remains the preferred smoke path"
]
}
]
}