forge-ts v0.6.0
Packages
@forge-ts/core@0.6.0@forge-ts/enforcer@0.6.0@forge-ts/doctest@0.6.0@forge-ts/api@0.6.0@forge-ts/gen@0.6.0@forge-ts/cli@0.6.0
Minor Changes
Skill generator v2 with stub idempotency, progressive enrichment, and config-driven customization.
New features:
ForgeConfig.skillsection: injectcustomSectionsandextraGotchasinto generated SKILL.md--force-stubsCLI flag to reset stub pages to scaffolding state- Progressive stub enrichment via
FORGE:AUTO-START/FORGE:AUTO-ENDmarkers GeneratedFile.stubflag propagated through all SSG adaptersForgeConfig.projectextended withdescription,version,bin,scripts,keywords- CLI detection from
binfield generates purpose-built scripts and-Dinstall flag - Numbered trigger scenarios in SKILL.md description
Bug fixes:
{@link Target}tags in TSDoc summaries now render as`Target`instead of being silently stripped- Configuration type columns show correct types (
stringinstead of empty,{ enabled: boolean; ... }instead ofboolean; ...}) - Stub pages (concepts, guides, faq, contributing, changelog) no longer overwritten on rebuild
configuration.mdxcorrectly classified as auto-generated (not stub)
Breaking changes: None. All new fields are optional with backwards-compatible defaults.