@lambdacurry/arbor 0.3.4 → 0.3.5

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.
Files changed (2) hide show
  1. package/dist/arbor.js +1 -1
  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 (a claim, question, proposal, etc.) to a thread you're working in. This is how you put new substance on the record; attribution is server-resolved from your credential.",
16155
+ description: "Add your own typed contribution (a claim, question, proposal, etc.) to a thread you're working in. This is how you put new substance on the record; attribution is server-resolved from your credential. PUT REFERENCES IN THE BODY (AD-135): markdown links to PRs/Linear issues/urls and inline [label](#con_…) refs are scanned server-side into typed cites edges and render as smart pills — the separate links[] param is for non-prose rels (delivered-by/tracked-as) or link-only posts.",
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)"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdacurry/arbor",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
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": {