@lambdacurry/arbor 0.4.1 → 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 +3 -2
- package/package.json +1 -1
package/dist/arbor.js
CHANGED
|
@@ -17060,7 +17060,7 @@ what's settled. Your token (env ARBOR_TOKEN, or \`arbor auth\`) resolves who you
|
|
|
17060
17060
|
never asserts it. Run \`arbor whoami\` to confirm, \`arbor tree\` to map the workspace.
|
|
17061
17061
|
|
|
17062
17062
|
Etiquette — WHEN to act (the judgment; per-command mechanics are listed below):
|
|
17063
|
-
· Recall first — \`arbor recall "<question>"\` before you contribute; cite prior work, don't repeat it.
|
|
17063
|
+
· Recall first — \`arbor recall --query "<question>"\` before you contribute; cite prior work, don't repeat it.
|
|
17064
17064
|
· One typed point per contribution (proposal / critique / question / evidence / risk / correction /
|
|
17065
17065
|
assertion / decision). Markdown bodies — pass long/multiline bodies with \`--body-file -\` (stdin),
|
|
17066
17066
|
don't shell-quote them.
|
|
@@ -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": {
|