Skip to content

forge-ts v0.21.1

Choose a tag to compare

@github-actions github-actions released this 26 Mar 15:22
· 27 commits to main since this release

Packages

  • @forge-ts/api@0.21.1
  • @forge-ts/cli@0.21.1
  • @forge-ts/core@0.21.1
  • @forge-ts/doctest@0.21.1
  • @forge-ts/enforcer@0.21.1
  • @forge-ts/gen@0.21.1

Patch Changes

  • Add CKM enforcement rules W018-W020 to prevent hallucination in generated knowledge manifests

    • W018: @operation-tagged functions must have complete docs (params, returns, remarks, example)
    • W019: CKM tags (@operation, @constraint, @workflow, @concept) must have meaningful content (min 10 chars)
    • W020: @constraint-tagged functions should have @throws documenting violation errors