@lambdacurry/arbor 0.4.2 → 0.4.3
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/dist/arbor.js +2 -1
- package/package.json +1 -1
package/dist/arbor.js
CHANGED
|
@@ -17086,7 +17086,8 @@ Usage: arbor <command> [--flags]
|
|
|
17086
17086
|
Global flags (any command):
|
|
17087
17087
|
--json emit a structured { ok, data|error, meta } envelope on stdout (machine mode)
|
|
17088
17088
|
--quiet / --no-quiet suppress / force advisory text (auto-quiet under --json or a pipe)
|
|
17089
|
-
--fields a,b,
|
|
17089
|
+
--fields a,b,arr:N keep only these TOP-LEVEL fields; an "arr:N" entry tail-slices an ARRAY field to
|
|
17090
|
+
its last N items (each kept whole), e.g. thread get --fields thread,contributions:4
|
|
17090
17091
|
--<flag>-file <path|-> read any string flag from a file (or - for stdin), e.g. --body-file -
|
|
17091
17092
|
--limit <n> / --cursor paginate list commands (inbox, list open spaces, …); response adds nextCursor
|
|
17092
17093
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lambdacurry/arbor",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "The Arbor CLI \u2014 a shared workspace for people and agents. The human + headless-agent write path over Arbor's guarded operation surface.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|