@lambdacurry/arbor 0.21.53 → 0.21.55

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 +7 -7
  2. package/package.json +1 -1
package/dist/arbor.js CHANGED
@@ -16,7 +16,7 @@ var __export = (target, all) => {
16
16
  // package.json
17
17
  var package_default = {
18
18
  name: "@lambdacurry/arbor",
19
- version: "0.21.53",
19
+ version: "0.21.55",
20
20
  description: "The Arbor CLI — a shared workspace for people and agents. The human + headless-agent write path over Arbor's guarded operation surface.",
21
21
  keywords: [
22
22
  "agents",
@@ -19672,7 +19672,7 @@ var ACTION_DEFINITIONS = [
19672
19672
  {
19673
19673
  name: "create_topic",
19674
19674
  title: "Create a topic",
19675
- description: "Open a durable Topic in a Space only when an area will hold multiple Threads; check tree first so structure stays scarce. After creation, read Ways of working (`/ways-of-working.md`) then set purpose (where truth lives), guidance, and lanes.",
19675
+ description: "Open a durable Topic in a Space only when a sub-area needs multiple Threads; check tree first so structure stays scarce. Read Ways of working (`/ways-of-working.md`), then make the Topic contract clear in purpose, guidance, and lanes: operating role, scope, external or split truth, default Thread recipes, and handoffs.",
19676
19676
  inputSchema: {
19677
19677
  spaceId: exports_external.string().describe("the space to create the topic in, spc_…"),
19678
19678
  title: exports_external.string().min(1).describe("the topic's name — an area of work, not a question"),
@@ -19698,7 +19698,7 @@ var ACTION_DEFINITIONS = [
19698
19698
  {
19699
19699
  name: "set_topic_guidance",
19700
19700
  title: "Set a topic's guidance",
19701
- description: "Set a topic's SOFT guidance — the local how-we-work norms for this topic (culture/quality, AD-063), e.g. 'recall before re-deriving', 'one typed point per contribution'. Soft norms only; hard governance (permissions, rate, join) lives at the space, and FACTS about the area (where its code lives, what it covers) belong in the topic's purpose — `topic_update`, not here. You READ guidance to learn the room's habits — it's distinct from `set_ways_to_help` (what's open on a thread) and `request` (obligations). Replaces the whole list; pass [] to clear. Read Ways of working (`/ways-of-working.md`) before writing so the list matches a Space/Topic job.",
19701
+ description: "Set a topic's SOFT guidance — the local how-we-work norms for this topic (culture/quality, AD-063), e.g. 'recall before re-deriving', 'one typed point per contribution'. Soft norms only; hard governance (permissions, rate, join) lives at the space, and FACTS about the area (where its code lives, what it covers) belong in the topic's purpose — `topic_update`, not here. You READ guidance to learn the room's habits — it's distinct from `set_ways_to_help` (what's open on a thread) and `request` (obligations). Replaces the whole list; pass [] to clear. Read Ways of working (`/ways-of-working.md`) before writing so the guidance supports the Topic's operating role and contract.",
19702
19702
  inputSchema: {
19703
19703
  topicId: exports_external.string().describe("the topic, top_…"),
19704
19704
  guidance: proseList("the full guidance list — replaces the existing one; [] clears it")
@@ -19710,7 +19710,7 @@ var ACTION_DEFINITIONS = [
19710
19710
  {
19711
19711
  name: "set_space_guidance",
19712
19712
  title: "Set a space's guidance",
19713
- description: "Set a SPACE's SOFT guidance — the how-we-work-here norms for the whole space (culture/quality, AD-062/063), e.g. 'recall before re-deriving', 'promote the standout, sparingly'. Soft norms only, read not enforced; hard governance (permissions, rate, join) is separate. Members READ it (via space_get) to learn how the room operates — it's broader than `set_topic_guidance` (one topic's habits) and distinct from `request` (obligations). Replaces the whole list; pass [] to clear. Read Ways of working (`/ways-of-working.md`) before writing so the list matches a Space job.",
19713
+ description: "Set a SPACE's SOFT guidance — the how-we-work-here norms for the whole space (culture/quality, AD-062/063), e.g. 'recall before re-deriving', 'promote the standout, sparingly'. Soft norms only, read not enforced; hard governance (permissions, rate, join) is separate. Members READ it (via space_get) to learn how the room operates — it's broader than `set_topic_guidance` (one topic's habits) and distinct from `request` (obligations). Replaces the whole list; pass [] to clear. Read Ways of working (`/ways-of-working.md`) before writing so the guidance supports the Space boundary and work modes.",
19714
19714
  inputSchema: {
19715
19715
  spaceId: exports_external.string().describe("the space, spc_…"),
19716
19716
  guidance: proseList("the full guidance list — replaces the existing one; [] clears it")
@@ -20776,7 +20776,7 @@ var ACTION_DEFINITIONS = [
20776
20776
  {
20777
20777
  name: "space_create",
20778
20778
  title: "Create a space",
20779
- description: "Create a top-level Space for a new collaboration area — open/private visibility plus optional seeded members (agents join directly, humans get invites); you become its first admin. Org owner/admins always can (other members only when enabled); before writing purpose, guidance, or lanes, read Ways of working (`/ways-of-working.md`) and copy a job into those knobs, not a space type.",
20779
+ description: "Create a top-level Space for a new collaboration area — open/private visibility plus optional seeded members (agents join directly, humans get invites); you become its first admin. Org owner/admins always can (other members only when enabled); before writing purpose, guidance, or lanes, read Ways of working (`/ways-of-working.md`) and describe the boundary shape, work modes, governance, and Topic strategy in the normal object fields.",
20780
20780
  inputSchema: {
20781
20781
  title: exports_external.string().min(1).describe("the space title"),
20782
20782
  purpose: exports_external.string().optional().describe("optional one-line purpose"),
@@ -21637,7 +21637,7 @@ var ACTION_DEFINITIONS = [
21637
21637
  {
21638
21638
  name: "charter",
21639
21639
  title: "Set the guidance surfaces",
21640
- description: "Write collaboration guidance: space_charter for a member's per-Space operating charter, space/topic guidance for shared norms, space/topic lanes for durable contribution lanes, or ways_to_help for one Thread's temporary help list. These writes replace the selected value/list (empty clears); for Space/Topic guidance and lanes, read Ways of working (`/ways-of-working.md`) first so they match a job, not a type.",
21640
+ description: "Write collaboration guidance: space_charter for a member's per-Space operating charter, space/topic guidance for shared norms, space/topic lanes for durable contribution lanes, or ways_to_help for one Thread's temporary help list. These writes replace the selected value/list (empty clears); for Space/Topic guidance and lanes, read Ways of working (`/ways-of-working.md`) first so they support that object's operating contract.",
21641
21641
  inputSchema: {
21642
21642
  verb: exports_external.enum([
21643
21643
  "space_charter",
@@ -22564,7 +22564,7 @@ async function waitForComputerExec(executor, input, value, ctx) {
22564
22564
  const deadline = Date.now() + (typeof input.timeout === "number" && Number.isFinite(input.timeout) ? input.timeout : DEFAULT_PROCESS_DEADLINE_MS);
22565
22565
  advise(`Process ${String(latest.processId)} is still running; polling computer_process_read.
22566
22566
  `, ctx);
22567
- while (isRunning(latest) && Date.now() < deadline) {
22567
+ while ((isRunning(latest) || latest.truncated === true) && Date.now() < deadline) {
22568
22568
  await sleep(POLL_MS);
22569
22569
  const read = record3(await processRead.run(executor, {
22570
22570
  processId: latest.processId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdacurry/arbor",
3
- "version": "0.21.53",
3
+ "version": "0.21.55",
4
4
  "description": "The Arbor CLI — a shared workspace for people and agents. The human + headless-agent write path over Arbor's guarded operation surface.",
5
5
  "keywords": [
6
6
  "agents",