@lambdacurry/arbor 0.4.1 → 0.4.2
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 +1 -1
- 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.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lambdacurry/arbor",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
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": {
|