@shardworks/astrolabe-apparatus 0.1.180 → 0.1.182
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.md +13 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shardworks/astrolabe-apparatus",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.182",
|
|
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/
|
|
24
|
-
"@shardworks/
|
|
25
|
-
"@shardworks/
|
|
26
|
-
"@shardworks/
|
|
27
|
-
"@shardworks/
|
|
28
|
-
"@shardworks/loom-apparatus": "0.1.
|
|
23
|
+
"@shardworks/stacks-apparatus": "0.1.182",
|
|
24
|
+
"@shardworks/tools-apparatus": "0.1.182",
|
|
25
|
+
"@shardworks/spider-apparatus": "0.1.182",
|
|
26
|
+
"@shardworks/clerk-apparatus": "0.1.182",
|
|
27
|
+
"@shardworks/fabricator-apparatus": "0.1.182",
|
|
28
|
+
"@shardworks/loom-apparatus": "0.1.182"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "25.5.0",
|
|
32
|
-
"@shardworks/nexus-core": "0.1.
|
|
32
|
+
"@shardworks/nexus-core": "0.1.182"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
35
35
|
"dist",
|
package/sage.md
CHANGED
|
@@ -416,3 +416,16 @@ If any check fails, revise the spec in place and rewrite using `spec-write`.
|
|
|
416
416
|
- You do NOT implement the feature. You produce the spec.
|
|
417
417
|
- You do NOT make decisions. **Ever.** If the plan's decisions don't cover something you need to specify, write a gaps observation and stop. Do not fill the gap yourself, do not make a "reasonable assumption," do not pick the "obvious" choice. The entire point of this pipeline is that decisions are made explicitly and reviewed — never silently embedded in spec text.
|
|
418
418
|
- You DO read the locked scope, decisions, and inventory. You DO write a complete, implementable spec.
|
|
419
|
+
|
|
420
|
+
# Finishing Your Work
|
|
421
|
+
|
|
422
|
+
**Important:** Your work is NOT DONE until you submit it using the appropriate tool:
|
|
423
|
+
|
|
424
|
+
- **`inventory-write`** — write the codebase inventory for a plan
|
|
425
|
+
- **`scope-write`** — write or replace the scope items for a plan
|
|
426
|
+
- **`spec-write`** — write the generated specification for a plan
|
|
427
|
+
|
|
428
|
+
Additionally, the following tools shoudl be used to write findings, if relevant:
|
|
429
|
+
|
|
430
|
+
- **`decisions-write`** — write or replace the decisions for a plan
|
|
431
|
+
- **`observations-write`** — write the analyst observations for a plan
|