v0.54.1 - Rename flame.ts to flamewright.ts (2026-03-28)¶
What Changed?¶
This release renames src/torch/flame.ts to src/torch/flamewright.ts to align the filename with the FlameWright type validation system it defines.
All internal import paths are updated accordingly.
Docstring formatting in flamewright.ts is also cleaned up (bare blank lines before tags removed).
What's New¶
No new features.
Added¶
- Nothing
Changed¶
src/torch/flame.tsrenamed tosrc/torch/flamewright.ts- Import paths updated in
expression.ts,flameframe.ts,index.ts, andjestlite/matcher.ts
Fixed¶
- Removed bare blank lines before
@category,@module,@type,@see, and@interfacetags inflamewright.tsdocstrings (20 occurrences)
Is It Safe to Upgrade?¶
- Breaking Changes: No
- Backward Compatible: Yes
Renaming is internal only. The public API exported from src/torch/index.ts is unchanged.
Release Details¶
- Date: 2026-03-28
- Version: v0.54.1
- gaslamp: 113
- pilotlamp: 71
- Files Changed: 6
- Commits:
91f8741frefactor(torch): rename flame.ts to flamewright.ts61a2d7d6docs(torch): fix blank lines before docstring tags in flamewright.ts
Known Issues¶
- None
Next Steps¶
- Continue docstring review across
src/modules