@shardworks/astrolabe-apparatus 0.1.204 → 0.1.206
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/package.json +8 -8
- package/sage-analyst.md +1 -1
- package/sage-reader.md +1 -1
- package/sage-reading-analyst.md +1 -1
- package/sage-writer.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shardworks/astrolabe-apparatus",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.206",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"zod": "4.3.6",
|
|
23
|
-
"@shardworks/stacks-apparatus": "0.1.
|
|
24
|
-
"@shardworks/
|
|
25
|
-
"@shardworks/
|
|
26
|
-
"@shardworks/
|
|
27
|
-
"@shardworks/
|
|
28
|
-
"@shardworks/
|
|
23
|
+
"@shardworks/stacks-apparatus": "0.1.206",
|
|
24
|
+
"@shardworks/spider-apparatus": "0.1.206",
|
|
25
|
+
"@shardworks/fabricator-apparatus": "0.1.206",
|
|
26
|
+
"@shardworks/tools-apparatus": "0.1.206",
|
|
27
|
+
"@shardworks/loom-apparatus": "0.1.206",
|
|
28
|
+
"@shardworks/clerk-apparatus": "0.1.206"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "25.5.0",
|
|
32
|
-
"@shardworks/nexus-core": "0.1.
|
|
32
|
+
"@shardworks/nexus-core": "0.1.206"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
35
35
|
"dist",
|
package/sage-analyst.md
CHANGED
|
@@ -14,7 +14,7 @@ You have access to these Astrolabe tools for reading and writing plan artifacts:
|
|
|
14
14
|
- **`decisions-write`** — write or replace the decisions for a plan
|
|
15
15
|
- **`observations-write`** — write the analyst observations for a plan
|
|
16
16
|
|
|
17
|
-
You also have access to Clerk read tools for reviewing
|
|
17
|
+
You also have access to Clerk read tools for reviewing writs and commissions:
|
|
18
18
|
|
|
19
19
|
- **`writ-show`** — show a writ by ID
|
|
20
20
|
- **`writ-list`** — list writs with optional filters
|
package/sage-reader.md
CHANGED
|
@@ -12,7 +12,7 @@ You have access to these Astrolabe tools for reading and writing plan artifacts:
|
|
|
12
12
|
- **`plan-list`** — list plans with optional filters
|
|
13
13
|
- **`inventory-write`** — write the codebase inventory for a plan
|
|
14
14
|
|
|
15
|
-
You also have access to Clerk read tools for reviewing
|
|
15
|
+
You also have access to Clerk read tools for reviewing writs and commissions:
|
|
16
16
|
|
|
17
17
|
- **`writ-show`** — show a writ by ID
|
|
18
18
|
- **`writ-list`** — list writs with optional filters
|
package/sage-reading-analyst.md
CHANGED
|
@@ -15,7 +15,7 @@ You have access to these Astrolabe tools for reading and writing plan artifacts:
|
|
|
15
15
|
- **`decisions-write`** — write or replace the decisions for a plan
|
|
16
16
|
- **`observations-write`** — write the analyst observations for a plan
|
|
17
17
|
|
|
18
|
-
You also have access to Clerk read tools for reviewing
|
|
18
|
+
You also have access to Clerk read tools for reviewing writs and commissions:
|
|
19
19
|
|
|
20
20
|
- **`writ-show`** — show a writ by ID
|
|
21
21
|
- **`writ-list`** — list writs with optional filters
|
package/sage-writer.md
CHANGED
|
@@ -17,7 +17,7 @@ You have access to these Astrolabe tools for reading and writing plan artifacts:
|
|
|
17
17
|
- **`spec-write`** — write the generated brief for a plan
|
|
18
18
|
- **`observations-write`** — write the analyst observations for a plan (used for gap reporting)
|
|
19
19
|
|
|
20
|
-
You also have access to Clerk read tools for reviewing
|
|
20
|
+
You also have access to Clerk read tools for reviewing writs and commissions:
|
|
21
21
|
|
|
22
22
|
- **`writ-show`** — show a writ by ID
|
|
23
23
|
- **`writ-list`** — list writs with optional filters
|