v1.7.1
Fixed
- The
approval-flowstemplate now passesdockyard build. (D-184) A
contract with a free-shapemap[string]anyfield whose Go doc comment contains
an example object literal (e.g.{"subscribers": 1247}) was wrongly reported as
a schema↔TypeScript drift, blocking the build. The generated code was correct;
the drift cross-check's line-oriented TypeScript parser mistook the example's
closing}(on a JSDoc comment line) for the interface's closing brace and
truncated the field list. The parser now skips comment content. Surfaced because
the template smoke only rango build, neverdockyard validate— it now runs
dockyard validateso this class of drift is gated. - Both templates' READMEs gain a step-by-step build-and-run Quickstart
(dockyard new→go run/dockyard dev→dockyard build→
dockyard install).
Commits
Fixed
- codegen: drift cross-check skips JSDoc comment braces; templates buildable + README quickstart (D-184)