@deskwork/core 0.45.1 → 0.46.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/config.d.ts +14 -4
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +43 -12
- package/dist/config.js.map +1 -1
- package/dist/content-index.d.ts +25 -0
- package/dist/content-index.d.ts.map +1 -1
- package/dist/content-index.js +142 -15
- package/dist/content-index.js.map +1 -1
- package/dist/doctor/index.d.ts +3 -0
- package/dist/doctor/index.d.ts.map +1 -1
- package/dist/doctor/index.js +3 -0
- package/dist/doctor/index.js.map +1 -1
- package/dist/doctor/legacy-config.d.ts +98 -0
- package/dist/doctor/legacy-config.d.ts.map +1 -0
- package/dist/doctor/legacy-config.js +174 -0
- package/dist/doctor/legacy-config.js.map +1 -0
- package/dist/doctor/project-scope-gate.d.ts +12 -21
- package/dist/doctor/project-scope-gate.d.ts.map +1 -1
- package/dist/doctor/project-scope-gate.js +13 -25
- package/dist/doctor/project-scope-gate.js.map +1 -1
- package/dist/doctor/repair.d.ts +11 -0
- package/dist/doctor/repair.d.ts.map +1 -1
- package/dist/doctor/repair.js +10 -89
- package/dist/doctor/repair.js.map +1 -1
- package/dist/doctor/rules/duplicate-id.d.ts +7 -2
- package/dist/doctor/rules/duplicate-id.d.ts.map +1 -1
- package/dist/doctor/rules/duplicate-id.js +8 -5
- package/dist/doctor/rules/duplicate-id.js.map +1 -1
- package/dist/doctor/rules/duplicate-id.ts +8 -5
- package/dist/doctor/rules/legacy-top-level-id-migration.d.ts.map +1 -1
- package/dist/doctor/rules/legacy-top-level-id-migration.js +11 -8
- package/dist/doctor/rules/legacy-top-level-id-migration.js.map +1 -1
- package/dist/doctor/rules/legacy-top-level-id-migration.ts +10 -11
- package/dist/doctor/rules/sites-to-lanes-migration.d.ts +39 -0
- package/dist/doctor/rules/sites-to-lanes-migration.d.ts.map +1 -0
- package/dist/doctor/rules/sites-to-lanes-migration.js +395 -0
- package/dist/doctor/rules/sites-to-lanes-migration.js.map +1 -0
- package/dist/doctor/rules/sites-to-lanes-migration.ts +449 -0
- package/dist/doctor/rules/workflow-stale.d.ts.map +1 -1
- package/dist/doctor/rules/workflow-stale.js +5 -2
- package/dist/doctor/rules/workflow-stale.js.map +1 -1
- package/dist/doctor/rules/workflow-stale.ts +5 -1
- package/dist/doctor/runner.d.ts +15 -1
- package/dist/doctor/runner.d.ts.map +1 -1
- package/dist/doctor/runner.js +48 -41
- package/dist/doctor/runner.js.map +1 -1
- package/dist/doctor/sites-migration-backfill.d.ts +71 -0
- package/dist/doctor/sites-migration-backfill.d.ts.map +1 -0
- package/dist/doctor/sites-migration-backfill.js +164 -0
- package/dist/doctor/sites-migration-backfill.js.map +1 -0
- package/dist/doctor/validate.d.ts.map +1 -1
- package/dist/doctor/validate.js +34 -73
- package/dist/doctor/validate.js.map +1 -1
- package/dist/entry/resolve-artifact.d.ts +80 -0
- package/dist/entry/resolve-artifact.d.ts.map +1 -0
- package/dist/entry/resolve-artifact.js +102 -0
- package/dist/entry/resolve-artifact.js.map +1 -0
- package/dist/entry/shortform-path.d.ts +34 -0
- package/dist/entry/shortform-path.d.ts.map +1 -0
- package/dist/entry/shortform-path.js +50 -0
- package/dist/entry/shortform-path.js.map +1 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/iterate/iterate.d.ts.map +1 -1
- package/dist/iterate/iterate.js +21 -26
- package/dist/iterate/iterate.js.map +1 -1
- package/dist/lanes/bootstrap.d.ts +11 -7
- package/dist/lanes/bootstrap.d.ts.map +1 -1
- package/dist/lanes/bootstrap.js +42 -17
- package/dist/lanes/bootstrap.js.map +1 -1
- package/dist/lanes/index.d.ts +1 -0
- package/dist/lanes/index.d.ts.map +1 -1
- package/dist/lanes/index.js +6 -0
- package/dist/lanes/index.js.map +1 -1
- package/dist/lanes/loader.d.ts +33 -6
- package/dist/lanes/loader.d.ts.map +1 -1
- package/dist/lanes/loader.js +44 -11
- package/dist/lanes/loader.js.map +1 -1
- package/dist/lanes/operations/create.d.ts +11 -2
- package/dist/lanes/operations/create.d.ts.map +1 -1
- package/dist/lanes/operations/create.js +15 -4
- package/dist/lanes/operations/create.js.map +1 -1
- package/dist/lanes/operations/list.d.ts +3 -2
- package/dist/lanes/operations/list.d.ts.map +1 -1
- package/dist/lanes/operations/list.js +3 -2
- package/dist/lanes/operations/list.js.map +1 -1
- package/dist/lanes/operations/move.d.ts +29 -25
- package/dist/lanes/operations/move.d.ts.map +1 -1
- package/dist/lanes/operations/move.js +45 -242
- package/dist/lanes/operations/move.js.map +1 -1
- package/dist/lanes/operations/update.d.ts +15 -5
- package/dist/lanes/operations/update.d.ts.map +1 -1
- package/dist/lanes/operations/update.js +32 -12
- package/dist/lanes/operations/update.js.map +1 -1
- package/dist/lanes/scaffold-path.d.ts +88 -0
- package/dist/lanes/scaffold-path.d.ts.map +1 -0
- package/dist/lanes/scaffold-path.js +122 -0
- package/dist/lanes/scaffold-path.js.map +1 -0
- package/dist/lanes/types.d.ts +54 -31
- package/dist/lanes/types.d.ts.map +1 -1
- package/dist/lanes/types.js +60 -21
- package/dist/lanes/types.js.map +1 -1
- package/dist/outline-split.d.ts +2 -3
- package/dist/outline-split.d.ts.map +1 -1
- package/dist/outline-split.js +2 -3
- package/dist/outline-split.js.map +1 -1
- package/dist/paths.d.ts +14 -87
- package/dist/paths.d.ts.map +1 -1
- package/dist/paths.js +21 -131
- package/dist/paths.js.map +1 -1
- package/dist/remark-strip-outline.mjs +2 -3
- package/dist/rename-slug.d.ts +3 -3
- package/dist/rename-slug.d.ts.map +1 -1
- package/dist/rename-slug.js +137 -44
- package/dist/rename-slug.js.map +1 -1
- package/dist/review/handlers.d.ts +3 -3
- package/dist/review/handlers.d.ts.map +1 -1
- package/dist/review/handlers.js +18 -14
- package/dist/review/handlers.js.map +1 -1
- package/dist/review/report.d.ts +13 -2
- package/dist/review/report.d.ts.map +1 -1
- package/dist/review/report.js +48 -18
- package/dist/review/report.js.map +1 -1
- package/dist/review/start-handlers.d.ts +4 -4
- package/dist/review/start-handlers.d.ts.map +1 -1
- package/dist/review/start-handlers.js +25 -25
- package/dist/review/start-handlers.js.map +1 -1
- package/dist/review/workflow-paths.d.ts +24 -26
- package/dist/review/workflow-paths.d.ts.map +1 -1
- package/dist/review/workflow-paths.js +70 -60
- package/dist/review/workflow-paths.js.map +1 -1
- package/dist/schema/draft-annotation.d.ts +8 -8
- package/dist/schema/entry.d.ts +6 -6
- package/dist/schema/journal-events.d.ts +56 -42
- package/dist/schema/journal-events.d.ts.map +1 -1
- package/dist/schema/journal-events.js +23 -9
- package/dist/schema/journal-events.js.map +1 -1
- package/dist/sidecar/read.d.ts +8 -0
- package/dist/sidecar/read.d.ts.map +1 -1
- package/dist/sidecar/read.js +36 -9
- package/dist/sidecar/read.js.map +1 -1
- package/dist/sidecar/write.d.ts +14 -0
- package/dist/sidecar/write.d.ts.map +1 -1
- package/dist/sidecar/write.js +25 -0
- package/dist/sidecar/write.js.map +1 -1
- package/package.json +9 -9
- package/dist/body-state.d.ts +0 -27
- package/dist/body-state.d.ts.map +0 -1
- package/dist/body-state.js +0 -62
- package/dist/body-state.js.map +0 -1
- package/dist/scaffold.d.ts +0 -67
- package/dist/scaffold.d.ts.map +0 -1
- package/dist/scaffold.js +0 -122
- package/dist/scaffold.js.map +0 -1
|
@@ -7,25 +7,24 @@
|
|
|
7
7
|
* the 500-line guideline and to give the shortform path resolver a clean
|
|
8
8
|
* home alongside its longform sibling.
|
|
9
9
|
*
|
|
10
|
-
* Resolution rules:
|
|
10
|
+
* Resolution rules (Phase 39c-2b(a) — stored artifactPath only):
|
|
11
11
|
*
|
|
12
|
-
* - `longform` / `outline`:
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
* which composes the entry directory (via `findEntryFile`) with
|
|
17
|
-
* `scrapbook/shortform/<platform>[-<channel>].md`.
|
|
12
|
+
* - `longform` / `outline`: `resolveArtifactPathOrThrow` on the entry's
|
|
13
|
+
* stored `artifactPath` (refined to a sibling `index.md` when present).
|
|
14
|
+
* - `shortform`: `composeShortformDraftPath` — `scrapbook/shortform/
|
|
15
|
+
* <platform>[-<channel>].md` under the parent entry's artifactPath dir.
|
|
18
16
|
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* slug-template fallback is unconditional for it.
|
|
17
|
+
* Both load the entry sidecar from the workflow's id (or the calendar by
|
|
18
|
+
* slug). There is NO content-index / slug-template fallback; an entry with
|
|
19
|
+
* no derivable id or no `artifactPath` throws with `doctor --fix` guidance.
|
|
23
20
|
*/
|
|
24
21
|
import { existsSync } from 'node:fs';
|
|
25
|
-
import {
|
|
26
|
-
import { resolveCalendarPath, resolveEntryFilePath, resolveShortformFilePath, } from "../paths.js";
|
|
22
|
+
import { resolveCalendarPath } from "../paths.js";
|
|
27
23
|
import { readCalendar } from "../calendar.js";
|
|
28
24
|
import { findEntry, findEntryById } from "../calendar-mutations.js";
|
|
25
|
+
import { readSidecarSync } from "../sidecar/read.js";
|
|
26
|
+
import { resolveArtifactPathOrThrow } from "../entry/resolve-artifact.js";
|
|
27
|
+
import { composeShortformDraftPath } from "../entry/shortform-path.js";
|
|
29
28
|
/**
|
|
30
29
|
* Read a calendar entry by id or slug for a given site, returning
|
|
31
30
|
* `undefined` when the calendar is missing or the entry can't be found.
|
|
@@ -51,62 +50,73 @@ export function lookupEntry(projectRoot, config, site, match) {
|
|
|
51
50
|
}
|
|
52
51
|
}
|
|
53
52
|
/**
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
* Precedence:
|
|
58
|
-
* 1. Content index — when an entry id is known (passed in or derived
|
|
59
|
-
* from the workflow's site+slug via the calendar), look up the file
|
|
60
|
-
* whose frontmatter `deskwork.id:` matches. Refactor-proof.
|
|
61
|
-
* 2. Slug-template fallback — when no entry id is available (legacy
|
|
62
|
-
* workflow, pre-doctor entry, ad-hoc draft with no calendar record),
|
|
63
|
-
* fall back to the site's `blogFilenameTemplate`.
|
|
53
|
+
* Load the entry SIDECAR backing a workflow, resolving its stable id
|
|
54
|
+
* from the hint or the calendar (Phase 39c-2b(a)).
|
|
64
55
|
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
56
|
+
* Resolution reads the entry's stored `artifactPath` only — so the
|
|
57
|
+
* sidecar is the input the path resolvers need. The id is taken from
|
|
58
|
+
* `hint.entryId` / `hint.entry.id`, else derived from the calendar by
|
|
59
|
+
* slug. An entry with no derivable id, or no sidecar on disk, is an
|
|
60
|
+
* unmigrated state: this throws with `doctor --fix` guidance rather than
|
|
61
|
+
* falling back to a slug+stage search (the location-as-key disease this
|
|
62
|
+
* retirement removes).
|
|
67
63
|
*/
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
64
|
+
function loadWorkflowEntrySidecar(projectRoot, config, site, slug, hint) {
|
|
65
|
+
// Resolution prefers the ACTUAL entry backing the slug (the looked-up
|
|
66
|
+
// calendar entry) over a caller-supplied `entryId` — the latter is a
|
|
67
|
+
// provenance override for stamping the workflow, not a resolution key
|
|
68
|
+
// (a caller can stamp a sibling-calendar id while the file still lives
|
|
69
|
+
// under the real entry's artifactPath). The save path passes only
|
|
70
|
+
// `entryId` (no `entry`), where it IS the resolution key.
|
|
71
|
+
let entryId = hint.entry?.id ??
|
|
72
|
+
(hint.entryId !== undefined && hint.entryId !== '' ? hint.entryId : undefined);
|
|
73
|
+
if (entryId === undefined || entryId === '') {
|
|
74
|
+
entryId = lookupEntry(projectRoot, config, site, { slug })?.id;
|
|
74
75
|
}
|
|
75
|
-
|
|
76
|
-
|
|
76
|
+
if (entryId === undefined || entryId === '') {
|
|
77
|
+
throw new Error(`Cannot resolve workflow file for slug "${slug}": no entry id could be ` +
|
|
78
|
+
`derived from the calendar. Resolution reads the stored artifactPath ` +
|
|
79
|
+
`only — there is no slug+stage fallback. Run \`deskwork doctor --fix\` ` +
|
|
80
|
+
`to bind the entry, then retry.`);
|
|
77
81
|
}
|
|
78
|
-
|
|
79
|
-
|
|
82
|
+
try {
|
|
83
|
+
return readSidecarSync(projectRoot, entryId);
|
|
84
|
+
}
|
|
85
|
+
catch {
|
|
86
|
+
throw new Error(`Cannot resolve workflow file for slug "${slug}" (entry ${entryId}): no ` +
|
|
87
|
+
`entry sidecar on disk. Resolution reads the stored artifactPath only — ` +
|
|
88
|
+
`there is no slug+stage fallback. Run \`deskwork doctor --fix\` to ` +
|
|
89
|
+
`migrate this entry, then retry.`);
|
|
80
90
|
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Resolve the absolute path of the markdown file backing a longform or
|
|
94
|
+
* outline workflow, from the entry's stored `artifactPath` (Phase
|
|
95
|
+
* 39c-2b(a)). There is NO content-index lookup or slug-template
|
|
96
|
+
* fallback — an entry without a stored path throws `doctor --fix`.
|
|
97
|
+
*
|
|
98
|
+
* Returns the canonical document path (refined to a sibling `index.md`
|
|
99
|
+
* when one exists on disk). Callers should `existsSync` if they need an
|
|
100
|
+
* existence guarantee — the path may name a not-yet-written file.
|
|
101
|
+
*/
|
|
102
|
+
export function resolveLongformFilePath(projectRoot, config, site, slug, hint) {
|
|
103
|
+
const entry = loadWorkflowEntrySidecar(projectRoot, config, site, slug, hint);
|
|
104
|
+
return resolveArtifactPathOrThrow(entry, projectRoot);
|
|
87
105
|
}
|
|
88
106
|
/**
|
|
89
107
|
* Resolve the absolute path of the markdown file backing a shortform
|
|
90
|
-
* workflow
|
|
91
|
-
*
|
|
92
|
-
*
|
|
108
|
+
* workflow, COMPOSED from the parent entry's stored `artifactPath`
|
|
109
|
+
* directory (Phase 39c-2b(a), spec AUDIT-35):
|
|
110
|
+
*
|
|
111
|
+
* <dir-of-parent-artifact>/scrapbook/shortform/<platform>[-<channel>].md
|
|
112
|
+
*
|
|
113
|
+
* Always returns a path (the shortform child path is deterministic once
|
|
114
|
+
* the parent has an `artifactPath`); it does NOT return `undefined` for
|
|
115
|
+
* an un-scaffolded file — the caller scaffolds it in place. An unmigrated
|
|
116
|
+
* parent (no `artifactPath`) throws `doctor --fix`.
|
|
93
117
|
*/
|
|
94
118
|
export function resolveShortformWorkflowFilePath(projectRoot, config, site, slug, platform, channel, hint) {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
if (entry === undefined && (entryId === undefined || entryId === '')) {
|
|
98
|
-
entry = lookupEntry(projectRoot, config, site, { slug });
|
|
99
|
-
entryId = entry?.id;
|
|
100
|
-
}
|
|
101
|
-
else if (entry === undefined && entryId !== undefined) {
|
|
102
|
-
entry = lookupEntry(projectRoot, config, site, { entryId });
|
|
103
|
-
}
|
|
104
|
-
else if (entryId === undefined || entryId === '') {
|
|
105
|
-
entryId = entry?.id;
|
|
106
|
-
}
|
|
107
|
-
return resolveShortformFilePath(projectRoot, config, site, {
|
|
108
|
-
...(entryId !== undefined && entryId !== '' ? { id: entryId } : {}),
|
|
109
|
-
slug: entry?.slug ?? slug,
|
|
110
|
-
}, platform, channel, hint.index);
|
|
119
|
+
const entry = loadWorkflowEntrySidecar(projectRoot, config, site, slug, hint);
|
|
120
|
+
return composeShortformDraftPath(entry, projectRoot, platform, channel);
|
|
111
121
|
}
|
|
112
122
|
//# sourceMappingURL=workflow-paths.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-paths.js","sourceRoot":"","sources":["../../src/review/workflow-paths.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"workflow-paths.js","sourceRoot":"","sources":["../../src/review/workflow-paths.ts"],"names":[],"mappings":"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"}
|
|
@@ -26,13 +26,13 @@ export declare const SpatialAnchorSchema: z.ZodDiscriminatedUnion<"kind", [z.Zod
|
|
|
26
26
|
x: z.ZodNumber;
|
|
27
27
|
y: z.ZodNumber;
|
|
28
28
|
}, "strict", z.ZodTypeAny, {
|
|
29
|
+
y: number;
|
|
29
30
|
kind: "pixel";
|
|
30
31
|
x: number;
|
|
31
|
-
y: number;
|
|
32
32
|
}, {
|
|
33
|
+
y: number;
|
|
33
34
|
kind: "pixel";
|
|
34
35
|
x: number;
|
|
35
|
-
y: number;
|
|
36
36
|
}>, z.ZodObject<{
|
|
37
37
|
kind: z.ZodLiteral<"dom-selector">;
|
|
38
38
|
selector: z.ZodString;
|
|
@@ -105,13 +105,13 @@ export declare const DraftAnnotationSchema: z.ZodEffects<z.ZodDiscriminatedUnion
|
|
|
105
105
|
x: z.ZodNumber;
|
|
106
106
|
y: z.ZodNumber;
|
|
107
107
|
}, "strict", z.ZodTypeAny, {
|
|
108
|
+
y: number;
|
|
108
109
|
kind: "pixel";
|
|
109
110
|
x: number;
|
|
110
|
-
y: number;
|
|
111
111
|
}, {
|
|
112
|
+
y: number;
|
|
112
113
|
kind: "pixel";
|
|
113
114
|
x: number;
|
|
114
|
-
y: number;
|
|
115
115
|
}>, z.ZodObject<{
|
|
116
116
|
kind: z.ZodLiteral<"dom-selector">;
|
|
117
117
|
selector: z.ZodString;
|
|
@@ -150,9 +150,9 @@ export declare const DraftAnnotationSchema: z.ZodEffects<z.ZodDiscriminatedUnion
|
|
|
150
150
|
replyTo?: string | undefined;
|
|
151
151
|
attachments?: string[] | undefined;
|
|
152
152
|
spatialAnchor?: {
|
|
153
|
+
y: number;
|
|
153
154
|
kind: "pixel";
|
|
154
155
|
x: number;
|
|
155
|
-
y: number;
|
|
156
156
|
} | {
|
|
157
157
|
kind: "dom-selector";
|
|
158
158
|
selector: string;
|
|
@@ -176,9 +176,9 @@ export declare const DraftAnnotationSchema: z.ZodEffects<z.ZodDiscriminatedUnion
|
|
|
176
176
|
replyTo?: string | undefined;
|
|
177
177
|
attachments?: string[] | undefined;
|
|
178
178
|
spatialAnchor?: {
|
|
179
|
+
y: number;
|
|
179
180
|
kind: "pixel";
|
|
180
181
|
x: number;
|
|
181
|
-
y: number;
|
|
182
182
|
} | {
|
|
183
183
|
kind: "dom-selector";
|
|
184
184
|
selector: string;
|
|
@@ -412,9 +412,9 @@ export declare const DraftAnnotationSchema: z.ZodEffects<z.ZodDiscriminatedUnion
|
|
|
412
412
|
replyTo?: string | undefined;
|
|
413
413
|
attachments?: string[] | undefined;
|
|
414
414
|
spatialAnchor?: {
|
|
415
|
+
y: number;
|
|
415
416
|
kind: "pixel";
|
|
416
417
|
x: number;
|
|
417
|
-
y: number;
|
|
418
418
|
} | {
|
|
419
419
|
kind: "dom-selector";
|
|
420
420
|
selector: string;
|
|
@@ -502,9 +502,9 @@ export declare const DraftAnnotationSchema: z.ZodEffects<z.ZodDiscriminatedUnion
|
|
|
502
502
|
replyTo?: string | undefined;
|
|
503
503
|
attachments?: string[] | undefined;
|
|
504
504
|
spatialAnchor?: {
|
|
505
|
+
y: number;
|
|
505
506
|
kind: "pixel";
|
|
506
507
|
x: number;
|
|
507
|
-
y: number;
|
|
508
508
|
} | {
|
|
509
509
|
kind: "dom-selector";
|
|
510
510
|
selector: string;
|
package/dist/schema/entry.d.ts
CHANGED
|
@@ -120,17 +120,17 @@ export declare const EntrySchema: z.ZodObject<{
|
|
|
120
120
|
title: string;
|
|
121
121
|
uuid: string;
|
|
122
122
|
keywords: string[];
|
|
123
|
-
createdAt: string;
|
|
124
123
|
currentStage: string;
|
|
125
124
|
iterationByStage: Record<string, number>;
|
|
125
|
+
createdAt: string;
|
|
126
126
|
updatedAt: string;
|
|
127
127
|
description?: string | undefined;
|
|
128
|
-
datePublished?: string | undefined;
|
|
129
|
-
priorStage?: string | undefined;
|
|
130
128
|
archivedAt?: string | undefined;
|
|
129
|
+
priorStage?: string | undefined;
|
|
131
130
|
lane?: string | undefined;
|
|
132
131
|
artifactKind?: "markdown" | "html-mockup" | "single-file-html" | "image" | undefined;
|
|
133
132
|
targetVersion?: string | undefined;
|
|
133
|
+
datePublished?: string | undefined;
|
|
134
134
|
artifactPath?: string | undefined;
|
|
135
135
|
members?: string[] | undefined;
|
|
136
136
|
shortformWorkflows?: Record<string, string> | undefined;
|
|
@@ -140,17 +140,17 @@ export declare const EntrySchema: z.ZodObject<{
|
|
|
140
140
|
title: string;
|
|
141
141
|
uuid: string;
|
|
142
142
|
keywords: string[];
|
|
143
|
-
createdAt: string;
|
|
144
143
|
currentStage: string;
|
|
145
144
|
iterationByStage: Record<string, number>;
|
|
145
|
+
createdAt: string;
|
|
146
146
|
updatedAt: string;
|
|
147
147
|
description?: string | undefined;
|
|
148
|
-
datePublished?: string | undefined;
|
|
149
|
-
priorStage?: string | undefined;
|
|
150
148
|
archivedAt?: string | undefined;
|
|
149
|
+
priorStage?: string | undefined;
|
|
151
150
|
lane?: string | undefined;
|
|
152
151
|
artifactKind?: "markdown" | "html-mockup" | "single-file-html" | "image" | undefined;
|
|
153
152
|
targetVersion?: string | undefined;
|
|
153
|
+
datePublished?: string | undefined;
|
|
154
154
|
artifactPath?: string | undefined;
|
|
155
155
|
members?: string[] | undefined;
|
|
156
156
|
shortformWorkflows?: Record<string, string> | undefined;
|
|
@@ -29,17 +29,17 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
29
29
|
title: string;
|
|
30
30
|
uuid: string;
|
|
31
31
|
keywords: string[];
|
|
32
|
-
createdAt: string;
|
|
33
32
|
currentStage: string;
|
|
34
33
|
iterationByStage: Record<string, number>;
|
|
34
|
+
createdAt: string;
|
|
35
35
|
updatedAt: string;
|
|
36
36
|
description?: string | undefined;
|
|
37
|
-
datePublished?: string | undefined;
|
|
38
|
-
priorStage?: string | undefined;
|
|
39
37
|
archivedAt?: string | undefined;
|
|
38
|
+
priorStage?: string | undefined;
|
|
40
39
|
lane?: string | undefined;
|
|
41
40
|
artifactKind?: "markdown" | "html-mockup" | "single-file-html" | "image" | undefined;
|
|
42
41
|
targetVersion?: string | undefined;
|
|
42
|
+
datePublished?: string | undefined;
|
|
43
43
|
artifactPath?: string | undefined;
|
|
44
44
|
members?: string[] | undefined;
|
|
45
45
|
shortformWorkflows?: Record<string, string> | undefined;
|
|
@@ -49,17 +49,17 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
49
49
|
title: string;
|
|
50
50
|
uuid: string;
|
|
51
51
|
keywords: string[];
|
|
52
|
-
createdAt: string;
|
|
53
52
|
currentStage: string;
|
|
54
53
|
iterationByStage: Record<string, number>;
|
|
54
|
+
createdAt: string;
|
|
55
55
|
updatedAt: string;
|
|
56
56
|
description?: string | undefined;
|
|
57
|
-
datePublished?: string | undefined;
|
|
58
|
-
priorStage?: string | undefined;
|
|
59
57
|
archivedAt?: string | undefined;
|
|
58
|
+
priorStage?: string | undefined;
|
|
60
59
|
lane?: string | undefined;
|
|
61
60
|
artifactKind?: "markdown" | "html-mockup" | "single-file-html" | "image" | undefined;
|
|
62
61
|
targetVersion?: string | undefined;
|
|
62
|
+
datePublished?: string | undefined;
|
|
63
63
|
artifactPath?: string | undefined;
|
|
64
64
|
members?: string[] | undefined;
|
|
65
65
|
shortformWorkflows?: Record<string, string> | undefined;
|
|
@@ -72,17 +72,17 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
72
72
|
title: string;
|
|
73
73
|
uuid: string;
|
|
74
74
|
keywords: string[];
|
|
75
|
-
createdAt: string;
|
|
76
75
|
currentStage: string;
|
|
77
76
|
iterationByStage: Record<string, number>;
|
|
77
|
+
createdAt: string;
|
|
78
78
|
updatedAt: string;
|
|
79
79
|
description?: string | undefined;
|
|
80
|
-
datePublished?: string | undefined;
|
|
81
|
-
priorStage?: string | undefined;
|
|
82
80
|
archivedAt?: string | undefined;
|
|
81
|
+
priorStage?: string | undefined;
|
|
83
82
|
lane?: string | undefined;
|
|
84
83
|
artifactKind?: "markdown" | "html-mockup" | "single-file-html" | "image" | undefined;
|
|
85
84
|
targetVersion?: string | undefined;
|
|
85
|
+
datePublished?: string | undefined;
|
|
86
86
|
artifactPath?: string | undefined;
|
|
87
87
|
members?: string[] | undefined;
|
|
88
88
|
shortformWorkflows?: Record<string, string> | undefined;
|
|
@@ -97,17 +97,17 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
97
97
|
title: string;
|
|
98
98
|
uuid: string;
|
|
99
99
|
keywords: string[];
|
|
100
|
-
createdAt: string;
|
|
101
100
|
currentStage: string;
|
|
102
101
|
iterationByStage: Record<string, number>;
|
|
102
|
+
createdAt: string;
|
|
103
103
|
updatedAt: string;
|
|
104
104
|
description?: string | undefined;
|
|
105
|
-
datePublished?: string | undefined;
|
|
106
|
-
priorStage?: string | undefined;
|
|
107
105
|
archivedAt?: string | undefined;
|
|
106
|
+
priorStage?: string | undefined;
|
|
108
107
|
lane?: string | undefined;
|
|
109
108
|
artifactKind?: "markdown" | "html-mockup" | "single-file-html" | "image" | undefined;
|
|
110
109
|
targetVersion?: string | undefined;
|
|
110
|
+
datePublished?: string | undefined;
|
|
111
111
|
artifactPath?: string | undefined;
|
|
112
112
|
members?: string[] | undefined;
|
|
113
113
|
shortformWorkflows?: Record<string, string> | undefined;
|
|
@@ -140,19 +140,19 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
140
140
|
version: z.ZodNumber;
|
|
141
141
|
markdown: z.ZodString;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
143
|
-
at: string;
|
|
144
143
|
stage: string;
|
|
144
|
+
at: string;
|
|
145
145
|
version: number;
|
|
146
|
+
markdown: string;
|
|
146
147
|
kind: "iteration";
|
|
147
148
|
entryId: string;
|
|
148
|
-
markdown: string;
|
|
149
149
|
}, {
|
|
150
|
-
at: string;
|
|
151
150
|
stage: string;
|
|
151
|
+
at: string;
|
|
152
152
|
version: number;
|
|
153
|
+
markdown: string;
|
|
153
154
|
kind: "iteration";
|
|
154
155
|
entryId: string;
|
|
155
|
-
markdown: string;
|
|
156
156
|
}>, z.ZodObject<{
|
|
157
157
|
kind: z.ZodLiteral<"annotation">;
|
|
158
158
|
at: z.ZodString;
|
|
@@ -206,8 +206,8 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
206
206
|
dispositionReason?: string | undefined;
|
|
207
207
|
}>;
|
|
208
208
|
}, "strip", z.ZodTypeAny, {
|
|
209
|
-
at: string;
|
|
210
209
|
stage: string;
|
|
210
|
+
at: string;
|
|
211
211
|
version: number;
|
|
212
212
|
annotation: {
|
|
213
213
|
id: string;
|
|
@@ -226,8 +226,8 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
226
226
|
kind: "annotation";
|
|
227
227
|
entryId: string;
|
|
228
228
|
}, {
|
|
229
|
-
at: string;
|
|
230
229
|
stage: string;
|
|
230
|
+
at: string;
|
|
231
231
|
version: number;
|
|
232
232
|
annotation: {
|
|
233
233
|
id: string;
|
|
@@ -253,15 +253,15 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
253
253
|
from: z.ZodNullable<z.ZodEnum<["in-review", "iterating", "approved"]>>;
|
|
254
254
|
to: z.ZodNullable<z.ZodEnum<["in-review", "iterating", "approved"]>>;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
|
-
at: string;
|
|
257
256
|
stage: string;
|
|
257
|
+
at: string;
|
|
258
258
|
kind: "review-state-change";
|
|
259
259
|
from: "in-review" | "iterating" | "approved" | null;
|
|
260
260
|
to: "in-review" | "iterating" | "approved" | null;
|
|
261
261
|
entryId: string;
|
|
262
262
|
}, {
|
|
263
|
-
at: string;
|
|
264
263
|
stage: string;
|
|
264
|
+
at: string;
|
|
265
265
|
kind: "review-state-change";
|
|
266
266
|
from: "in-review" | "iterating" | "approved" | null;
|
|
267
267
|
to: "in-review" | "iterating" | "approved" | null;
|
|
@@ -327,13 +327,13 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
327
327
|
x: z.ZodNumber;
|
|
328
328
|
y: z.ZodNumber;
|
|
329
329
|
}, "strict", z.ZodTypeAny, {
|
|
330
|
+
y: number;
|
|
330
331
|
kind: "pixel";
|
|
331
332
|
x: number;
|
|
332
|
-
y: number;
|
|
333
333
|
}, {
|
|
334
|
+
y: number;
|
|
334
335
|
kind: "pixel";
|
|
335
336
|
x: number;
|
|
336
|
-
y: number;
|
|
337
337
|
}>, z.ZodObject<{
|
|
338
338
|
kind: z.ZodLiteral<"dom-selector">;
|
|
339
339
|
selector: z.ZodString;
|
|
@@ -372,9 +372,9 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
372
372
|
replyTo?: string | undefined;
|
|
373
373
|
attachments?: string[] | undefined;
|
|
374
374
|
spatialAnchor?: {
|
|
375
|
+
y: number;
|
|
375
376
|
kind: "pixel";
|
|
376
377
|
x: number;
|
|
377
|
-
y: number;
|
|
378
378
|
} | {
|
|
379
379
|
kind: "dom-selector";
|
|
380
380
|
selector: string;
|
|
@@ -398,9 +398,9 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
398
398
|
replyTo?: string | undefined;
|
|
399
399
|
attachments?: string[] | undefined;
|
|
400
400
|
spatialAnchor?: {
|
|
401
|
+
y: number;
|
|
401
402
|
kind: "pixel";
|
|
402
403
|
x: number;
|
|
403
|
-
y: number;
|
|
404
404
|
} | {
|
|
405
405
|
kind: "dom-selector";
|
|
406
406
|
selector: string;
|
|
@@ -622,9 +622,9 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
622
622
|
replyTo?: string | undefined;
|
|
623
623
|
attachments?: string[] | undefined;
|
|
624
624
|
spatialAnchor?: {
|
|
625
|
+
y: number;
|
|
625
626
|
kind: "pixel";
|
|
626
627
|
x: number;
|
|
627
|
-
y: number;
|
|
628
628
|
} | {
|
|
629
629
|
kind: "dom-selector";
|
|
630
630
|
selector: string;
|
|
@@ -712,9 +712,9 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
712
712
|
replyTo?: string | undefined;
|
|
713
713
|
attachments?: string[] | undefined;
|
|
714
714
|
spatialAnchor?: {
|
|
715
|
+
y: number;
|
|
715
716
|
kind: "pixel";
|
|
716
717
|
x: number;
|
|
717
|
-
y: number;
|
|
718
718
|
} | {
|
|
719
719
|
kind: "dom-selector";
|
|
720
720
|
selector: string;
|
|
@@ -805,9 +805,9 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
805
805
|
replyTo?: string | undefined;
|
|
806
806
|
attachments?: string[] | undefined;
|
|
807
807
|
spatialAnchor?: {
|
|
808
|
+
y: number;
|
|
808
809
|
kind: "pixel";
|
|
809
810
|
x: number;
|
|
810
|
-
y: number;
|
|
811
811
|
} | {
|
|
812
812
|
kind: "dom-selector";
|
|
813
813
|
selector: string;
|
|
@@ -900,9 +900,9 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
900
900
|
replyTo?: string | undefined;
|
|
901
901
|
attachments?: string[] | undefined;
|
|
902
902
|
spatialAnchor?: {
|
|
903
|
+
y: number;
|
|
903
904
|
kind: "pixel";
|
|
904
905
|
x: number;
|
|
905
|
-
y: number;
|
|
906
906
|
} | {
|
|
907
907
|
kind: "dom-selector";
|
|
908
908
|
selector: string;
|
|
@@ -985,15 +985,15 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
985
985
|
target: z.ZodString;
|
|
986
986
|
details: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
987
987
|
}, "strip", z.ZodTypeAny, {
|
|
988
|
-
at: string;
|
|
989
988
|
source: string;
|
|
989
|
+
at: string;
|
|
990
990
|
kind: "lane-migration";
|
|
991
991
|
migration: string;
|
|
992
992
|
target: string;
|
|
993
993
|
details?: Record<string, unknown> | undefined;
|
|
994
994
|
}, {
|
|
995
|
-
at: string;
|
|
996
995
|
source: string;
|
|
996
|
+
at: string;
|
|
997
997
|
kind: "lane-migration";
|
|
998
998
|
migration: string;
|
|
999
999
|
target: string;
|
|
@@ -1005,32 +1005,46 @@ export declare const JournalEventSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
1005
1005
|
details: z.ZodObject<{
|
|
1006
1006
|
name: z.ZodString;
|
|
1007
1007
|
pipelineTemplate: z.ZodString;
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
contentDir:
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
}
|
|
1008
|
+
scaffoldDefaults: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1009
|
+
host: z.ZodOptional<z.ZodString>;
|
|
1010
|
+
contentDir: z.ZodOptional<z.ZodString>;
|
|
1011
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1012
|
+
name: z.ZodString;
|
|
1013
|
+
pipelineTemplate: z.ZodString;
|
|
1014
|
+
scaffoldDefaults: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1015
|
+
host: z.ZodOptional<z.ZodString>;
|
|
1016
|
+
contentDir: z.ZodOptional<z.ZodString>;
|
|
1017
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1018
|
+
name: z.ZodString;
|
|
1019
|
+
pipelineTemplate: z.ZodString;
|
|
1020
|
+
scaffoldDefaults: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1021
|
+
host: z.ZodOptional<z.ZodString>;
|
|
1022
|
+
contentDir: z.ZodOptional<z.ZodString>;
|
|
1023
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
1018
1024
|
}, "strip", z.ZodTypeAny, {
|
|
1019
1025
|
at: string;
|
|
1020
1026
|
kind: "lane-create";
|
|
1021
1027
|
details: {
|
|
1022
|
-
contentDir: string;
|
|
1023
1028
|
name: string;
|
|
1024
1029
|
pipelineTemplate: string;
|
|
1030
|
+
contentDir?: string | undefined;
|
|
1031
|
+
host?: string | undefined;
|
|
1032
|
+
scaffoldDefaults?: Record<string, string> | undefined;
|
|
1033
|
+
} & {
|
|
1034
|
+
[k: string]: unknown;
|
|
1025
1035
|
};
|
|
1026
1036
|
laneId: string;
|
|
1027
1037
|
}, {
|
|
1028
1038
|
at: string;
|
|
1029
1039
|
kind: "lane-create";
|
|
1030
1040
|
details: {
|
|
1031
|
-
contentDir: string;
|
|
1032
1041
|
name: string;
|
|
1033
1042
|
pipelineTemplate: string;
|
|
1043
|
+
contentDir?: string | undefined;
|
|
1044
|
+
host?: string | undefined;
|
|
1045
|
+
scaffoldDefaults?: Record<string, string> | undefined;
|
|
1046
|
+
} & {
|
|
1047
|
+
[k: string]: unknown;
|
|
1034
1048
|
};
|
|
1035
1049
|
laneId: string;
|
|
1036
1050
|
}>, z.ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"journal-events.d.ts","sourceRoot":"","sources":["../../src/schema/journal-events.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"journal-events.d.ts","sourceRoot":"","sources":["../../src/schema/journal-events.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAsdxB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyB7B,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
|