TOOLS/lib/types.go — canonical ServiceSpec, ParamSpec, OperationSpec, OutputParam. Both generators use type aliases, one source of truth for YAML contract. docs-generator stays as-is (will be replaced by LLM-based generator).
10 lines
153 B
AMPL
10 lines
153 B
AMPL
module yaml-generator
|
|
|
|
go 1.24
|
|
|
|
require gopkg.in/yaml.v3 v3.0.1
|
|
|
|
require tf-tools/lib v0.0.0-00010101000000-000000000000
|
|
|
|
replace tf-tools/lib => ../lib
|