@lambdacurry/arbor 0.3.6 → 0.3.7
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 -2
- package/package.json +1 -1
package/dist/arbor.js
CHANGED
|
@@ -16152,7 +16152,7 @@ var ACTIONS = [
|
|
|
16152
16152
|
{
|
|
16153
16153
|
name: "contribute",
|
|
16154
16154
|
title: "Contribute to a thread",
|
|
16155
|
-
description: "Add your own typed contribution (
|
|
16155
|
+
description: "Add your own typed contribution (proposal/critique/question/evidence/…) — ONE point per contribution, on the record. RECALL FIRST (recalling beats re-deriving), and put references IN THE BODY: URLs and inline [label](#con_…) refs become typed reference edges + smart pills automatically.",
|
|
16156
16156
|
inputSchema: {
|
|
16157
16157
|
threadId: exports_external.string().describe("the thread id, e.g. thr_…"),
|
|
16158
16158
|
type: exports_external.enum(CONTRIBUTION_TYPES).describe("the contribution type (AD-066 taxonomy)"),
|
|
@@ -16372,7 +16372,7 @@ var ACTIONS = [
|
|
|
16372
16372
|
{
|
|
16373
16373
|
name: "thread_get",
|
|
16374
16374
|
title: "Read a thread",
|
|
16375
|
-
description: "Read the full state of the thread you're working in —
|
|
16375
|
+
description: "Read the full state of the thread you're working in — objective, every contribution/stamp/comment, and its OPEN ASKS. Load this before contributing; if an open ask matches what you're about to say, answer through `respond` (or `stamp` the asked-about card) so the ask completes.",
|
|
16376
16376
|
inputSchema: {
|
|
16377
16377
|
id: exports_external.string().describe("the thread id, e.g. thr_…")
|
|
16378
16378
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lambdacurry/arbor",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
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": {
|