@shardworks/dispatch-apparatus 0.1.107 → 0.1.109
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/README.md +1 -1
- package/dist/dispatch.d.ts +1 -1
- package/dist/dispatch.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `@shardworks/dispatch-apparatus`
|
|
2
2
|
|
|
3
|
-
> **⚠️ Temporary rigging.** The Dispatch is a stand-in for the full rigging system (Walker,
|
|
3
|
+
> **⚠️ Temporary rigging.** The Dispatch is a stand-in for the full rigging system (Walker, Fabricator, Executor). When that system exists, this apparatus is retired.
|
|
4
4
|
|
|
5
5
|
The Dispatch is the guild's interim work runner. It bridges the gap between the Clerk (which tracks obligations) and the session machinery (which runs animas). It does one thing: find the oldest ready writ and execute it.
|
|
6
6
|
|
package/dist/dispatch.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* the aftermath (seal the draft, transition the writ).
|
|
8
8
|
*
|
|
9
9
|
* This apparatus is temporary rigging — designed to be retired when the
|
|
10
|
-
* full rigging system (Walker,
|
|
10
|
+
* full rigging system (Walker, Fabricator, Executor) is implemented.
|
|
11
11
|
*
|
|
12
12
|
* See: docs/architecture/apparatus/dispatch.md
|
|
13
13
|
*/
|
package/dist/dispatch.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* the aftermath (seal the draft, transition the writ).
|
|
8
8
|
*
|
|
9
9
|
* This apparatus is temporary rigging — designed to be retired when the
|
|
10
|
-
* full rigging system (Walker,
|
|
10
|
+
* full rigging system (Walker, Fabricator, Executor) is implemented.
|
|
11
11
|
*
|
|
12
12
|
* See: docs/architecture/apparatus/dispatch.md
|
|
13
13
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* the guild's session machinery. Opens a draft binding on the target codex,
|
|
6
6
|
* summons an anima via The Animator, and handles the aftermath (seal the
|
|
7
7
|
* draft, transition the writ). Disposable — retired when the full rigging
|
|
8
|
-
* system (Walker,
|
|
8
|
+
* system (Walker, Fabricator, Executor) is implemented.
|
|
9
9
|
*
|
|
10
10
|
* See: docs/architecture/apparatus/dispatch.md
|
|
11
11
|
*/
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* the guild's session machinery. Opens a draft binding on the target codex,
|
|
6
6
|
* summons an anima via The Animator, and handles the aftermath (seal the
|
|
7
7
|
* draft, transition the writ). Disposable — retired when the full rigging
|
|
8
|
-
* system (Walker,
|
|
8
|
+
* system (Walker, Fabricator, Executor) is implemented.
|
|
9
9
|
*
|
|
10
10
|
* See: docs/architecture/apparatus/dispatch.md
|
|
11
11
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shardworks/dispatch-apparatus",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.109",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"zod": "4.3.6",
|
|
20
|
-
"@shardworks/animator-apparatus": "0.1.
|
|
21
|
-
"@shardworks/
|
|
22
|
-
"@shardworks/
|
|
23
|
-
"@shardworks/
|
|
24
|
-
"@shardworks/nexus-core": "0.1.
|
|
25
|
-
"@shardworks/
|
|
20
|
+
"@shardworks/animator-apparatus": "0.1.109",
|
|
21
|
+
"@shardworks/codexes-apparatus": "0.1.109",
|
|
22
|
+
"@shardworks/loom-apparatus": "0.1.109",
|
|
23
|
+
"@shardworks/tools-apparatus": "0.1.109",
|
|
24
|
+
"@shardworks/nexus-core": "0.1.109",
|
|
25
|
+
"@shardworks/clerk-apparatus": "0.1.109"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "25.5.0",
|
|
29
|
-
"@shardworks/stacks-apparatus": "0.1.
|
|
29
|
+
"@shardworks/stacks-apparatus": "0.1.109"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"dist"
|