@pqpo/pragma 0.1.0-next.16 → 0.1.0-next.17
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 +6 -7
- package/dist/cli.js +221323 -238139
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,7 +60,8 @@ a durable `nextCursor`; copy it into the printed continuation command.
|
|
|
60
60
|
projection. `chat` and `work` deliberately fail with `INVALID_ARGUMENT` until
|
|
61
61
|
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
|
-
pure `pragma.cli-result/v2` and `pragma.cli-event/v2` protocol output.
|
|
63
|
+
pure `pragma.cli-result/v2` and `pragma.cli-event/v2` protocol output. Use the
|
|
64
|
+
views printed by `pragma mission get --help` for the installed CLI version.
|
|
64
65
|
|
|
65
66
|
Runs wait for a terminal result by default. `--detach` returns after the durable
|
|
66
67
|
command is persisted (it may still be queued), and `--request-id` is optional
|
|
@@ -75,11 +76,9 @@ Command-specific help includes usage, defaults, output format, idempotency,
|
|
|
75
76
|
and a copyable example, for example `pragma mission get --help` or
|
|
76
77
|
`pragma expert discover --help`.
|
|
77
78
|
|
|
78
|
-
For scripts and other AI tools, use `--format=json` or `--format=jsonl
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
priority CLI > environment > default `info`; the current release may not yet
|
|
82
|
-
include this option.
|
|
79
|
+
For scripts and other AI tools, use `--format=json` or `--format=jsonl`, inspect
|
|
80
|
+
the process exit code, and treat `pragma --help` as the command-line capability
|
|
81
|
+
contract for the installed version.
|
|
83
82
|
|
|
84
83
|
The three documents have separate jobs: this README is the npm installation
|
|
85
84
|
and entry-point guide, the human guide explains interactive CLI/Mission
|
|
@@ -108,4 +107,4 @@ before loading the main bundle. Install Node.js 22 or later instead.
|
|
|
108
107
|
|
|
109
108
|
## License
|
|
110
109
|
|
|
111
|
-
Pragma CLI is distributed under the [Pragma Source Available License 1.0](
|
|
110
|
+
Pragma CLI is distributed under the [Pragma Source Available License 1.0](../../LICENSE).
|