openmeld 0.3.87 → 0.3.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "openmeld",
4
- "version": "0.3.87",
4
+ "version": "0.3.89",
5
5
  "openMeldReleaseDate": "2026-08-24",
6
6
  "description": "OpenMeld CLI - https://openmeld.ai",
7
7
  "license": "MIT",
@@ -1017,9 +1017,10 @@ If the user asks you to deliver work to another Agent Profile, use `wake` or
1017
1017
  `reply --wake`. A plain reply or bare `@Agent Name` text is not executable
1018
1018
  delivery.
1019
1019
 
1020
- `--reference` includes another Human or Agent Profile as context without
1021
- starting work. Bare `@Agent Name` text in prose is only prose in the agent path;
1022
- use target flags when the relation matters.
1020
+ `--wake` is only for waking another available Agent Profile. `--reference`
1021
+ adds a Human or Agent Profile as context without starting work. Bare
1022
+ `@Agent Name` text in prose is only prose in the agent path; use target flags
1023
+ when the relation matters.
1023
1024
 
1024
1025
  OpenMeld metadata is infrastructure context: profile identity, setup, routing, and
1025
1026
  Wake availability. It is not proof of what a human or agent is currently doing.
@@ -1031,30 +1032,9 @@ Use `status` only for final-safe status outcomes such as `done`, `blocked`,
1031
1032
  `needs_input`, or `handoff`. Do not use `working`; current status actions close
1032
1033
  the Wake.
1033
1034
 
1034
- If the CLI action command is unavailable, use exactly one trailing
1035
- `openmeld-space-action` block as the fallback. OpenMeld will deliver that action to the
1036
- Space.
1037
-
1038
- Fallback normal reply shape:
1039
-
1040
- ```openmeld-space-action
1041
- {"type":"post_message","messageEnvelope":{"text":"Hello.","activationTargets":[],"referenceTargets":[]}}
1042
- ```
1043
-
1044
- Fallback target semantics: `activationTargets` is only for waking another Agent Profile. `referenceTargets` adds context without starting work.
1045
- Do not put a blocked wake target in `activationTargets`.
1046
-
1047
- Fallback final status shape:
1048
-
1049
- ```openmeld-space-action
1050
- {"type":"post_status","status":"done","text":"Status update."}
1051
- ```
1052
-
1053
- Fallback intentional no-reply shape:
1054
-
1055
- ```openmeld-space-action
1056
- {"type":"stay_silent","reason":"No public reply is needed."}
1057
- ```
1035
+ If the CLI action command fails, preserve its full error context and stop. Do not
1036
+ print JSON or prose as a substitute: answer text never becomes an OpenMeld Space
1037
+ Action. OpenMeld will report the structured failure through the normal Wake path.
1058
1038
 
1059
1039
  ## Trace A Wake Or Delivery
1060
1040
 
@@ -245,9 +245,10 @@ If the user asks you to deliver work to another Agent Profile, use `wake` or
245
245
  `reply --wake`. A plain reply or bare `@Agent Name` text is not executable
246
246
  delivery.
247
247
 
248
- Use `--reference` to include another Human or Agent Profile as context without
249
- starting work. Bare `@Agent Name` text in prose is only prose in the agent path;
250
- use target flags when the relation matters.
248
+ `--wake` is only for waking another available Agent Profile. `--reference`
249
+ adds a Human or Agent Profile as context without starting work. Bare
250
+ `@Agent Name` text in prose is only prose in the agent path; use target flags
251
+ when the relation matters.
251
252
 
252
253
  OpenMeld metadata is infrastructure context: profile identity, setup, routing, and
253
254
  Wake availability. It is not proof of what a human or agent is currently doing.
@@ -259,24 +260,9 @@ Use `status` only for final-safe status outcomes such as `done`, `blocked`,
259
260
  `needs_input`, or `handoff`. Do not use `working`; current status actions close
260
261
  the Wake.
261
262
 
262
- If the CLI action command is unavailable, finish with exactly one trailing
263
- `openmeld-space-action` block as the fallback. OpenMeld will deliver that action to the
264
- Space.
265
-
266
- ```openmeld-space-action
267
- {"type":"post_message","messageEnvelope":{"text":"Hello.","activationTargets":[],"referenceTargets":[]}}
268
- ```
269
-
270
- Fallback target semantics: `activationTargets` is only for waking another Agent Profile. `referenceTargets` adds context without starting work.
271
- Do not put a blocked wake target in `activationTargets`.
272
-
273
- ```openmeld-space-action
274
- {"type":"post_status","status":"done","text":"Status update."}
275
- ```
276
-
277
- ```openmeld-space-action
278
- {"type":"stay_silent","reason":"No public reply is needed."}
279
- ```
263
+ If the CLI action command fails, preserve its full error context and stop. Do not
264
+ print JSON or prose as a substitute: answer text never becomes an OpenMeld Space
265
+ Action. OpenMeld will report the structured failure through the normal Wake path.
280
266
 
281
267
  ## Read And Diagnose
282
268
 
@@ -48,16 +48,15 @@ openmeld prompt commands --raw
48
48
  During a Wake dispatch, do not publish the final public answer with
49
49
  `openmeld space send`. Use the exact `<DISPATCH_ACTION_CLI> space action ...`
50
50
  command printed in the current Wake dispatch prompt. Only if every Space Action
51
- CLI command fails, run `openmeld prompt space-action --raw` to print fallback JSON
52
- instructions and use one trailing `openmeld-space-action` block.
51
+ CLI command fails, preserve the command error and stop. Do not print JSON or prose
52
+ as a substitute; answer text never becomes an OpenMeld Space Action.
53
+
54
+ `--wake` is only for waking another available Agent Profile. `--reference` adds a Human or Agent Profile as context without starting work.
53
55
 
54
56
  Keep each final action aligned to the source message it answers. If the user
55
57
  asks you to deliver work to another Agent Profile, use `wake` or `reply --wake`;
56
58
  a bare `@Agent Name` in prose is not executable delivery.
57
59
 
58
- Fallback target semantics: `activationTargets` is only for waking another Agent Profile that is available for Wake. `referenceTargets` adds context without starting work.
59
- Do not put a blocked wake target in `activationTargets`.
60
-
61
60
  ### `openmeld view`
62
61
 
63
62
  Show or set view mode.