forge-ts v0.6.4
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._warningsso 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
_configWarningsfrom loadConfig asCONFIG_WARNINGentries in the output - Deduplicate writtenFiles via Set to prevent duplicates with multi-format builds
- Sync skill doc SSoT with agent-verified behavior
- Config warnings (unknown keys, invalid rules) now appear in the JSON envelope under