agent-embassy 1.0.0
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/CHANGELOG.md +61 -0
- package/CONTRIBUTING.md +122 -0
- package/LICENSE +21 -0
- package/README.md +185 -0
- package/README.zh-CN.md +185 -0
- package/SECURITY.md +224 -0
- package/assets/live-dashboard/app.css +1610 -0
- package/assets/mark-seal.svg +7 -0
- package/assets/mark.svg +7 -0
- package/assets/social-preview.png +0 -0
- package/assets/vendor/react/LICENSE +21 -0
- package/assets/vendor/react/react-dom.production.min.js +267 -0
- package/assets/vendor/react/react.production.min.js +31 -0
- package/dist/src/errors.d.ts +5 -0
- package/dist/src/errors.js +11 -0
- package/dist/src/errors.js.map +1 -0
- package/dist/src/gateway/claude-compatibility-scratch.d.ts +18 -0
- package/dist/src/gateway/claude-compatibility-scratch.js +158 -0
- package/dist/src/gateway/claude-compatibility-scratch.js.map +1 -0
- package/dist/src/gateway/claude-helper-client.d.ts +43 -0
- package/dist/src/gateway/claude-helper-client.js +212 -0
- package/dist/src/gateway/claude-helper-client.js.map +1 -0
- package/dist/src/gateway/claude-helper-protocol.d.ts +172 -0
- package/dist/src/gateway/claude-helper-protocol.js +373 -0
- package/dist/src/gateway/claude-helper-protocol.js.map +1 -0
- package/dist/src/gateway/claude-helper-supervisor.d.ts +74 -0
- package/dist/src/gateway/claude-helper-supervisor.js +497 -0
- package/dist/src/gateway/claude-helper-supervisor.js.map +1 -0
- package/dist/src/gateway/claude-helper.d.ts +1 -0
- package/dist/src/gateway/claude-helper.js +269 -0
- package/dist/src/gateway/claude-helper.js.map +1 -0
- package/dist/src/gateway/claude-peer.d.ts +273 -0
- package/dist/src/gateway/claude-peer.js +2359 -0
- package/dist/src/gateway/claude-peer.js.map +1 -0
- package/dist/src/gateway/claude-runtime.d.ts +40 -0
- package/dist/src/gateway/claude-runtime.js +302 -0
- package/dist/src/gateway/claude-runtime.js.map +1 -0
- package/dist/src/gateway/cli-copy.d.ts +8 -0
- package/dist/src/gateway/cli-copy.en.d.ts +13 -0
- package/dist/src/gateway/cli-copy.en.js +43 -0
- package/dist/src/gateway/cli-copy.en.js.map +1 -0
- package/dist/src/gateway/cli-copy.js +19 -0
- package/dist/src/gateway/cli-copy.js.map +1 -0
- package/dist/src/gateway/cli-copy.zh-CN.d.ts +13 -0
- package/dist/src/gateway/cli-copy.zh-CN.js +43 -0
- package/dist/src/gateway/cli-copy.zh-CN.js.map +1 -0
- package/dist/src/gateway/cli.d.ts +44 -0
- package/dist/src/gateway/cli.js +969 -0
- package/dist/src/gateway/cli.js.map +1 -0
- package/dist/src/gateway/codex-app-server.d.ts +310 -0
- package/dist/src/gateway/codex-app-server.js +1746 -0
- package/dist/src/gateway/codex-app-server.js.map +1 -0
- package/dist/src/gateway/codex-local-transport.d.ts +81 -0
- package/dist/src/gateway/codex-local-transport.js +617 -0
- package/dist/src/gateway/codex-local-transport.js.map +1 -0
- package/dist/src/gateway/codex-registration-generation.d.ts +5 -0
- package/dist/src/gateway/codex-registration-generation.js +19 -0
- package/dist/src/gateway/codex-registration-generation.js.map +1 -0
- package/dist/src/gateway/codex-registration-succession.d.ts +209 -0
- package/dist/src/gateway/codex-registration-succession.js +588 -0
- package/dist/src/gateway/codex-registration-succession.js.map +1 -0
- package/dist/src/gateway/compatibility.d.ts +70 -0
- package/dist/src/gateway/compatibility.js +252 -0
- package/dist/src/gateway/compatibility.js.map +1 -0
- package/dist/src/gateway/config.d.ts +24 -0
- package/dist/src/gateway/config.js +130 -0
- package/dist/src/gateway/config.js.map +1 -0
- package/dist/src/gateway/control.d.ts +308 -0
- package/dist/src/gateway/control.js +1573 -0
- package/dist/src/gateway/control.js.map +1 -0
- package/dist/src/gateway/dashboard-copy.d.ts +7 -0
- package/dist/src/gateway/dashboard-copy.en.d.ts +506 -0
- package/dist/src/gateway/dashboard-copy.en.js +507 -0
- package/dist/src/gateway/dashboard-copy.en.js.map +1 -0
- package/dist/src/gateway/dashboard-copy.js +516 -0
- package/dist/src/gateway/dashboard-copy.js.map +1 -0
- package/dist/src/gateway/dashboard-copy.zh-CN.d.ts +506 -0
- package/dist/src/gateway/dashboard-copy.zh-CN.js +507 -0
- package/dist/src/gateway/dashboard-copy.zh-CN.js.map +1 -0
- package/dist/src/gateway/dashboard-model.d.ts +207 -0
- package/dist/src/gateway/dashboard-model.js +720 -0
- package/dist/src/gateway/dashboard-model.js.map +1 -0
- package/dist/src/gateway/dashboard.d.ts +26 -0
- package/dist/src/gateway/dashboard.js +941 -0
- package/dist/src/gateway/dashboard.js.map +1 -0
- package/dist/src/gateway/delivery-machine.d.ts +235 -0
- package/dist/src/gateway/delivery-machine.js +540 -0
- package/dist/src/gateway/delivery-machine.js.map +1 -0
- package/dist/src/gateway/instance-lease.d.ts +21 -0
- package/dist/src/gateway/instance-lease.js +549 -0
- package/dist/src/gateway/instance-lease.js.map +1 -0
- package/dist/src/gateway/live-dashboard-app/app.js +2914 -0
- package/dist/src/gateway/live-dashboard-assets.d.ts +10 -0
- package/dist/src/gateway/live-dashboard-assets.js +73 -0
- package/dist/src/gateway/live-dashboard-assets.js.map +1 -0
- package/dist/src/gateway/live-dashboard-bootstrap.d.ts +36 -0
- package/dist/src/gateway/live-dashboard-bootstrap.js +176 -0
- package/dist/src/gateway/live-dashboard-bootstrap.js.map +1 -0
- package/dist/src/gateway/live-dashboard-command.d.ts +54 -0
- package/dist/src/gateway/live-dashboard-command.js +324 -0
- package/dist/src/gateway/live-dashboard-command.js.map +1 -0
- package/dist/src/gateway/live-dashboard-http.d.ts +41 -0
- package/dist/src/gateway/live-dashboard-http.js +445 -0
- package/dist/src/gateway/live-dashboard-http.js.map +1 -0
- package/dist/src/gateway/live-dashboard-protocol.d.ts +38 -0
- package/dist/src/gateway/live-dashboard-protocol.js +156 -0
- package/dist/src/gateway/live-dashboard-protocol.js.map +1 -0
- package/dist/src/gateway/live-dashboard-server.d.ts +33 -0
- package/dist/src/gateway/live-dashboard-server.js +130 -0
- package/dist/src/gateway/live-dashboard-server.js.map +1 -0
- package/dist/src/gateway/live-dashboard-stream.d.ts +46 -0
- package/dist/src/gateway/live-dashboard-stream.js +233 -0
- package/dist/src/gateway/live-dashboard-stream.js.map +1 -0
- package/dist/src/gateway/live-dashboard.d.ts +31 -0
- package/dist/src/gateway/live-dashboard.js +190 -0
- package/dist/src/gateway/live-dashboard.js.map +1 -0
- package/dist/src/gateway/locale.d.ts +4 -0
- package/dist/src/gateway/locale.js +10 -0
- package/dist/src/gateway/locale.js.map +1 -0
- package/dist/src/gateway/progress-watch-machine.d.ts +97 -0
- package/dist/src/gateway/progress-watch-machine.js +172 -0
- package/dist/src/gateway/progress-watch-machine.js.map +1 -0
- package/dist/src/gateway/providers.d.ts +287 -0
- package/dist/src/gateway/providers.js +2451 -0
- package/dist/src/gateway/providers.js.map +1 -0
- package/dist/src/gateway/server.d.ts +57 -0
- package/dist/src/gateway/server.js +264 -0
- package/dist/src/gateway/server.js.map +1 -0
- package/dist/src/gateway/service.d.ts +449 -0
- package/dist/src/gateway/service.js +4831 -0
- package/dist/src/gateway/service.js.map +1 -0
- package/dist/src/gateway/store.d.ts +340 -0
- package/dist/src/gateway/store.js +4047 -0
- package/dist/src/gateway/store.js.map +1 -0
- package/dist/src/gateway/types.d.ts +514 -0
- package/dist/src/gateway/types.js +414 -0
- package/dist/src/gateway/types.js.map +1 -0
- package/dist/src/mutex.d.ts +4 -0
- package/dist/src/mutex.js +23 -0
- package/dist/src/mutex.js.map +1 -0
- package/docs/DESIGN.md +134 -0
- package/docs/GATEWAY-ARCHITECTURE.md +858 -0
- package/package.json +80 -0
- package/skills/embassy-peer/SKILL.md +198 -0
- package/skills/embassy-peer/agents/openai.yaml +4 -0
|
@@ -0,0 +1,588 @@
|
|
|
1
|
+
import { assertCodexRegistrationGeneration } from "./codex-registration-generation.js";
|
|
2
|
+
/**
|
|
3
|
+
* Pure lifecycle for replacing one registered Codex task with another.
|
|
4
|
+
*
|
|
5
|
+
* The reducer owns no sockets, registry files, message bodies, conversations,
|
|
6
|
+
* timers, or provider clients. A controller executes the returned effects and
|
|
7
|
+
* feeds the resulting observations back as events. Listener generations are
|
|
8
|
+
* deliberately opaque; this module never derives a socket path or assumes a
|
|
9
|
+
* suffixed-socket naming scheme.
|
|
10
|
+
*
|
|
11
|
+
* Publication arming is the conservative irreversible boundary: the reducer
|
|
12
|
+
* enters it before emitting any durable-journal or registry-write effect.
|
|
13
|
+
* Cleanup may restore the old registration only before arming, or after a
|
|
14
|
+
* controller positively proves that neither the arm nor registry write was
|
|
15
|
+
* persisted. At or after any armed/published/unknown observation, the old
|
|
16
|
+
* registration can never be restored by this machine.
|
|
17
|
+
*/
|
|
18
|
+
export const codexRegistrationSuccessionPhases = [
|
|
19
|
+
"active_old",
|
|
20
|
+
"freezing",
|
|
21
|
+
"prepared_new",
|
|
22
|
+
"published_new",
|
|
23
|
+
"active_new",
|
|
24
|
+
"offline_poisoned",
|
|
25
|
+
"recovery_required",
|
|
26
|
+
"resuming_old",
|
|
27
|
+
];
|
|
28
|
+
export const codexSuccessionFailurePhases = [
|
|
29
|
+
"freeze",
|
|
30
|
+
"barrier",
|
|
31
|
+
"listener",
|
|
32
|
+
"store",
|
|
33
|
+
"publication_arm",
|
|
34
|
+
"registry",
|
|
35
|
+
"activation",
|
|
36
|
+
"retirement",
|
|
37
|
+
"cleanup",
|
|
38
|
+
"resume",
|
|
39
|
+
];
|
|
40
|
+
export function createCodexRegistrationSuccession(active) {
|
|
41
|
+
const registration = copyAndValidateIdentity(active, "active");
|
|
42
|
+
return { phase: "active_old", active: registration };
|
|
43
|
+
}
|
|
44
|
+
export function transitionCodexRegistrationSuccession(state, event) {
|
|
45
|
+
assertCodexRegistrationSuccessionInvariant(state);
|
|
46
|
+
if (event.type === "begin") {
|
|
47
|
+
return beginSuccession(state, event.registration);
|
|
48
|
+
}
|
|
49
|
+
const context = successionContext(state);
|
|
50
|
+
if (context === null || event.generation !== context.newRegistration.generation) {
|
|
51
|
+
return unchanged(state);
|
|
52
|
+
}
|
|
53
|
+
switch (event.type) {
|
|
54
|
+
case "barrier_clean":
|
|
55
|
+
if (state.phase !== "freezing" || state.stage !== "barrier_pending") {
|
|
56
|
+
return unchanged(state);
|
|
57
|
+
}
|
|
58
|
+
return checked({
|
|
59
|
+
state: { ...state, stage: "listener_pending" },
|
|
60
|
+
effects: [
|
|
61
|
+
{
|
|
62
|
+
type: "create_fresh_listener_generation",
|
|
63
|
+
registration: state.newRegistration,
|
|
64
|
+
},
|
|
65
|
+
],
|
|
66
|
+
});
|
|
67
|
+
case "barrier_busy":
|
|
68
|
+
if (state.phase !== "freezing" || state.stage !== "barrier_pending") {
|
|
69
|
+
return unchanged(state);
|
|
70
|
+
}
|
|
71
|
+
return prepublicationRecovery(state, "barrier_busy", event.safeErrorCode);
|
|
72
|
+
case "listener_prepared":
|
|
73
|
+
if (state.phase !== "freezing" || state.stage !== "listener_pending") {
|
|
74
|
+
return unchanged(state);
|
|
75
|
+
}
|
|
76
|
+
return checked({
|
|
77
|
+
state: { ...state, stage: "store_pending" },
|
|
78
|
+
effects: [
|
|
79
|
+
{
|
|
80
|
+
type: "purge_old_conversations",
|
|
81
|
+
registration: state.oldRegistration,
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: "purge_old_reply_capabilities",
|
|
85
|
+
registration: state.oldRegistration,
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
type: "prepare_new_store",
|
|
89
|
+
registration: state.newRegistration,
|
|
90
|
+
},
|
|
91
|
+
],
|
|
92
|
+
});
|
|
93
|
+
case "store_prepared":
|
|
94
|
+
if (state.phase !== "freezing" || state.stage !== "store_pending") {
|
|
95
|
+
return unchanged(state);
|
|
96
|
+
}
|
|
97
|
+
return checked({
|
|
98
|
+
state: preparedState("publication_arming", state),
|
|
99
|
+
effects: [
|
|
100
|
+
{
|
|
101
|
+
type: "arm_publication_journal",
|
|
102
|
+
registration: state.newRegistration,
|
|
103
|
+
},
|
|
104
|
+
],
|
|
105
|
+
});
|
|
106
|
+
case "publication_armed":
|
|
107
|
+
if (state.phase !== "prepared_new" ||
|
|
108
|
+
state.stage !== "publication_arming") {
|
|
109
|
+
return unchanged(state);
|
|
110
|
+
}
|
|
111
|
+
return checked({
|
|
112
|
+
state: preparedState("registry_publishing", state),
|
|
113
|
+
effects: [
|
|
114
|
+
{
|
|
115
|
+
type: "publish_new_registry",
|
|
116
|
+
registration: state.newRegistration,
|
|
117
|
+
},
|
|
118
|
+
],
|
|
119
|
+
});
|
|
120
|
+
case "publication_absence_confirmed":
|
|
121
|
+
return publicationAbsenceConfirmed(state);
|
|
122
|
+
case "registry_published":
|
|
123
|
+
if (state.phase !== "prepared_new" ||
|
|
124
|
+
state.stage !== "registry_publishing") {
|
|
125
|
+
return unchanged(state);
|
|
126
|
+
}
|
|
127
|
+
return checked({
|
|
128
|
+
state: contextState("published_new", state),
|
|
129
|
+
effects: [
|
|
130
|
+
{
|
|
131
|
+
type: "activate_new_registration",
|
|
132
|
+
registration: state.newRegistration,
|
|
133
|
+
},
|
|
134
|
+
],
|
|
135
|
+
});
|
|
136
|
+
case "activate":
|
|
137
|
+
if (state.phase !== "published_new")
|
|
138
|
+
return unchanged(state);
|
|
139
|
+
return checked({
|
|
140
|
+
state: {
|
|
141
|
+
phase: "active_new",
|
|
142
|
+
active: state.newRegistration,
|
|
143
|
+
retired: state.oldRegistration,
|
|
144
|
+
},
|
|
145
|
+
effects: [
|
|
146
|
+
{
|
|
147
|
+
type: "retire_old_generation",
|
|
148
|
+
registration: state.oldRegistration,
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: "close_old_listener",
|
|
152
|
+
registration: state.oldRegistration,
|
|
153
|
+
registryUnlink: {
|
|
154
|
+
onlyIfOwnedGeneration: state.oldRegistration.generation,
|
|
155
|
+
protectedActiveGeneration: state.newRegistration.generation,
|
|
156
|
+
},
|
|
157
|
+
},
|
|
158
|
+
],
|
|
159
|
+
});
|
|
160
|
+
case "cleanup_confirmed":
|
|
161
|
+
return cleanupConfirmed(state);
|
|
162
|
+
case "resume_confirmed":
|
|
163
|
+
return resumeConfirmed(state);
|
|
164
|
+
case "abort":
|
|
165
|
+
return abortSuccession(state, event.safeErrorCode);
|
|
166
|
+
case "phase_failed":
|
|
167
|
+
return phaseFailed(state, event);
|
|
168
|
+
case "restart_evidence":
|
|
169
|
+
return restartEvidence(state, event);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* Runtime assertion for controller boundaries and exhaustive state-machine
|
|
174
|
+
* tests. It intentionally validates identities without interpreting their
|
|
175
|
+
* opaque generation strings.
|
|
176
|
+
*/
|
|
177
|
+
export function assertCodexRegistrationSuccessionInvariant(state) {
|
|
178
|
+
switch (state.phase) {
|
|
179
|
+
case "active_old":
|
|
180
|
+
validateIdentity(state.active, "active");
|
|
181
|
+
return;
|
|
182
|
+
case "active_new":
|
|
183
|
+
validateIdentity(state.active, "active");
|
|
184
|
+
if (state.retired !== null) {
|
|
185
|
+
validateIdentity(state.retired, "retired");
|
|
186
|
+
assertSuccessor(state.retired, state.active);
|
|
187
|
+
}
|
|
188
|
+
return;
|
|
189
|
+
case "freezing":
|
|
190
|
+
if (state.stage !== "barrier_pending" &&
|
|
191
|
+
state.stage !== "listener_pending" &&
|
|
192
|
+
state.stage !== "store_pending") {
|
|
193
|
+
throw new TypeError("Unknown Codex succession freezing stage.");
|
|
194
|
+
}
|
|
195
|
+
assertContext(state);
|
|
196
|
+
return;
|
|
197
|
+
case "prepared_new":
|
|
198
|
+
if (state.stage !== "publication_arming" &&
|
|
199
|
+
state.stage !== "registry_publishing") {
|
|
200
|
+
throw new TypeError("Unknown Codex succession publication stage.");
|
|
201
|
+
}
|
|
202
|
+
assertContext(state);
|
|
203
|
+
return;
|
|
204
|
+
case "published_new":
|
|
205
|
+
assertContext(state);
|
|
206
|
+
return;
|
|
207
|
+
case "offline_poisoned":
|
|
208
|
+
case "recovery_required":
|
|
209
|
+
assertContext(state);
|
|
210
|
+
validateSafeErrorCode(state.safeErrorCode);
|
|
211
|
+
if (state.rollback !== "old_allowed" && state.rollback !== "forbidden") {
|
|
212
|
+
throw new TypeError("Unknown Codex succession rollback disposition.");
|
|
213
|
+
}
|
|
214
|
+
if (state.publicationBoundary !== "not_armed" &&
|
|
215
|
+
state.publicationBoundary !== "armed_or_unknown" &&
|
|
216
|
+
state.publicationBoundary !== "published") {
|
|
217
|
+
throw new TypeError("Unknown Codex succession publication boundary.");
|
|
218
|
+
}
|
|
219
|
+
if ((state.rollback === "old_allowed") !==
|
|
220
|
+
(state.publicationBoundary === "not_armed")) {
|
|
221
|
+
throw new TypeError("Codex succession rollback must agree with publication evidence.");
|
|
222
|
+
}
|
|
223
|
+
return;
|
|
224
|
+
case "resuming_old":
|
|
225
|
+
assertContext(state);
|
|
226
|
+
validateSafeErrorCode(state.safeErrorCode);
|
|
227
|
+
return;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
function beginSuccession(state, requested) {
|
|
231
|
+
if (state.phase !== "active_old" && state.phase !== "active_new") {
|
|
232
|
+
return unchanged(state);
|
|
233
|
+
}
|
|
234
|
+
if (state.phase === "active_new" && state.retired !== null) {
|
|
235
|
+
// A second succession cannot create a second retired generation.
|
|
236
|
+
return unchanged(state);
|
|
237
|
+
}
|
|
238
|
+
const newRegistration = copyAndValidateIdentity(requested, "new");
|
|
239
|
+
assertSuccessor(state.active, newRegistration);
|
|
240
|
+
const next = {
|
|
241
|
+
phase: "freezing",
|
|
242
|
+
stage: "barrier_pending",
|
|
243
|
+
oldRegistration: state.active,
|
|
244
|
+
newRegistration,
|
|
245
|
+
priorStablePhase: state.phase,
|
|
246
|
+
};
|
|
247
|
+
return checked({
|
|
248
|
+
state: next,
|
|
249
|
+
effects: [
|
|
250
|
+
{ type: "freeze_old_ingress", registration: state.active },
|
|
251
|
+
{ type: "freeze_old_dispatch", registration: state.active },
|
|
252
|
+
{ type: "quiesce_and_join_old", registration: state.active },
|
|
253
|
+
{ type: "verify_full_barrier", registration: state.active },
|
|
254
|
+
],
|
|
255
|
+
});
|
|
256
|
+
}
|
|
257
|
+
function phaseFailed(state, event) {
|
|
258
|
+
validateSafeErrorCode(event.safeErrorCode);
|
|
259
|
+
if (state.phase === "freezing") {
|
|
260
|
+
const expected = state.stage === "barrier_pending"
|
|
261
|
+
? ["freeze", "barrier"]
|
|
262
|
+
: state.stage === "listener_pending"
|
|
263
|
+
? ["listener"]
|
|
264
|
+
: ["store"];
|
|
265
|
+
if (!expected.includes(event.phase)) {
|
|
266
|
+
return unchanged(state);
|
|
267
|
+
}
|
|
268
|
+
return prepublicationRecovery(state, event.phase, event.safeErrorCode);
|
|
269
|
+
}
|
|
270
|
+
if (state.phase === "prepared_new") {
|
|
271
|
+
const expected = state.stage === "publication_arming"
|
|
272
|
+
? "publication_arm"
|
|
273
|
+
: "registry";
|
|
274
|
+
if (event.phase !== expected)
|
|
275
|
+
return unchanged(state);
|
|
276
|
+
// Once publication arming begins, an ordinary failure cannot prove that
|
|
277
|
+
// neither the durable arm nor registry write became visible.
|
|
278
|
+
return poisonOffline(state, event.phase, event.safeErrorCode, "armed_or_unknown");
|
|
279
|
+
}
|
|
280
|
+
if (state.phase === "published_new" && event.phase === "activation") {
|
|
281
|
+
return poisonOffline(state, event.phase, event.safeErrorCode, "published");
|
|
282
|
+
}
|
|
283
|
+
if (state.phase === "active_new" &&
|
|
284
|
+
state.retired !== null &&
|
|
285
|
+
event.phase === "retirement") {
|
|
286
|
+
return poisonOffline({
|
|
287
|
+
oldRegistration: state.retired,
|
|
288
|
+
newRegistration: state.active,
|
|
289
|
+
priorStablePhase: "active_new",
|
|
290
|
+
}, event.phase, event.safeErrorCode, "published");
|
|
291
|
+
}
|
|
292
|
+
if (state.phase === "recovery_required" &&
|
|
293
|
+
event.phase === "cleanup") {
|
|
294
|
+
return poisonOffline(state, event.phase, event.safeErrorCode, state.publicationBoundary);
|
|
295
|
+
}
|
|
296
|
+
if (state.phase === "resuming_old" && event.phase === "resume") {
|
|
297
|
+
return poisonOffline(state, event.phase, event.safeErrorCode, "not_armed");
|
|
298
|
+
}
|
|
299
|
+
return unchanged(state);
|
|
300
|
+
}
|
|
301
|
+
function abortSuccession(state, safeErrorCode) {
|
|
302
|
+
validateSafeErrorCode(safeErrorCode);
|
|
303
|
+
if (state.phase === "freezing") {
|
|
304
|
+
return prepublicationRecovery(state, "abort", safeErrorCode);
|
|
305
|
+
}
|
|
306
|
+
if (state.phase === "prepared_new") {
|
|
307
|
+
return poisonOffline(state, "abort", safeErrorCode, "armed_or_unknown");
|
|
308
|
+
}
|
|
309
|
+
if (state.phase === "published_new") {
|
|
310
|
+
return poisonOffline(state, "abort", safeErrorCode, "published");
|
|
311
|
+
}
|
|
312
|
+
if (state.phase === "active_new" && state.retired !== null) {
|
|
313
|
+
return poisonOffline({
|
|
314
|
+
oldRegistration: state.retired,
|
|
315
|
+
newRegistration: state.active,
|
|
316
|
+
priorStablePhase: "active_new",
|
|
317
|
+
}, "abort", safeErrorCode, "published");
|
|
318
|
+
}
|
|
319
|
+
return unchanged(state);
|
|
320
|
+
}
|
|
321
|
+
function restartEvidence(state, event) {
|
|
322
|
+
validateSafeErrorCode(event.safeErrorCode);
|
|
323
|
+
if (state.phase === "freezing") {
|
|
324
|
+
return event.publication === "absent"
|
|
325
|
+
? prepublicationRecovery(state, "abort", event.safeErrorCode)
|
|
326
|
+
: poisonOffline(state, "abort", event.safeErrorCode, publicationBoundaryFromEvidence(event.publication));
|
|
327
|
+
}
|
|
328
|
+
if (state.phase === "prepared_new") {
|
|
329
|
+
return event.publication === "absent"
|
|
330
|
+
? prepublicationRecovery(state, state.stage === "publication_arming"
|
|
331
|
+
? "publication_arm"
|
|
332
|
+
: "registry", event.safeErrorCode)
|
|
333
|
+
: poisonOffline(state, state.stage === "publication_arming"
|
|
334
|
+
? "publication_arm"
|
|
335
|
+
: "registry", event.safeErrorCode, publicationBoundaryFromEvidence(event.publication));
|
|
336
|
+
}
|
|
337
|
+
if (state.phase === "published_new") {
|
|
338
|
+
return poisonOffline(state, "activation", event.safeErrorCode, "published");
|
|
339
|
+
}
|
|
340
|
+
if (state.phase === "active_new" && state.retired !== null) {
|
|
341
|
+
return poisonOffline({
|
|
342
|
+
oldRegistration: state.retired,
|
|
343
|
+
newRegistration: state.active,
|
|
344
|
+
priorStablePhase: "active_new",
|
|
345
|
+
}, "retirement", event.safeErrorCode, "published");
|
|
346
|
+
}
|
|
347
|
+
if (state.phase === "recovery_required" ||
|
|
348
|
+
state.phase === "offline_poisoned") {
|
|
349
|
+
if (event.publication === "absent") {
|
|
350
|
+
return publicationAbsenceConfirmed(state);
|
|
351
|
+
}
|
|
352
|
+
const observedBoundary = publicationBoundaryFromEvidence(event.publication);
|
|
353
|
+
if (state.publicationBoundary === "published" ||
|
|
354
|
+
state.publicationBoundary === observedBoundary) {
|
|
355
|
+
return unchanged(state);
|
|
356
|
+
}
|
|
357
|
+
return poisonOffline(state, state.failedPhase, event.safeErrorCode, observedBoundary);
|
|
358
|
+
}
|
|
359
|
+
return unchanged(state);
|
|
360
|
+
}
|
|
361
|
+
function publicationAbsenceConfirmed(state) {
|
|
362
|
+
if (state.phase === "prepared_new") {
|
|
363
|
+
return prepublicationRecovery(state, state.stage === "publication_arming" ? "publication_arm" : "registry", "PUBLICATION_ABSENCE_CONFIRMED");
|
|
364
|
+
}
|
|
365
|
+
if ((state.phase === "recovery_required" ||
|
|
366
|
+
state.phase === "offline_poisoned") &&
|
|
367
|
+
state.publicationBoundary === "armed_or_unknown") {
|
|
368
|
+
return prepublicationRecovery(state, state.failedPhase, "PUBLICATION_ABSENCE_CONFIRMED");
|
|
369
|
+
}
|
|
370
|
+
return unchanged(state);
|
|
371
|
+
}
|
|
372
|
+
function cleanupConfirmed(state) {
|
|
373
|
+
if (state.phase === "active_new" && state.retired !== null) {
|
|
374
|
+
return checked({
|
|
375
|
+
state: { ...state, retired: null },
|
|
376
|
+
effects: [],
|
|
377
|
+
});
|
|
378
|
+
}
|
|
379
|
+
if (state.phase === "recovery_required") {
|
|
380
|
+
if (state.rollback === "forbidden" || state.failedPhase === "resume") {
|
|
381
|
+
return unchanged(state);
|
|
382
|
+
}
|
|
383
|
+
return checked({
|
|
384
|
+
state: {
|
|
385
|
+
phase: "resuming_old",
|
|
386
|
+
oldRegistration: state.oldRegistration,
|
|
387
|
+
newRegistration: state.newRegistration,
|
|
388
|
+
priorStablePhase: state.priorStablePhase,
|
|
389
|
+
failedPhase: state.failedPhase,
|
|
390
|
+
safeErrorCode: state.safeErrorCode,
|
|
391
|
+
},
|
|
392
|
+
effects: [
|
|
393
|
+
{
|
|
394
|
+
type: "resume_old_ingress",
|
|
395
|
+
registration: state.oldRegistration,
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
type: "resume_old_dispatch",
|
|
399
|
+
registration: state.oldRegistration,
|
|
400
|
+
},
|
|
401
|
+
],
|
|
402
|
+
});
|
|
403
|
+
}
|
|
404
|
+
if (state.phase === "offline_poisoned") {
|
|
405
|
+
if (state.rollback === "old_allowed" && state.failedPhase !== "resume") {
|
|
406
|
+
const recoverable = {
|
|
407
|
+
...state,
|
|
408
|
+
phase: "recovery_required",
|
|
409
|
+
};
|
|
410
|
+
return cleanupConfirmed(recoverable);
|
|
411
|
+
}
|
|
412
|
+
return checked({
|
|
413
|
+
state: { ...state, phase: "recovery_required" },
|
|
414
|
+
effects: [
|
|
415
|
+
{
|
|
416
|
+
type: "manual_recovery_required",
|
|
417
|
+
registration: state.newRegistration,
|
|
418
|
+
safeErrorCode: state.safeErrorCode,
|
|
419
|
+
},
|
|
420
|
+
],
|
|
421
|
+
});
|
|
422
|
+
}
|
|
423
|
+
return unchanged(state);
|
|
424
|
+
}
|
|
425
|
+
function resumeConfirmed(state) {
|
|
426
|
+
if (state.phase !== "resuming_old")
|
|
427
|
+
return unchanged(state);
|
|
428
|
+
const restored = state.priorStablePhase === "active_old"
|
|
429
|
+
? { phase: "active_old", active: state.oldRegistration }
|
|
430
|
+
: {
|
|
431
|
+
phase: "active_new",
|
|
432
|
+
active: state.oldRegistration,
|
|
433
|
+
retired: null,
|
|
434
|
+
};
|
|
435
|
+
return checked({ state: restored, effects: [] });
|
|
436
|
+
}
|
|
437
|
+
function prepublicationRecovery(context, failedPhase, safeErrorCode) {
|
|
438
|
+
validateSafeErrorCode(safeErrorCode);
|
|
439
|
+
return checked({
|
|
440
|
+
state: {
|
|
441
|
+
phase: "recovery_required",
|
|
442
|
+
oldRegistration: context.oldRegistration,
|
|
443
|
+
newRegistration: context.newRegistration,
|
|
444
|
+
priorStablePhase: context.priorStablePhase,
|
|
445
|
+
failedPhase,
|
|
446
|
+
safeErrorCode,
|
|
447
|
+
rollback: "old_allowed",
|
|
448
|
+
publicationBoundary: "not_armed",
|
|
449
|
+
},
|
|
450
|
+
effects: [
|
|
451
|
+
{
|
|
452
|
+
type: "cleanup_unpublished_generation",
|
|
453
|
+
registration: context.newRegistration,
|
|
454
|
+
},
|
|
455
|
+
],
|
|
456
|
+
});
|
|
457
|
+
}
|
|
458
|
+
function poisonOffline(context, failedPhase, safeErrorCode, publicationBoundary) {
|
|
459
|
+
validateSafeErrorCode(safeErrorCode);
|
|
460
|
+
return checked({
|
|
461
|
+
state: {
|
|
462
|
+
phase: "offline_poisoned",
|
|
463
|
+
oldRegistration: context.oldRegistration,
|
|
464
|
+
newRegistration: context.newRegistration,
|
|
465
|
+
priorStablePhase: context.priorStablePhase,
|
|
466
|
+
failedPhase,
|
|
467
|
+
safeErrorCode,
|
|
468
|
+
rollback: publicationBoundary === "not_armed" ? "old_allowed" : "forbidden",
|
|
469
|
+
publicationBoundary,
|
|
470
|
+
},
|
|
471
|
+
effects: [
|
|
472
|
+
{
|
|
473
|
+
type: "poison_new_generation",
|
|
474
|
+
registration: context.newRegistration,
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
type: "take_registrations_offline",
|
|
478
|
+
oldRegistration: context.oldRegistration,
|
|
479
|
+
newRegistration: context.newRegistration,
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
type: "cleanup_poisoned_generations",
|
|
483
|
+
oldRegistration: context.oldRegistration,
|
|
484
|
+
newRegistration: context.newRegistration,
|
|
485
|
+
},
|
|
486
|
+
],
|
|
487
|
+
});
|
|
488
|
+
}
|
|
489
|
+
function preparedState(stage, context) {
|
|
490
|
+
return {
|
|
491
|
+
phase: "prepared_new",
|
|
492
|
+
stage,
|
|
493
|
+
oldRegistration: context.oldRegistration,
|
|
494
|
+
newRegistration: context.newRegistration,
|
|
495
|
+
priorStablePhase: context.priorStablePhase,
|
|
496
|
+
};
|
|
497
|
+
}
|
|
498
|
+
function contextState(phase, context) {
|
|
499
|
+
return {
|
|
500
|
+
phase,
|
|
501
|
+
oldRegistration: context.oldRegistration,
|
|
502
|
+
newRegistration: context.newRegistration,
|
|
503
|
+
priorStablePhase: context.priorStablePhase,
|
|
504
|
+
};
|
|
505
|
+
}
|
|
506
|
+
function successionContext(state) {
|
|
507
|
+
switch (state.phase) {
|
|
508
|
+
case "freezing":
|
|
509
|
+
case "prepared_new":
|
|
510
|
+
case "published_new":
|
|
511
|
+
case "offline_poisoned":
|
|
512
|
+
case "recovery_required":
|
|
513
|
+
case "resuming_old":
|
|
514
|
+
return state;
|
|
515
|
+
case "active_old":
|
|
516
|
+
return null;
|
|
517
|
+
case "active_new":
|
|
518
|
+
return state.retired === null
|
|
519
|
+
? null
|
|
520
|
+
: {
|
|
521
|
+
oldRegistration: state.retired,
|
|
522
|
+
newRegistration: state.active,
|
|
523
|
+
priorStablePhase: "active_new",
|
|
524
|
+
};
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
function assertContext(context) {
|
|
528
|
+
validateIdentity(context.oldRegistration, "oldRegistration");
|
|
529
|
+
validateIdentity(context.newRegistration, "newRegistration");
|
|
530
|
+
assertSuccessor(context.oldRegistration, context.newRegistration);
|
|
531
|
+
if (context.priorStablePhase !== "active_old" &&
|
|
532
|
+
context.priorStablePhase !== "active_new") {
|
|
533
|
+
throw new TypeError("Unknown Codex succession prior stable phase.");
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
function assertSuccessor(oldRegistration, newRegistration) {
|
|
537
|
+
if (newRegistration.hostId !== oldRegistration.hostId) {
|
|
538
|
+
throw new RangeError("A Codex succession must remain on the same host.");
|
|
539
|
+
}
|
|
540
|
+
if (newRegistration.alias === oldRegistration.alias) {
|
|
541
|
+
throw new RangeError("The successor Codex alias must differ from the old alias.");
|
|
542
|
+
}
|
|
543
|
+
if (newRegistration.threadId === oldRegistration.threadId) {
|
|
544
|
+
throw new RangeError("The successor Codex thread must differ from the old thread.");
|
|
545
|
+
}
|
|
546
|
+
if (newRegistration.generation === oldRegistration.generation) {
|
|
547
|
+
throw new RangeError("The successor Codex listener generation must be fresh.");
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
function copyAndValidateIdentity(identity, label) {
|
|
551
|
+
const copy = {
|
|
552
|
+
alias: identity.alias,
|
|
553
|
+
threadId: identity.threadId,
|
|
554
|
+
hostId: identity.hostId,
|
|
555
|
+
generation: identity.generation,
|
|
556
|
+
};
|
|
557
|
+
validateIdentity(copy, label);
|
|
558
|
+
return copy;
|
|
559
|
+
}
|
|
560
|
+
function validateIdentity(identity, label) {
|
|
561
|
+
validateToken(identity.alias, `${label}.alias`);
|
|
562
|
+
validateToken(identity.threadId, `${label}.threadId`);
|
|
563
|
+
validateToken(identity.hostId, `${label}.hostId`);
|
|
564
|
+
assertCodexRegistrationGeneration(identity.generation, `${label}.generation`);
|
|
565
|
+
}
|
|
566
|
+
function validateToken(value, label) {
|
|
567
|
+
if (typeof value !== "string" || value.length === 0 || value.trim() !== value) {
|
|
568
|
+
throw new TypeError(`${label} must be a non-empty, trimmed string.`);
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
function validateSafeErrorCode(value) {
|
|
572
|
+
if (!/^[A-Z][A-Z0-9_]{0,127}$/u.test(value)) {
|
|
573
|
+
throw new TypeError("safeErrorCode must be a bounded uppercase token.");
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
function publicationBoundaryFromEvidence(evidence) {
|
|
577
|
+
if (evidence === "absent")
|
|
578
|
+
return "not_armed";
|
|
579
|
+
return evidence === "published" ? "published" : "armed_or_unknown";
|
|
580
|
+
}
|
|
581
|
+
function checked(transition) {
|
|
582
|
+
assertCodexRegistrationSuccessionInvariant(transition.state);
|
|
583
|
+
return transition;
|
|
584
|
+
}
|
|
585
|
+
function unchanged(state) {
|
|
586
|
+
return { state, effects: [] };
|
|
587
|
+
}
|
|
588
|
+
//# sourceMappingURL=codex-registration-succession.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codex-registration-succession.js","sourceRoot":"","sources":["../../../src/gateway/codex-registration-succession.ts"],"names":[],"mappings":"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"}
|