@intentic/sandbox-contract 1.210.0 → 1.212.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/dist/agent-catalog.d.ts +1 -1
- package/dist/agent-catalog.d.ts.map +1 -1
- package/dist/agent-catalog.js +8 -2
- package/dist/agent-catalog.js.map +1 -1
- package/dist/chores/fix-deps.d.ts.map +1 -1
- package/dist/chores/fix-deps.js.map +1 -1
- package/dist/contracts/agent.contract.d.ts +2 -2
- package/dist/contracts/drafts.contract.d.ts +2 -0
- package/dist/contracts/drafts.contract.d.ts.map +1 -1
- package/dist/contracts/endpoints.contract.d.ts +22 -0
- package/dist/contracts/endpoints.contract.d.ts.map +1 -1
- package/dist/contracts/endpoints.contract.js +3 -0
- package/dist/contracts/endpoints.contract.js.map +1 -1
- package/dist/events.d.ts +6 -0
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +3 -0
- package/dist/events.js.map +1 -1
- package/dist/index.d.ts +12 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/schemas.d.ts +3 -0
- package/dist/schemas.d.ts.map +1 -1
- package/dist/schemas.js +1 -0
- package/dist/schemas.js.map +1 -1
- package/dist/workspace-state.d.ts +0 -6
- package/dist/workspace-state.d.ts.map +1 -1
- package/dist/workspace-state.js +0 -7
- package/dist/workspace-state.js.map +1 -1
- package/package.json +4 -4
- package/src/agent-catalog.test.ts +5 -1
- package/src/agent-catalog.ts +15 -8
- package/src/chores/fix-deps.ts +5 -9
- package/src/contracts/endpoints.contract.ts +7 -0
- package/src/events.ts +7 -0
- package/src/index.ts +1 -1
- package/src/schemas.ts +16 -0
- package/src/workspace-state.test.ts +0 -1
- package/src/workspace-state.ts +0 -7
|
@@ -76,12 +76,6 @@ declare const STATE_FILES: readonly [{
|
|
|
76
76
|
readonly invalidates: readonly [];
|
|
77
77
|
readonly why: "Declared by the intentic.automations extension's contributes.files — `automation-approvals` is its query key, not core's.";
|
|
78
78
|
readonly portability: "carry";
|
|
79
|
-
}, {
|
|
80
|
-
readonly path: ".intentic/automations.seeded.json";
|
|
81
|
-
readonly invalidates: readonly [];
|
|
82
|
-
readonly why: "Which default automations this workspace has been offered (default-automations.ts); nothing renders it — it exists so deleting a seeded automation is final.";
|
|
83
|
-
readonly portability: "carry";
|
|
84
|
-
readonly versioned: true;
|
|
85
79
|
}, {
|
|
86
80
|
readonly path: ".intentic/chores/";
|
|
87
81
|
readonly invalidates: readonly [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspace-state.d.ts","sourceRoot":"","sources":["../src/workspace-state.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AA0CxD,MAAM,WAAW,kBAAmB,SAAQ,SAAS;IAKjD,QAAQ,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,CAAC;IAExC,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IAoBtB,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;IAS1B,QAAQ,CAAC,QAAQ,CAAC,EAAE,IAAI,CAAC;IAKzB,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;CACnC;AAOD,QAAA,MAAM,WAAW;mBAQL,6BAA6B;;0BAAoF,QAAQ;;mBAOzH,sCAAsC;;0BAA8C,OAAO;;;mBAO3F,4BAA4B;;0BAAyC,OAAO;;mBAc5E,yBAAyB;;0BAAuE,OAAO;;;mBAYvG,yCAAyC;;0BAA6C,OAAO;;;mBAC7F,kCAAkC;;0BAA6C,OAAO;;;mBACtF,0BAA0B;;0BAA6C,OAAO;;;mBAE5E,2CAA2C;;0BAEpC,SAAS;mBAChB,oGAAoG;;mBAGtG,yBAAyB;;0BAAuD,OAAO;;;mBAKrF,6BAA6B;;0BAEtB,SAAS;mBAChB,qFAAqF;;mBAKvF,mBAAmB;;0BAAwC,OAAO;;;mBAMhE,4BAA4B;;kBAE7B,kHAAkH;0BAC1G,OAAO;;;mBAiBd,gCAAgC;;kBAEjC,kHAAkH;0BAC1G,OAAO;;mBAGd,sBAAsB;;kBAEvB,2HAA2H;0BACnH,OAAO;;
|
|
1
|
+
{"version":3,"file":"workspace-state.d.ts","sourceRoot":"","sources":["../src/workspace-state.ts"],"names":[],"mappings":"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"}
|
package/dist/workspace-state.js
CHANGED
|
@@ -40,13 +40,6 @@ const STATE_FILES = [
|
|
|
40
40
|
why: "Declared by the intentic.automations extension's contributes.files — `automation-approvals` is its query key, not core's.",
|
|
41
41
|
portability: "carry",
|
|
42
42
|
},
|
|
43
|
-
{
|
|
44
|
-
path: ".intentic/automations.seeded.json",
|
|
45
|
-
invalidates: [],
|
|
46
|
-
why: "Which default automations this workspace has been offered (default-automations.ts); nothing renders it — it exists so deleting a seeded automation is final.",
|
|
47
|
-
portability: "carry",
|
|
48
|
-
versioned: true,
|
|
49
|
-
},
|
|
50
43
|
{
|
|
51
44
|
path: ".intentic/chores/",
|
|
52
45
|
invalidates: [],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspace-state.js","sourceRoot":"","sources":["../src/workspace-state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AA6FhD,MAAM,WAAW,GAAG;IAQhB,EAAE,IAAI,EAAE,6BAA6B,EAAE,WAAW,EAAE,CAAC,cAAc,EAAE,aAAa,EAAE,QAAQ,EAAE,WAAW,CAAC,EAAE,WAAW,EAAE,QAAQ,EAAE;IAOnI,EAAE,IAAI,EAAE,sCAAsC,EAAE,WAAW,EAAE,CAAC,cAAc,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE;IAOtH,EAAE,IAAI,EAAE,4BAA4B,EAAE,WAAW,EAAE,CAAC,SAAS,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE;IActF,EAAE,IAAI,EAAE,yBAAyB,EAAE,WAAW,EAAE,CAAC,UAAU,EAAE,cAAc,EAAE,WAAW,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE;IAYlI,EAAE,IAAI,EAAE,yCAAyC,EAAE,WAAW,EAAE,CAAC,aAAa,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE;IACxH,EAAE,IAAI,EAAE,kCAAkC,EAAE,WAAW,EAAE,CAAC,aAAa,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE;IACjH,EAAE,IAAI,EAAE,0BAA0B,EAAE,WAAW,EAAE,CAAC,aAAa,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE;IACzG;QACI,IAAI,EAAE,2CAA2C;QACjD,WAAW,EAAE,CAAC,aAAa,CAAC;QAC5B,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,oGAAoG;KAC7G;IAED,EAAE,IAAI,EAAE,yBAAyB,EAAE,WAAW,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE;IAIlH;QACI,IAAI,EAAE,6BAA6B;QACnC,WAAW,EAAE,CAAC,cAAc,CAAC;QAC7B,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,qFAAqF;KAC9F;IAID,EAAE,IAAI,EAAE,mBAAmB,EAAE,WAAW,EAAE,CAAC,QAAQ,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;IAK5F;QACI,IAAI,EAAE,4BAA4B;QAClC,WAAW,EAAE,EAAE;QACf,GAAG,EAAE,kHAAkH;QACvH,WAAW,EAAE,OAAO;QACpB,SAAS,EAAE,IAAI;KAClB;IAcD;QACI,IAAI,EAAE,gCAAgC;QACtC,WAAW,EAAE,EAAE;QACf,GAAG,EAAE,kHAAkH;QACvH,WAAW,EAAE,OAAO;KACvB;IACD;QACI,IAAI,EAAE,sBAAsB;QAC5B,WAAW,EAAE,EAAE;QACf,GAAG,EAAE,2HAA2H;QAChI,WAAW,EAAE,OAAO;KACvB;
|
|
1
|
+
{"version":3,"file":"workspace-state.js","sourceRoot":"","sources":["../src/workspace-state.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentic/sandbox-contract",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.212.0",
|
|
4
4
|
"description": "oRPC wire contract for the intentic sandbox daemon — shared by the daemon and its browser client",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"@orpc/contract": "1.14.13",
|
|
90
90
|
"tslib": "2.8.1",
|
|
91
91
|
"zod": "4.4.3",
|
|
92
|
-
"@intentic/constants": "1.
|
|
93
|
-
"@intentic/extension-manifest": "1.
|
|
94
|
-
"@intentic/registry": "1.
|
|
92
|
+
"@intentic/constants": "1.212.0",
|
|
93
|
+
"@intentic/extension-manifest": "1.212.0",
|
|
94
|
+
"@intentic/registry": "1.212.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@types/node": "24.13.2",
|
|
@@ -41,7 +41,7 @@ describe("every provider/harness pair declares what it can do", () => {
|
|
|
41
41
|
// is the drift this record exists to end.
|
|
42
42
|
expect(["claude-code", "codex", "opencode", "opencode-gemini", "acp", "pi"]).toContain(capabilities.runtime);
|
|
43
43
|
expect(["modes", "plan"]).toContain(capabilities.permissions);
|
|
44
|
-
expect(["full", "http", "none"]).toContain(capabilities.mcp);
|
|
44
|
+
expect(["full", "browser", "http", "none"]).toContain(capabilities.mcp);
|
|
45
45
|
// Every runtime executes SOMETHING — a record listing no backend would hide the shell every loop has.
|
|
46
46
|
expect(capabilities.execution).toContain("shell");
|
|
47
47
|
for (const backend of capabilities.execution) {
|
|
@@ -155,6 +155,10 @@ test("the ceiling has nothing to disclose; a floor names what it lacks", () => {
|
|
|
155
155
|
expect(acp).toContain("MCP tools only — no plugins or browser");
|
|
156
156
|
expect(acp).not.toContain("no slash commands");
|
|
157
157
|
expect(acp).not.toContain("no terminal panel");
|
|
158
|
+
|
|
159
|
+
const codex = limitationsOf(capabilitiesOf("codex", "native"));
|
|
160
|
+
expect(codex).toContain("browser tools only — no plugins or other MCP tools");
|
|
161
|
+
expect(codex).not.toContain("no MCP tools or plugins");
|
|
158
162
|
});
|
|
159
163
|
|
|
160
164
|
test("every axis a record can lack has words for it", () => {
|
package/src/agent-catalog.ts
CHANGED
|
@@ -211,9 +211,11 @@ export interface AgentCapabilities {
|
|
|
211
211
|
// Can stop mid-turn and ask the user a multiple-choice question (`question` frames).
|
|
212
212
|
readonly questions: boolean;
|
|
213
213
|
// Which of the turn's tools reach the agent. "full" = http MCP tools + in-process SDK servers + plugin
|
|
214
|
-
// checkouts + the browser servers; "
|
|
215
|
-
// MCP support; "none" = the runtime has no seam for
|
|
216
|
-
|
|
214
|
+
// checkouts + the browser servers; "browser" = the process-backed browser servers alone; "http" = the http
|
|
215
|
+
// MCP tools alone, and only if the agent advertises http MCP support; "none" = the runtime has no seam for
|
|
216
|
+
// them at all. Keeping the partial answers distinct matters: a runtime that can drive a connected account
|
|
217
|
+
// must not be described as tool-less, and one that cannot host daemon-side SDK servers must not claim full.
|
|
218
|
+
readonly mcp: "full" | "browser" | "http" | "none";
|
|
217
219
|
/* WHICH EXECUTION BACKENDS THE RUNTIME HOSTS — the ways a turn RUNS things, as opposed to the tools it is
|
|
218
220
|
* handed. "shell" is the runtime's own command tool (Bash on the Claude Code loop, each foreign loop's
|
|
219
221
|
* equivalent); "js" is the sandbox's JavaScript backend (execution/ in the daemon): the model writes a
|
|
@@ -291,15 +293,14 @@ const CLAUDE_CODE: AgentCapabilities = {
|
|
|
291
293
|
instructions: "replace",
|
|
292
294
|
};
|
|
293
295
|
|
|
294
|
-
// Codex app-server: item-level events plus
|
|
295
|
-
//
|
|
296
|
-
// item stream, reasoning effort and the instruction seam are claimed here.
|
|
296
|
+
// Codex app-server: item-level events plus process-backed MCP servers. Browser servers ride its per-thread
|
|
297
|
+
// config, while daemon-side SDK servers, plugins, questions and server-initiated approvals remain unwired.
|
|
297
298
|
const CODEX: AgentCapabilities = {
|
|
298
299
|
runtime: "codex",
|
|
299
300
|
steering: false,
|
|
300
301
|
permissions: "plan",
|
|
301
302
|
questions: false,
|
|
302
|
-
mcp: "
|
|
303
|
+
mcp: "browser",
|
|
303
304
|
execution: ["shell"],
|
|
304
305
|
effort: true,
|
|
305
306
|
fastMode: false,
|
|
@@ -459,7 +460,13 @@ export const limitationsOf = (capabilities: AgentCapabilities): string[] => [
|
|
|
459
460
|
...(capabilities.permissions === "plan" ? ["no per-tool approvals"] : []),
|
|
460
461
|
...(capabilities.questions ? [] : ["no clarifying questions"]),
|
|
461
462
|
...(capabilities.steering ? [] : ["no mid-turn steering"]),
|
|
462
|
-
...(capabilities.mcp === "none"
|
|
463
|
+
...(capabilities.mcp === "none"
|
|
464
|
+
? ["no MCP tools or plugins"]
|
|
465
|
+
: capabilities.mcp === "http"
|
|
466
|
+
? ["MCP tools only — no plugins or browser"]
|
|
467
|
+
: capabilities.mcp === "browser"
|
|
468
|
+
? ["browser tools only — no plugins or other MCP tools"]
|
|
469
|
+
: []),
|
|
463
470
|
...(capabilities.execution.includes("js") ? [] : ["no code runs — its shell is the one way to execute"]),
|
|
464
471
|
...(capabilities.effort ? [] : ["no effort control"]),
|
|
465
472
|
...(capabilities.commands ? [] : ["no slash commands"]),
|
package/src/chores/fix-deps.ts
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
/* THE FIX CHORE —
|
|
1
|
+
/* THE FIX CHORE — the template for opting into dependency-breakage repair.
|
|
2
2
|
*
|
|
3
|
-
* The
|
|
4
|
-
* automations extension offers it as a recipe for anyone who deleted it and wants it back. Written once here
|
|
5
|
-
* for the chore book's own reason: two copies of a prompt drift, and only one of them gets fixed when we
|
|
6
|
-
* learn how to phrase it.
|
|
3
|
+
* The automations catalogue offers it as a recipe; nothing creates it until the owner picks that template.
|
|
7
4
|
*
|
|
8
5
|
* It wakes on `deps.broken` — the dependency verifier's edge event: a landed change drifted the installed
|
|
9
6
|
* dependencies, the daemon reinstalled them, ran the tree's own checks, and they came back red. The payload
|
|
@@ -16,10 +13,9 @@
|
|
|
16
13
|
* Attempt 1 is the breakage, attempt 2 is one landed fix that still failed; past that the loop stops and the
|
|
17
14
|
* standing red is the owner's to read (the activity feed has been narrating every step).
|
|
18
15
|
*
|
|
19
|
-
* THE HOLD IS THE
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* before it starts, cancellable the whole way, and it never starts while another agent is mid-turn. */
|
|
16
|
+
* THE HOLD IS THE SECOND CHANCE. After the owner creates the automation from its template, each fire is held,
|
|
17
|
+
* visibly, for this many seconds on the Automations page before it starts, cancellable the whole way, and it
|
|
18
|
+
* never starts while another agent is mid-turn. */
|
|
23
19
|
export const FIX_DEPS_AUTOMATION = {
|
|
24
20
|
id: "fix-dependency-breakage",
|
|
25
21
|
title: "Fix what a dependency change broke",
|
|
@@ -15,13 +15,20 @@ import { CapabilityIdParamSchema, ModelsSchema } from "../schemas.js";
|
|
|
15
15
|
* `available` false is the ordinary answer, not an error: most sandboxes run against a platform that serves no
|
|
16
16
|
* trial, and the picker simply has no trial row to badge.
|
|
17
17
|
*/
|
|
18
|
+
const TrialHealthSchema = z.enum(["unknown", "healthy", "degraded", "unavailable"]);
|
|
19
|
+
export type TrialHealth = z.infer<typeof TrialHealthSchema>;
|
|
20
|
+
|
|
18
21
|
export const TrialStatusSchema = z.object({
|
|
19
22
|
available: z.boolean(),
|
|
20
23
|
allowance: z.number().int().nonnegative(),
|
|
21
24
|
used: z.number().int().nonnegative(),
|
|
22
25
|
remaining: z.number().int().nonnegative(),
|
|
26
|
+
// The shared trial pool's last real chat outcome. `unknown` means no recent turn has measured it.
|
|
27
|
+
health: TrialHealthSchema,
|
|
23
28
|
// ISO stamp of the next reset, absent until the platform has answered once.
|
|
24
29
|
resetsAt: z.string().optional(),
|
|
30
|
+
// Earliest known time a quarantined upstream key can be tried again.
|
|
31
|
+
retryAt: z.string().optional(),
|
|
25
32
|
});
|
|
26
33
|
export type TrialStatusResponse = z.infer<typeof TrialStatusSchema>;
|
|
27
34
|
|
package/src/events.ts
CHANGED
|
@@ -671,6 +671,13 @@ export const AgentEventSchema = z.discriminatedUnion("kind", [
|
|
|
671
671
|
// backoff (provider-health.ts): the frame is a notice about a turn that is coming back, and
|
|
672
672
|
// reaches the client as a plain failure only once the attempts are spent.
|
|
673
673
|
"provider-outage",
|
|
674
|
+
// The platform-owned free-trial pool failed after its bounded key walk. Unlike provider-outage,
|
|
675
|
+
// this is never auto-resumed: failed calls are refunded and the user's message is held to retry.
|
|
676
|
+
"trial-unavailable",
|
|
677
|
+
// The trial answered, but the selected upstream model/request cannot run through this sandbox.
|
|
678
|
+
"trial-model-unavailable",
|
|
679
|
+
// This account's platform-owned daily trial allowance is spent until its UTC reset.
|
|
680
|
+
"trial-exhausted",
|
|
674
681
|
// The harness read the message as a slash command it doesn't have, and discarded everything
|
|
675
682
|
// after the name — the model never saw the message. Nothing was processed, so the client holds
|
|
676
683
|
// the text back instead of leaving the user to retype it (same treatment as claude-reauth).
|
package/src/index.ts
CHANGED
|
@@ -46,7 +46,7 @@ export { choresContract } from "./contracts/chores.contract.js";
|
|
|
46
46
|
export { ciContract } from "./contracts/ci.contract.js";
|
|
47
47
|
export { claudeContract } from "./contracts/claude.contract.js";
|
|
48
48
|
export { draftsContract } from "./contracts/drafts.contract.js";
|
|
49
|
-
export { endpointsContract, TrialStatusSchema, type TrialStatusResponse } from "./contracts/endpoints.contract.js";
|
|
49
|
+
export { endpointsContract, type TrialHealth, TrialStatusSchema, type TrialStatusResponse } from "./contracts/endpoints.contract.js";
|
|
50
50
|
export { extensionsContract } from "./contracts/extensions.contract.js";
|
|
51
51
|
export { personasContract } from "./contracts/personas.contract.js";
|
|
52
52
|
export { gitContract } from "./contracts/git.contract.js";
|
package/src/schemas.ts
CHANGED
|
@@ -5199,6 +5199,22 @@ export const DraftSchema = z.object({
|
|
|
5199
5199
|
// Which skill posts it: "x" | "reddit" | "youtube" | "discord" | … — a bare string so new platforms need
|
|
5200
5200
|
// no contract change; an unknown platform simply fails at posting time.
|
|
5201
5201
|
platform: z.string().min(1),
|
|
5202
|
+
/* WHOSE NAME THIS GOES OUT UNDER — a PersonaSchema id, handed to the publish turn as AgentTurnSchema.actsAs.
|
|
5203
|
+
* Required in practice for every platform outside DIRECT_PUBLISH_PLATFORMS, and the reason is the whole
|
|
5204
|
+
* shape of turnPersona: publishing through a browser needs a logged-in account, and an UNATTENDED turn that
|
|
5205
|
+
* names no persona is denied every account there is. Without this field the publisher could only wake such a
|
|
5206
|
+
* turn — one structurally unable to reach the login the post needs, which read from inside the turn as "this
|
|
5207
|
+
* account is not connected" and cost two approved posts before anyone traced it back here.
|
|
5208
|
+
*
|
|
5209
|
+
* A PERSONA RATHER THAN AN ACCOUNT ID, because that is the vocabulary the rest of the system already speaks:
|
|
5210
|
+
* `actsAs` is the only pin turnPersona honours, and a card carries the workspace scope the turn also needs to
|
|
5211
|
+
* write this file's own status back. Naming the account directly would invent a second way to say the same
|
|
5212
|
+
* thing, and the two would disagree the first time a card's accounts changed.
|
|
5213
|
+
*
|
|
5214
|
+
* The daemon never guesses it. One site can be connected several times over — five Reddit logins here — and
|
|
5215
|
+
* picking for the owner means picking wrong in public, with no undo. A draft that needs a turn and names
|
|
5216
|
+
* nobody is failed with that sentence instead of sent. */
|
|
5217
|
+
actsAs: entryId.optional(),
|
|
5202
5218
|
content: z.string().min(1),
|
|
5203
5219
|
// Reddit posts / YouTube uploads need one.
|
|
5204
5220
|
title: z.string().optional(),
|
|
@@ -268,7 +268,6 @@ describe(`VERSIONED_STATE_PATHS`, () => {
|
|
|
268
268
|
it(`tracks exactly the configuration slice`, () => {
|
|
269
269
|
expect(VERSIONED_STATE_PATHS.toSorted()).toEqual([
|
|
270
270
|
`.intentic/automations.json`,
|
|
271
|
-
`.intentic/automations.seeded.json`,
|
|
272
271
|
`.intentic/capability-dismissals.json`,
|
|
273
272
|
`.intentic/environment.Dockerfile`,
|
|
274
273
|
`.intentic/environment.custom.Dockerfile`,
|
package/src/workspace-state.ts
CHANGED
|
@@ -199,13 +199,6 @@ const STATE_FILES = [
|
|
|
199
199
|
why: "Declared by the intentic.automations extension's contributes.files — `automation-approvals` is its query key, not core's.",
|
|
200
200
|
portability: "carry",
|
|
201
201
|
},
|
|
202
|
-
{
|
|
203
|
-
path: ".intentic/automations.seeded.json",
|
|
204
|
-
invalidates: [],
|
|
205
|
-
why: "Which default automations this workspace has been offered (default-automations.ts); nothing renders it — it exists so deleting a seeded automation is final.",
|
|
206
|
-
portability: "carry",
|
|
207
|
-
versioned: true,
|
|
208
|
-
},
|
|
209
202
|
/* The maintenance ledger and probe evidence, written by the daemon's chores-store and rendered by the
|
|
210
203
|
* intentic.maintenance extension — the automations shape exactly: the path is the daemon's, the query keys
|
|
211
204
|
* (`maintenance-report`, `maintenance-runs`) are the extension's own contributes.files. Point-in-time
|