You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.2 — hosted schema + unified rotor.d.ts
- rotor.toml #:schema now points at the schema hosted in this repo via raw
GitHub (config.SchemaURL); a single committed rotor.schema.json is kept in
lockstep with config.Schema by a drift-guard test. init/adopt/migrate and
the asset/deploy config-load path no longer write a per-project schema.
New: `rotor schema` prints the schema for hosting or offline use.
- One generated rotor.d.ts declares all seven macros ($env, $asset, $nameof,
$keys, $file, $git, $buildTime), replacing the three per-macro companions
(rotor-env/rotor-asset/rotor-macros.d.ts). init scaffolds + includes it;
build/check/asset refresh it on macro use; clean --types and the watch
ignore-list cover it (legacy names still recognised). BuildResult collapses
the three Wrote*Types flags into one WroteRotorTypes.