You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elnora/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "elnora",
3
-
"version": "2.4.0",
3
+
"version": "2.5.0",
4
4
"description": "AI-powered bioprotocol generation and lab workflow management. Connect to the Elnora AI Platform to generate, optimize, and manage bioprotocols for wet-lab experiments.",
Must provide at least one of `--title` or `--status`.
177
179
178
-
### Archive Task
180
+
### Archive / Unarchive Task
179
181
180
182
```bash
181
183
$CLI --compact tasks archive <TASK_ID>
182
184
# -> {"archived":true,"taskId":"<UUID>"}
185
+
$CLI --compact tasks unarchive <TASK_ID>
186
+
# -> {"unarchived":true,"taskId":"<UUID>"}
183
187
```
184
188
185
-
Destructive — confirm with user before running.
189
+
Archive is destructive-ish (hides the task) — confirm with user. Archived tasks are found with `tasks list --status archived` and restored with `tasks unarchive`.
190
+
191
+
### Task Attachments
192
+
193
+
```bash
194
+
$CLI --compact tasks attachments <TASK_ID># list attached files
195
+
$CLI --compact tasks attachment-content <TASK_ID><ATTACHMENT_ID># read one attachment
196
+
```
186
197
187
198
## MCP Tool Names
188
199
@@ -197,6 +208,9 @@ All commands are auto-registered as MCP tools with the `elnora_` prefix:
0 commit comments