@lambdacurry/arbor 0.21.51 → 0.21.52
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 +6 -6
- 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.
|
|
19
|
+
version: "0.21.52",
|
|
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
|
|
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.",
|
|
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.",
|
|
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.",
|
|
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.",
|
|
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.",
|
|
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
|
|
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.",
|
|
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
|
|
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.",
|
|
21641
21641
|
inputSchema: {
|
|
21642
21642
|
verb: exports_external.enum([
|
|
21643
21643
|
"space_charter",
|
package/package.json
CHANGED