@pqpo/pragma 0.1.0-next.14 → 0.1.0-next.16
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/README.md +7 -3
- package/dist/cli.js +5679 -1691
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,10 +62,14 @@ their contracts are ready; use `--view events` or `mission watch` meanwhile.
|
|
|
62
62
|
The text renderers use stable Mission/queue columns, while JSON and JSONL stay
|
|
63
63
|
pure `pragma.cli-result/v2` and `pragma.cli-event/v2` protocol output.
|
|
64
64
|
|
|
65
|
-
Runs wait for a terminal result by default. `--detach` returns after
|
|
66
|
-
|
|
67
|
-
omitted. Text mode prints the request,
|
|
65
|
+
Runs wait for a terminal result by default. `--detach` returns after the durable
|
|
66
|
+
command is persisted (it may still be queued), and `--request-id` is optional
|
|
67
|
+
because the CLI generates one when omitted. Text mode prints the request,
|
|
68
|
+
Mission, and execution identities;
|
|
68
69
|
machine formats keep those identities inside the protocol envelope.
|
|
70
|
+
The CLI does not start a resident daemon; without a live Desktop/Host owner, a
|
|
71
|
+
queued receipt remains recoverable until a later Host or attached/resume call
|
|
72
|
+
consumes it.
|
|
69
73
|
|
|
70
74
|
Command-specific help includes usage, defaults, output format, idempotency,
|
|
71
75
|
and a copyable example, for example `pragma mission get --help` or
|