Skip to content

Commit d6aaa71

Browse files
dmealingclaude
andcommitted
docs(codegen-ts): correct stale extractor header comment (imports per-VO entity module, not ./payloads.ts)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent be347aa commit d6aaa71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/typescript/packages/codegen-ts/src/generators/extractor-file.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
//
66
// The emitted extractor sits over the output-parser's nested-capable extract and turns dirty LLM
77
// text into the strict typed payload graph. It imports from the sibling <Name>.output.ts (the
8-
// output-parser) and ./payloads.ts, so run it alongside outputParser() + a payload generator.
8+
// output-parser) and from each payload value-object's own entity module (<VO>.ts, emitted by
9+
// entityFile), so run it alongside outputParser() + entityFile().
910
//
1011
// Consumer wiring (metaobjects.config.ts):
1112
// generators: [..., outputParser(), extractor()]

0 commit comments

Comments
 (0)