We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ba677 commit a64cd7bCopy full SHA for a64cd7b
1 file changed
skills/goa-service-designer/SKILL.md
@@ -43,6 +43,8 @@ implementation files and does not overwrite existing custom implementation later
43
need to change, edit the design first and regenerate.
44
- Never patch generated files, OpenAPI output, protobuf output, or generated clients to hide a stale
45
design.
46
+- Import generated packages with explicit aliases prefixed by `gen`, such as `genfront`,
47
+ `gendefinitions`, or `genruns`, so generated Goa contracts are recognizable at call sites.
48
- Put boundary validation in Goa. Use `Required`, `Enum`, `Format`, `Pattern`, `Minimum`,
49
`Maximum`, `MinLength`, `MaxLength`, defaults, security fields, and explicit transport mappings in
50
the design.
0 commit comments