Skip to content

forge-ts v0.6.4

Choose a tag to compare

@github-actions github-actions released this 19 Mar 18:53
· 109 commits to main since this release

Packages

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

Patch Changes

  • fix: surface config warnings in JSON envelope, deduplicate generatedFiles

    • Config warnings (unknown keys, invalid rules) now appear in the JSON envelope under result._warnings so agents in non-TTY contexts can read them (previously only emitted to stderr which agents often cannot see)
    • Each CLI command (check, test, build) surfaces _configWarnings from loadConfig as CONFIG_WARNING entries in the output
    • Deduplicate writtenFiles via Set to prevent duplicates with multi-format builds
    • Sync skill doc SSoT with agent-verified behavior