@ontrails/core 1.0.0-beta.2 → 1.0.0-beta.21

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.
Files changed (245) hide show
  1. package/CHANGELOG.md +283 -5
  2. package/README.md +113 -33
  3. package/package.json +11 -1
  4. package/src/activation-provenance.ts +111 -0
  5. package/src/activation-source-compatibility.ts +430 -0
  6. package/src/activation-source-projection.ts +221 -0
  7. package/src/activation-source.ts +91 -0
  8. package/src/blob-ref.ts +51 -0
  9. package/src/branded.ts +1 -1
  10. package/src/compose-batch.ts +69 -0
  11. package/src/compose-schema.ts +36 -0
  12. package/src/context.ts +44 -10
  13. package/src/contour.ts +346 -0
  14. package/src/derive.ts +59 -18
  15. package/src/detours.ts +8 -0
  16. package/src/draft.ts +342 -0
  17. package/src/error-projection.ts +51 -0
  18. package/src/errors.ts +309 -48
  19. package/src/execute.ts +1577 -0
  20. package/src/fire.ts +1169 -0
  21. package/src/index.ts +477 -32
  22. package/src/internal/fork-ctx.ts +69 -0
  23. package/src/layer-projection.ts +193 -0
  24. package/src/layer.ts +43 -6
  25. package/src/observe.ts +361 -0
  26. package/src/path-security.ts +1 -1
  27. package/src/permits.ts +12 -0
  28. package/src/redaction/patterns.ts +6 -3
  29. package/src/resilience.ts +11 -11
  30. package/src/resource-config.ts +792 -0
  31. package/src/resource.ts +194 -0
  32. package/src/result.ts +36 -4
  33. package/src/run.ts +76 -0
  34. package/src/schedule-runtime.ts +689 -0
  35. package/src/schedule.ts +326 -0
  36. package/src/serialization.ts +119 -39
  37. package/src/signal-diagnostics.ts +633 -0
  38. package/src/signal-ref.ts +87 -0
  39. package/src/signal.ts +104 -0
  40. package/src/store/accessor-protocol.ts +56 -0
  41. package/src/store/index.ts +4 -0
  42. package/src/structured-examples.ts +248 -0
  43. package/src/surface-derivation.ts +91 -0
  44. package/src/surface-filter.ts +176 -0
  45. package/src/surface-versioning.ts +42 -0
  46. package/src/topo.ts +769 -57
  47. package/src/tracing.ts +345 -0
  48. package/src/trail.ts +1161 -29
  49. package/src/trails/derive-trail.ts +842 -0
  50. package/src/trails/index.ts +9 -0
  51. package/src/trails/ingest.ts +139 -0
  52. package/src/trails-db.ts +208 -0
  53. package/src/transport-error-map.ts +174 -0
  54. package/src/type-utils.ts +87 -0
  55. package/src/types.ts +254 -12
  56. package/src/validate-established-topo.ts +69 -0
  57. package/src/validate-topo.ts +442 -35
  58. package/src/validation.ts +152 -4
  59. package/src/version-marker.ts +716 -0
  60. package/src/version-resolution.ts +308 -0
  61. package/src/version-runtime.ts +120 -0
  62. package/src/webhook.ts +278 -0
  63. package/src/workspace.ts +1 -1
  64. package/src/zod-wrappers.ts +72 -0
  65. package/.turbo/turbo-build.log +0 -1
  66. package/.turbo/turbo-lint.log +0 -3
  67. package/.turbo/turbo-typecheck.log +0 -1
  68. package/dist/adapters.d.ts +0 -39
  69. package/dist/adapters.d.ts.map +0 -1
  70. package/dist/adapters.js +0 -2
  71. package/dist/adapters.js.map +0 -1
  72. package/dist/blob-ref.d.ts +0 -20
  73. package/dist/blob-ref.d.ts.map +0 -1
  74. package/dist/blob-ref.js +0 -22
  75. package/dist/blob-ref.js.map +0 -1
  76. package/dist/branded.d.ts +0 -36
  77. package/dist/branded.d.ts.map +0 -1
  78. package/dist/branded.js +0 -89
  79. package/dist/branded.js.map +0 -1
  80. package/dist/collections.d.ts +0 -31
  81. package/dist/collections.d.ts.map +0 -1
  82. package/dist/collections.js +0 -60
  83. package/dist/collections.js.map +0 -1
  84. package/dist/context.d.ts +0 -10
  85. package/dist/context.d.ts.map +0 -1
  86. package/dist/context.js +0 -15
  87. package/dist/context.js.map +0 -1
  88. package/dist/derive.d.ts +0 -33
  89. package/dist/derive.d.ts.map +0 -1
  90. package/dist/derive.js +0 -122
  91. package/dist/derive.js.map +0 -1
  92. package/dist/errors.d.ts +0 -83
  93. package/dist/errors.d.ts.map +0 -1
  94. package/dist/errors.js +0 -142
  95. package/dist/errors.js.map +0 -1
  96. package/dist/event.d.ts +0 -45
  97. package/dist/event.d.ts.map +0 -1
  98. package/dist/event.js +0 -17
  99. package/dist/event.js.map +0 -1
  100. package/dist/fetch.d.ts +0 -15
  101. package/dist/fetch.d.ts.map +0 -1
  102. package/dist/fetch.js +0 -102
  103. package/dist/fetch.js.map +0 -1
  104. package/dist/guards.d.ts +0 -17
  105. package/dist/guards.d.ts.map +0 -1
  106. package/dist/guards.js +0 -25
  107. package/dist/guards.js.map +0 -1
  108. package/dist/health.d.ts +0 -18
  109. package/dist/health.d.ts.map +0 -1
  110. package/dist/health.js +0 -5
  111. package/dist/health.js.map +0 -1
  112. package/dist/hike.d.ts +0 -36
  113. package/dist/hike.d.ts.map +0 -1
  114. package/dist/hike.js +0 -20
  115. package/dist/hike.js.map +0 -1
  116. package/dist/index.d.ts +0 -34
  117. package/dist/index.d.ts.map +0 -1
  118. package/dist/index.js +0 -38
  119. package/dist/index.js.map +0 -1
  120. package/dist/job.d.ts +0 -24
  121. package/dist/job.d.ts.map +0 -1
  122. package/dist/job.js +0 -17
  123. package/dist/job.js.map +0 -1
  124. package/dist/layer.d.ts +0 -17
  125. package/dist/layer.d.ts.map +0 -1
  126. package/dist/layer.js +0 -21
  127. package/dist/layer.js.map +0 -1
  128. package/dist/path-security.d.ts +0 -28
  129. package/dist/path-security.d.ts.map +0 -1
  130. package/dist/path-security.js +0 -63
  131. package/dist/path-security.js.map +0 -1
  132. package/dist/patterns/bulk.d.ts +0 -15
  133. package/dist/patterns/bulk.d.ts.map +0 -1
  134. package/dist/patterns/bulk.js +0 -14
  135. package/dist/patterns/bulk.js.map +0 -1
  136. package/dist/patterns/change.d.ts +0 -10
  137. package/dist/patterns/change.d.ts.map +0 -1
  138. package/dist/patterns/change.js +0 -10
  139. package/dist/patterns/change.js.map +0 -1
  140. package/dist/patterns/date-range.d.ts +0 -10
  141. package/dist/patterns/date-range.d.ts.map +0 -1
  142. package/dist/patterns/date-range.js +0 -10
  143. package/dist/patterns/date-range.js.map +0 -1
  144. package/dist/patterns/index.d.ts +0 -9
  145. package/dist/patterns/index.d.ts.map +0 -1
  146. package/dist/patterns/index.js +0 -9
  147. package/dist/patterns/index.js.map +0 -1
  148. package/dist/patterns/pagination.d.ts +0 -18
  149. package/dist/patterns/pagination.d.ts.map +0 -1
  150. package/dist/patterns/pagination.js +0 -18
  151. package/dist/patterns/pagination.js.map +0 -1
  152. package/dist/patterns/progress.d.ts +0 -11
  153. package/dist/patterns/progress.d.ts.map +0 -1
  154. package/dist/patterns/progress.js +0 -11
  155. package/dist/patterns/progress.js.map +0 -1
  156. package/dist/patterns/sorting.d.ts +0 -13
  157. package/dist/patterns/sorting.d.ts.map +0 -1
  158. package/dist/patterns/sorting.js +0 -10
  159. package/dist/patterns/sorting.js.map +0 -1
  160. package/dist/patterns/status.d.ts +0 -15
  161. package/dist/patterns/status.d.ts.map +0 -1
  162. package/dist/patterns/status.js +0 -9
  163. package/dist/patterns/status.js.map +0 -1
  164. package/dist/patterns/timestamps.d.ts +0 -10
  165. package/dist/patterns/timestamps.d.ts.map +0 -1
  166. package/dist/patterns/timestamps.js +0 -10
  167. package/dist/patterns/timestamps.js.map +0 -1
  168. package/dist/redaction/index.d.ts +0 -4
  169. package/dist/redaction/index.d.ts.map +0 -1
  170. package/dist/redaction/index.js +0 -3
  171. package/dist/redaction/index.js.map +0 -1
  172. package/dist/redaction/patterns.d.ts +0 -9
  173. package/dist/redaction/patterns.d.ts.map +0 -1
  174. package/dist/redaction/patterns.js +0 -39
  175. package/dist/redaction/patterns.js.map +0 -1
  176. package/dist/redaction/redactor.d.ts +0 -27
  177. package/dist/redaction/redactor.d.ts.map +0 -1
  178. package/dist/redaction/redactor.js +0 -89
  179. package/dist/redaction/redactor.js.map +0 -1
  180. package/dist/resilience.d.ts +0 -34
  181. package/dist/resilience.d.ts.map +0 -1
  182. package/dist/resilience.js +0 -164
  183. package/dist/resilience.js.map +0 -1
  184. package/dist/result.d.ts +0 -57
  185. package/dist/result.d.ts.map +0 -1
  186. package/dist/result.js +0 -145
  187. package/dist/result.js.map +0 -1
  188. package/dist/serialization.d.ts +0 -27
  189. package/dist/serialization.d.ts.map +0 -1
  190. package/dist/serialization.js +0 -115
  191. package/dist/serialization.js.map +0 -1
  192. package/dist/topo.d.ts +0 -18
  193. package/dist/topo.d.ts.map +0 -1
  194. package/dist/topo.js +0 -74
  195. package/dist/topo.js.map +0 -1
  196. package/dist/trail.d.ts +0 -83
  197. package/dist/trail.d.ts.map +0 -1
  198. package/dist/trail.js +0 -16
  199. package/dist/trail.js.map +0 -1
  200. package/dist/types.d.ts +0 -46
  201. package/dist/types.d.ts.map +0 -1
  202. package/dist/types.js +0 -2
  203. package/dist/types.js.map +0 -1
  204. package/dist/validate-topo.d.ts +0 -24
  205. package/dist/validate-topo.d.ts.map +0 -1
  206. package/dist/validate-topo.js +0 -108
  207. package/dist/validate-topo.js.map +0 -1
  208. package/dist/validation.d.ts +0 -27
  209. package/dist/validation.d.ts.map +0 -1
  210. package/dist/validation.js +0 -134
  211. package/dist/validation.js.map +0 -1
  212. package/dist/workspace.d.ts +0 -25
  213. package/dist/workspace.d.ts.map +0 -1
  214. package/dist/workspace.js +0 -57
  215. package/dist/workspace.js.map +0 -1
  216. package/src/__tests__/blob-ref.test.ts +0 -103
  217. package/src/__tests__/branded.test.ts +0 -148
  218. package/src/__tests__/collections.test.ts +0 -126
  219. package/src/__tests__/context.test.ts +0 -66
  220. package/src/__tests__/derive.test.ts +0 -159
  221. package/src/__tests__/errors.test.ts +0 -309
  222. package/src/__tests__/event.test.ts +0 -82
  223. package/src/__tests__/fetch.test.ts +0 -217
  224. package/src/__tests__/guards.test.ts +0 -102
  225. package/src/__tests__/hike.test.ts +0 -117
  226. package/src/__tests__/job.test.ts +0 -98
  227. package/src/__tests__/layer.test.ts +0 -224
  228. package/src/__tests__/path-security.test.ts +0 -114
  229. package/src/__tests__/patterns.test.ts +0 -273
  230. package/src/__tests__/redaction.test.ts +0 -244
  231. package/src/__tests__/resilience.test.ts +0 -246
  232. package/src/__tests__/result.test.ts +0 -155
  233. package/src/__tests__/serialization.test.ts +0 -236
  234. package/src/__tests__/topo.test.ts +0 -184
  235. package/src/__tests__/trail.test.ts +0 -179
  236. package/src/__tests__/validate-topo.test.ts +0 -201
  237. package/src/__tests__/validation.test.ts +0 -283
  238. package/src/__tests__/workspace.test.ts +0 -183
  239. package/src/adapters.ts +0 -68
  240. package/src/event.ts +0 -77
  241. package/src/health.ts +0 -23
  242. package/src/hike.ts +0 -77
  243. package/src/job.ts +0 -20
  244. package/tsconfig.json +0 -9
  245. package/tsconfig.tsbuildinfo +0 -1
@@ -0,0 +1,91 @@
1
+ import type { z } from 'zod';
2
+
3
+ import type { AnySignal } from './signal.js';
4
+
5
+ export const activationSourceKinds = Object.freeze([
6
+ 'signal',
7
+ 'schedule',
8
+ 'webhook',
9
+ ] as const);
10
+
11
+ export type BuiltinActivationSourceKind =
12
+ (typeof activationSourceKinds)[number];
13
+
14
+ export type ActivationSourceKind = string;
15
+
16
+ export type ActivationSourceMeta = Readonly<Record<string, unknown>>;
17
+
18
+ export type ActivationSourceParse<TPayload = unknown> =
19
+ | z.ZodType<TPayload>
20
+ | {
21
+ readonly output?: z.ZodType<TPayload> | undefined;
22
+ };
23
+
24
+ export interface ActivationSource {
25
+ readonly id: string;
26
+ readonly kind: ActivationSourceKind;
27
+ readonly cron?: string | undefined;
28
+ readonly input?: unknown;
29
+ readonly meta?: ActivationSourceMeta | undefined;
30
+ readonly method?: string | undefined;
31
+ readonly parse?: ActivationSourceParse | undefined;
32
+ readonly path?: string | undefined;
33
+ readonly payload?: z.ZodType<unknown> | undefined;
34
+ readonly timezone?: string | undefined;
35
+ readonly verify?: unknown;
36
+ }
37
+
38
+ export interface ActivationWhereExample {
39
+ readonly input?: unknown;
40
+ readonly on: boolean;
41
+ readonly payload?: unknown;
42
+ }
43
+
44
+ /* oxlint-disable no-explicit-any -- contextual predicate authoring needs source-specific payload inference; unknown would make inline predicates unusable until a helper API exists. */
45
+ export type ActivationWherePredicate<TPayload = any> = (
46
+ payload: TPayload
47
+ ) => boolean | Promise<boolean>;
48
+
49
+ export interface ActivationWhere<TPayload = any> {
50
+ readonly examples?: readonly ActivationWhereExample[] | undefined;
51
+ readonly predicate: ActivationWherePredicate<TPayload>;
52
+ }
53
+
54
+ export type ActivationWhereSpec<TPayload = any> =
55
+ | ActivationWhere<TPayload>
56
+ | ActivationWherePredicate<TPayload>;
57
+
58
+ export type ActivationSourceRef = string | AnySignal | ActivationSource;
59
+
60
+ export interface ActivationEntrySpec {
61
+ readonly source: ActivationSourceRef;
62
+ readonly meta?: ActivationSourceMeta | undefined;
63
+ readonly where?: ActivationWhereSpec | undefined;
64
+ }
65
+
66
+ export interface ActivationEntry {
67
+ readonly source: ActivationSource;
68
+ readonly meta?: ActivationSourceMeta | undefined;
69
+ readonly where?: ActivationWhereSpec | undefined;
70
+ }
71
+
72
+ export const getActivationWherePredicate = (
73
+ where: ActivationWhereSpec | undefined
74
+ ): ActivationWherePredicate | undefined =>
75
+ typeof where === 'function' ? where : where?.predicate;
76
+
77
+ export const isKnownActivationSourceKind = (
78
+ kind: string
79
+ ): kind is BuiltinActivationSourceKind =>
80
+ (activationSourceKinds as readonly string[]).includes(kind);
81
+
82
+ export const isActivationEntrySpec = (
83
+ value: unknown
84
+ ): value is ActivationEntrySpec =>
85
+ typeof value === 'object' && value !== null && 'source' in value;
86
+
87
+ export const isActivationSource = (value: unknown): value is ActivationSource =>
88
+ typeof value === 'object' &&
89
+ value !== null &&
90
+ 'id' in value &&
91
+ 'kind' in value;
package/src/blob-ref.ts CHANGED
@@ -2,6 +2,11 @@
2
2
  * BlobRef — a frozen reference to binary data for @ontrails/core.
3
3
  */
4
4
 
5
+ import { z } from 'zod';
6
+
7
+ /** Metadata key used to recognize BlobRef schemas during JSON Schema projection. */
8
+ export const BLOB_REF_SCHEMA_META_KEY = 'ontrails/blob-ref';
9
+
5
10
  /** Immutable reference to a blob of binary data. */
6
11
  export interface BlobRef {
7
12
  readonly name: string;
@@ -10,6 +15,37 @@ export interface BlobRef {
10
15
  readonly data: Uint8Array | ReadableStream<Uint8Array>;
11
16
  }
12
17
 
18
+ /** Schema-projected metadata for a BlobRef value. */
19
+ export interface BlobRefDescriptor {
20
+ readonly kind: 'blob';
21
+ readonly mimeType: string;
22
+ readonly name: string;
23
+ readonly size: number;
24
+ readonly uri: string;
25
+ }
26
+
27
+ /** Public descriptor schema emitted to transport clients instead of raw bytes. */
28
+ export const blobRefDescriptorSchema = z.object({
29
+ kind: z.literal('blob'),
30
+ mimeType: z.string(),
31
+ name: z.string(),
32
+ size: z.number(),
33
+ uri: z.string(),
34
+ });
35
+
36
+ /** Canonical JSON Schema for BlobRef descriptors across derived surfaces. */
37
+ export const blobRefJsonSchema = Object.freeze({
38
+ properties: Object.freeze({
39
+ kind: Object.freeze({ const: 'blob' }),
40
+ mimeType: Object.freeze({ type: 'string' }),
41
+ name: Object.freeze({ type: 'string' }),
42
+ size: Object.freeze({ type: 'number' }),
43
+ uri: Object.freeze({ type: 'string' }),
44
+ }),
45
+ required: Object.freeze(['kind', 'mimeType', 'name', 'size', 'uri']),
46
+ type: 'object',
47
+ });
48
+
13
49
  /** Creates a frozen BlobRef. */
14
50
  export const createBlobRef = (options: {
15
51
  name: string;
@@ -37,3 +73,18 @@ export const isBlobRef = (value: unknown): value is BlobRef => {
37
73
  (obj['data'] instanceof Uint8Array || obj['data'] instanceof ReadableStream)
38
74
  );
39
75
  };
76
+
77
+ /** Zod schema for runtime BlobRef values with metadata for descriptor projection. */
78
+ export const blobRefSchema = z
79
+ .custom<BlobRef>(isBlobRef, { error: 'Expected BlobRef' })
80
+ .meta({ [BLOB_REF_SCHEMA_META_KEY]: true });
81
+
82
+ /** Convert a runtime BlobRef into its schema-aware transport descriptor. */
83
+ export const toBlobRefDescriptor = (blob: BlobRef): BlobRefDescriptor =>
84
+ Object.freeze({
85
+ kind: 'blob',
86
+ mimeType: blob.mimeType,
87
+ name: blob.name,
88
+ size: blob.size,
89
+ uri: `blob://${blob.name}`,
90
+ });
package/src/branded.ts CHANGED
@@ -120,7 +120,7 @@ export const shortId = (length = 8): string => {
120
120
  * Produce a deterministic hex hash from an input string.
121
121
  * Uses a simple FNV-1a 32-bit hash — good enough for non-cryptographic IDs.
122
122
  */
123
- export const hashId = (input: string): string => {
123
+ export const deriveIdHash = (input: string): string => {
124
124
  // FNV offset basis
125
125
  let hash = 2_166_136_261;
126
126
  for (let i = 0; i < input.length; i += 1) {
@@ -0,0 +1,69 @@
1
+ /**
2
+ * Shared helpers for `ctx.compose([...])` batch execution.
3
+ *
4
+ * These helpers normalize batch options, produce validation results, and
5
+ * implement the unlimited/limited worker-pool execution strategies used by
6
+ * both the real executor (`packages/core/src/execute.ts`) and the scenario
7
+ * runner in `@ontrails/testing`. Extracting them here keeps the validation
8
+ * rule, error message, and worker-pool semantics authored in one place so
9
+ * the two call sites cannot drift.
10
+ */
11
+
12
+ import { ValidationError } from './errors.js';
13
+ import { Result } from './result.js';
14
+ import type { ComposeBatchOptions } from './types.js';
15
+
16
+ /**
17
+ * Validate the `concurrency` option on a batch `ctx.compose()` call.
18
+ *
19
+ * Returns `Ok(undefined)` when no limit is requested, `Ok(n)` when a
20
+ * positive integer is supplied, and `Err(ValidationError)` for any other
21
+ * value. The error message is load-bearing: callers and tests depend on
22
+ * the exact string.
23
+ */
24
+ export const normalizeComposeBatchConcurrency = (
25
+ options: ComposeBatchOptions | undefined
26
+ ): Result<number | undefined, Error> => {
27
+ const concurrency = options?.concurrency;
28
+ if (concurrency === undefined) {
29
+ return Result.ok();
30
+ }
31
+
32
+ if (!Number.isInteger(concurrency) || concurrency < 1) {
33
+ return Result.err(
34
+ new ValidationError(
35
+ 'ctx.compose() batch concurrency must be a positive integer'
36
+ )
37
+ );
38
+ }
39
+
40
+ return Result.ok(concurrency);
41
+ };
42
+
43
+ /**
44
+ * Produce one validation-error result per call, preserving the original
45
+ * call order. Used when `normalizeComposeBatchConcurrency` fails so the caller
46
+ * can surface a uniform batch shape to the blaze.
47
+ */
48
+ export const createComposeBatchValidationResults = <TCall>(
49
+ calls: readonly TCall[],
50
+ error: Error
51
+ ): Result<unknown, Error>[] => calls.map(() => Result.err(error));
52
+
53
+ /**
54
+ * Claim the next branch index from a shared counter. Safe to call from
55
+ * multiple worker coroutines because JavaScript is single-threaded between
56
+ * awaits — the read/increment pair runs without interleaving.
57
+ */
58
+ export const claimNextComposeBatchIndex = <TCall>(
59
+ nextIndex: { value: number },
60
+ calls: readonly TCall[]
61
+ ): number | undefined => {
62
+ if (nextIndex.value >= calls.length) {
63
+ return undefined;
64
+ }
65
+
66
+ const branchIndex = nextIndex.value;
67
+ nextIndex.value += 1;
68
+ return branchIndex;
69
+ };
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Compose-invocation schema merging for trails with `composeInput`.
3
+ *
4
+ * When a trail declares `composeInput`, callers via `ctx.compose()` pass both
5
+ * public input and composition-only fields. The merged schema validates the
6
+ * combined shape so `executeTrail` doesn't reject the extra fields.
7
+ */
8
+
9
+ import { z } from 'zod';
10
+
11
+ import type { AnyTrail } from './trail.js';
12
+
13
+ /**
14
+ * Build the validation schema for a compose-invoked trail.
15
+ *
16
+ * When the target trail declares `composeInput`, returns the intersection of
17
+ * `trail.input` and `trail.composeInput`. Returns `undefined` when no
18
+ * `composeInput` is declared, signaling that normal input validation suffices.
19
+ */
20
+ export const buildComposeValidationSchema = (
21
+ trailDef: AnyTrail
22
+ ): z.ZodType | undefined => {
23
+ if (!trailDef.composeInput) {
24
+ return undefined;
25
+ }
26
+ // Prefer .merge() for ZodObject pairs — produces a proper merged object
27
+ // schema that strips unknown keys and exposes .shape. Fall back to
28
+ // z.intersection for non-object schemas.
29
+ if (
30
+ trailDef.input instanceof z.ZodObject &&
31
+ trailDef.composeInput instanceof z.ZodObject
32
+ ) {
33
+ return trailDef.input.merge(trailDef.composeInput);
34
+ }
35
+ return z.intersection(trailDef.input, trailDef.composeInput);
36
+ };
package/src/context.ts CHANGED
@@ -1,18 +1,52 @@
1
- import type { TrailContext } from './types.js';
1
+ import { createResourceLookup } from './resource.js';
2
+ import type { TrailContext, TrailContextInit, TraceFn } from './types.js';
3
+
4
+ type MutableTrailContext = {
5
+ -readonly [K in keyof TrailContext]: TrailContext[K];
6
+ };
7
+
8
+ /**
9
+ * Default passthrough `trace` used when a context is built outside
10
+ * `executeTrail`. `executeTrail` replaces this with a real sink-writing
11
+ * implementation. The passthrough runs `fn` without recording anything so
12
+ * direct `createTrailContext()` callers (tests, ad-hoc compositions) don't
13
+ * crash when invoking `ctx.trace(...)`.
14
+ *
15
+ * Declared `async` so both synchronous throws and async rejections from `fn`
16
+ * propagate as a rejected promise to the caller — matching the real
17
+ * sink-writing implementation's error semantics.
18
+ */
19
+ export const passthroughTrace: TraceFn = async <T>(
20
+ _label: string,
21
+ fn: () => T | Promise<T>
22
+ ): Promise<T> => await fn();
2
23
 
3
24
  /**
4
25
  * Create a TrailContext with sensible defaults.
5
26
  *
6
27
  * - `requestId` defaults to `Bun.randomUUIDv7()` (sortable v7 UUID)
7
- * - `signal` defaults to a fresh, non-aborted `AbortSignal`
28
+ * - `abortSignal` defaults to a fresh, non-aborted `AbortSignal`
8
29
  * - All other fields come from `overrides`
9
30
  */
10
31
  export const createTrailContext = (
11
- overrides?: Partial<TrailContext>
12
- ): TrailContext => ({
13
- cwd: process.cwd(),
14
- env: process.env as Record<string, string | undefined>,
15
- requestId: Bun.randomUUIDv7(),
16
- signal: new AbortController().signal,
17
- ...overrides,
18
- });
32
+ overrides?: Partial<TrailContextInit>
33
+ ): TrailContext => {
34
+ const ctx = {
35
+ abortSignal: new AbortController().signal,
36
+ cwd: process.cwd(),
37
+ dryRun: false,
38
+ env: process.env as Record<string, string | undefined>,
39
+ requestId: Bun.randomUUIDv7(),
40
+ trace: passthroughTrace,
41
+ ...overrides,
42
+ } as MutableTrailContext;
43
+ const lookup = overrides?.resource ?? createResourceLookup(() => ctx);
44
+ ctx.resource = lookup;
45
+ if (ctx.trace === undefined) {
46
+ ctx.trace = passthroughTrace;
47
+ }
48
+ if (ctx.dryRun === undefined) {
49
+ ctx.dryRun = false;
50
+ }
51
+ return ctx;
52
+ };
package/src/contour.ts ADDED
@@ -0,0 +1,346 @@
1
+ import { z } from 'zod';
2
+
3
+ import type { Branded } from './branded.js';
4
+
5
+ /**
6
+ * Runtime options for a contour declaration.
7
+ */
8
+ export interface ContourOptions<
9
+ TShape extends z.ZodRawShape,
10
+ TIdentity extends keyof TShape & string,
11
+ > {
12
+ /** Field name that acts as the contour's primary identity. */
13
+ readonly identity: TIdentity;
14
+ /** Example instances validated against the contour schema at declaration time. */
15
+ readonly examples?: readonly z.output<z.ZodObject<TShape>>[] | undefined;
16
+ /** Reserved for future contour-specific design; trail versioning is trail-only. */
17
+ readonly version?: never;
18
+ }
19
+
20
+ /** Type-level brand name applied to a contour's identity schema. */
21
+ export type ContourIdBrand<TName extends string> = `${Capitalize<TName>}Id`;
22
+
23
+ type BrandedSchema<
24
+ TSchema extends z.core.$ZodType,
25
+ TBrand extends string,
26
+ > = TSchema & z.ZodType<Branded<z.output<TSchema>, TBrand>>;
27
+
28
+ type BrandableSchema<TSchema extends z.core.$ZodType> = TSchema & {
29
+ brand<TBrand extends string>(): BrandedSchema<TSchema, TBrand>;
30
+ };
31
+
32
+ /** Output value of a branded contour identity schema. */
33
+ export type ContourIdValue<
34
+ TSchema extends z.core.$ZodType,
35
+ TName extends string,
36
+ > = Branded<z.output<TSchema>, ContourIdBrand<TName>>;
37
+
38
+ /** Runtime metadata attached to schemas returned from `contour.id()`. */
39
+ export interface ContourIdMetadata<
40
+ TName extends string = string,
41
+ TIdentity extends string = string,
42
+ > {
43
+ readonly contour: TName;
44
+ readonly identity: TIdentity;
45
+ }
46
+
47
+ /** A structural contour reference declared by another contour field schema. */
48
+ export interface ContourReference<
49
+ TName extends string = string,
50
+ TIdentity extends string = string,
51
+ > extends ContourIdMetadata<TName, TIdentity> {
52
+ readonly field: string;
53
+ }
54
+
55
+ /** Symbol used to tag branded contour reference schemas at runtime. */
56
+ export const CONTOUR_ID_METADATA = Symbol.for('@ontrails/core/contour-id');
57
+
58
+ /**
59
+ * Module-level WeakMap storing contour identity metadata keyed by schema object.
60
+ *
61
+ * First-write-wins: when multiple contours share the same underlying schema
62
+ * (e.g. `contour('admin', { id: user.shape.id }, ...)`), the first contour to
63
+ * brand the schema claims it. Subsequent calls skip the write to prevent
64
+ * silent metadata corruption.
65
+ */
66
+ const contourIdMetadata = new WeakMap<object, ContourIdMetadata>();
67
+
68
+ /**
69
+ * A contour identity schema branded for one contour and tagged with runtime
70
+ * metadata so the topo layer can recognize declared references later on.
71
+ */
72
+ export type ContourIdSchema<
73
+ TSchema extends z.core.$ZodType = z.core.$ZodType,
74
+ TName extends string = string,
75
+ TIdentity extends string = string,
76
+ > = BrandedSchema<TSchema, ContourIdBrand<TName>> & {
77
+ /** @deprecated Use `getContourIdMetadata()` — metadata lives in a WeakMap, not on the schema. */
78
+ readonly [CONTOUR_ID_METADATA]?: ContourIdMetadata<TName, TIdentity>;
79
+ };
80
+
81
+ /**
82
+ * A first-class domain object with schema, identity metadata, and examples.
83
+ *
84
+ * A contour behaves like the `ZodObject` it wraps, so standard Zod composition
85
+ * helpers such as `.pick()`, `.extend()`, and `.array()` continue to work.
86
+ */
87
+ export type Contour<
88
+ TName extends string = string,
89
+ TShape extends z.ZodRawShape = z.ZodRawShape,
90
+ TIdentity extends keyof TShape & string = keyof TShape & string,
91
+ > = z.ZodObject<TShape> & {
92
+ readonly kind: 'contour';
93
+ readonly name: TName;
94
+ readonly identity: TIdentity;
95
+ readonly identitySchema: TShape[TIdentity];
96
+ readonly id: () => ContourIdSchema<TShape[TIdentity], TName, TIdentity>;
97
+ readonly examples?: readonly z.output<z.ZodObject<TShape>>[] | undefined;
98
+ };
99
+
100
+ const formatExampleIssues = (issues: readonly z.core.$ZodIssue[]): string =>
101
+ issues
102
+ .map((issue) => {
103
+ const path = issue.path.length > 0 ? issue.path.join('.') : '<root>';
104
+ return `${path}: ${issue.message}`;
105
+ })
106
+ .join('; ');
107
+
108
+ const assertIdentityField = <
109
+ TShape extends z.ZodRawShape,
110
+ TIdentity extends keyof TShape & string,
111
+ >(
112
+ name: string,
113
+ shape: TShape,
114
+ identity: TIdentity
115
+ ): void => {
116
+ if (!Object.hasOwn(shape, identity)) {
117
+ throw new TypeError(
118
+ `contour("${name}") identity "${identity}" must match a declared field`
119
+ );
120
+ }
121
+ };
122
+
123
+ const assertExamples = <TShape extends z.ZodRawShape>(
124
+ name: string,
125
+ schema: z.ZodObject<TShape>,
126
+ examples: readonly z.output<z.ZodObject<TShape>>[]
127
+ ): void => {
128
+ for (const [index, example] of examples.entries()) {
129
+ const parsed = schema.safeParse(example);
130
+ if (!parsed.success) {
131
+ throw new TypeError(
132
+ `contour("${name}") example ${index} is invalid: ${formatExampleIssues(parsed.error.issues)}`
133
+ );
134
+ }
135
+ }
136
+ };
137
+
138
+ const validateExamples = <TShape extends z.ZodRawShape>(
139
+ name: string,
140
+ schema: z.ZodObject<TShape>,
141
+ examples?: readonly z.output<z.ZodObject<TShape>>[] | undefined
142
+ ): void => {
143
+ if (examples) {
144
+ assertExamples(name, schema, examples);
145
+ }
146
+ };
147
+
148
+ const brandIdentitySchema = <
149
+ TSchema extends z.core.$ZodType,
150
+ TName extends string,
151
+ TIdentity extends string,
152
+ >(
153
+ contour: TName,
154
+ identity: TIdentity,
155
+ schema: TSchema
156
+ ): ContourIdSchema<TSchema, TName, TIdentity> => {
157
+ const branded = (schema as BrandableSchema<TSchema>).brand<
158
+ ContourIdBrand<TName>
159
+ >();
160
+
161
+ // First-write-wins: if another contour already claimed this schema object
162
+ // (possible when Zod v4 brand() returns `this`), preserve the original
163
+ // metadata rather than silently overwriting it.
164
+ if (!contourIdMetadata.has(branded)) {
165
+ contourIdMetadata.set(branded, {
166
+ contour,
167
+ identity,
168
+ } satisfies ContourIdMetadata<TName, TIdentity>);
169
+ }
170
+
171
+ return branded as ContourIdSchema<TSchema, TName, TIdentity>;
172
+ };
173
+
174
+ const attachContourMetadata = <
175
+ TName extends string,
176
+ TShape extends z.ZodRawShape,
177
+ TIdentity extends keyof TShape & string,
178
+ >(
179
+ schema: z.ZodObject<TShape>,
180
+ metadata: {
181
+ readonly examples?: readonly z.output<z.ZodObject<TShape>>[] | undefined;
182
+ readonly idSchema: ContourIdSchema<TShape[TIdentity], TName, TIdentity>;
183
+ readonly identity: TIdentity;
184
+ readonly identitySchema: TShape[TIdentity];
185
+ readonly name: TName;
186
+ }
187
+ ): void => {
188
+ Object.defineProperties(schema, {
189
+ examples: {
190
+ enumerable: true,
191
+ value: metadata.examples,
192
+ writable: false,
193
+ },
194
+ id: {
195
+ enumerable: true,
196
+ value: () => metadata.idSchema,
197
+ writable: false,
198
+ },
199
+ identity: {
200
+ enumerable: true,
201
+ value: metadata.identity,
202
+ writable: false,
203
+ },
204
+ identitySchema: {
205
+ enumerable: true,
206
+ value: metadata.identitySchema,
207
+ writable: false,
208
+ },
209
+ kind: {
210
+ enumerable: true,
211
+ value: 'contour',
212
+ writable: false,
213
+ },
214
+ name: {
215
+ enumerable: true,
216
+ value: metadata.name,
217
+ writable: false,
218
+ },
219
+ });
220
+ };
221
+
222
+ /** Read contour identity metadata from the module-level WeakMap, if present. */
223
+ const readMetadata = (schema: unknown): ContourIdMetadata | undefined =>
224
+ typeof schema === 'object' && schema !== null
225
+ ? contourIdMetadata.get(schema)
226
+ : undefined;
227
+
228
+ /** Resolve the inner schema from a Zod wrapper (ZodOptional, ZodNullable, etc.). */
229
+ const unwrapInner = (schema: unknown): unknown => {
230
+ const def = (schema as { _def?: Record<string, unknown> })._def;
231
+ return (def?.['innerType'] ?? def?.['schema']) as unknown;
232
+ };
233
+
234
+ /**
235
+ * Walk through Zod wrapper layers searching for `CONTOUR_ID_METADATA`.
236
+ *
237
+ * `.nullish()` produces `ZodOptional<ZodNullable<T>>` — two wrapper levels —
238
+ * so a single-step unwrap is insufficient. This iterates until it finds the
239
+ * metadata or exhausts all wrapper layers.
240
+ */
241
+ const unwrapToMetadata = (schema: unknown): ContourIdMetadata | undefined => {
242
+ let current: unknown = schema;
243
+ while (typeof current === 'object' && current !== null) {
244
+ const inner = unwrapInner(current);
245
+ if (typeof inner !== 'object' || inner === null) {
246
+ return undefined;
247
+ }
248
+ const metadata = readMetadata(inner);
249
+ if (metadata !== undefined) {
250
+ return metadata;
251
+ }
252
+ current = inner;
253
+ }
254
+ return undefined;
255
+ };
256
+
257
+ /**
258
+ * Read contour-reference metadata from a schema returned by `contour.id()`.
259
+ *
260
+ * When the schema is wrapped by Zod combinators (`.optional()`, `.nullable()`,
261
+ * `.default()`, `.nullish()`, etc.) the `CONTOUR_ID_METADATA` symbol lives on
262
+ * the inner schema, not on the wrapper. The unwrap handles arbitrarily nested
263
+ * wrapper levels.
264
+ */
265
+ export const getContourIdMetadata = (
266
+ schema: unknown
267
+ ): ContourIdMetadata | undefined =>
268
+ readMetadata(schema) ?? unwrapToMetadata(schema);
269
+
270
+ /** Inspect a contour schema for fields that reference other contours via `.id()`. */
271
+ export const getContourReferences = (
272
+ contour: AnyContour
273
+ ): readonly ContourReference[] =>
274
+ Object.entries(contour.shape)
275
+ .flatMap(([field, schema]) => {
276
+ if (field === contour.identity) {
277
+ return [];
278
+ }
279
+ const metadata = getContourIdMetadata(schema);
280
+ if (metadata === undefined) {
281
+ return [];
282
+ }
283
+
284
+ return [{ field, ...metadata }];
285
+ })
286
+ .toSorted((left, right) =>
287
+ left.field === right.field
288
+ ? left.contour.localeCompare(right.contour)
289
+ : left.field.localeCompare(right.field)
290
+ );
291
+
292
+ /**
293
+ * Create a contour definition from a raw Zod object shape.
294
+ *
295
+ * @example
296
+ * ```typescript
297
+ * const user = contour(
298
+ * 'user',
299
+ * {
300
+ * id: z.string().uuid(),
301
+ * email: z.string().email(),
302
+ * name: z.string(),
303
+ * },
304
+ * { identity: 'id' }
305
+ * );
306
+ * ```
307
+ */
308
+ export const contour = <
309
+ TName extends string,
310
+ TShape extends z.ZodRawShape,
311
+ TIdentity extends keyof TShape & string,
312
+ >(
313
+ name: TName,
314
+ shape: TShape,
315
+ options: ContourOptions<TShape, TIdentity>
316
+ ): Contour<TName, TShape, TIdentity> => {
317
+ assertIdentityField(name, shape, options.identity);
318
+
319
+ const schema = z.object(shape);
320
+ validateExamples(name, schema, options.examples);
321
+
322
+ const identitySchema = shape[options.identity];
323
+ if (!identitySchema) {
324
+ throw new TypeError(
325
+ `contour("${name}") identity "${options.identity}" must resolve to a schema`
326
+ );
327
+ }
328
+
329
+ const idSchema = brandIdentitySchema(name, options.identity, identitySchema);
330
+ const examples = options.examples
331
+ ? Object.freeze([...options.examples])
332
+ : undefined;
333
+
334
+ attachContourMetadata(schema, {
335
+ examples,
336
+ idSchema,
337
+ identity: options.identity,
338
+ identitySchema,
339
+ name,
340
+ });
341
+
342
+ return schema as Contour<TName, TShape, TIdentity>;
343
+ };
344
+
345
+ /** Existential type for heterogeneous contour collections. */
346
+ export type AnyContour = Contour<string, z.ZodRawShape, string>;