Skip to content

v0.1.1

Choose a tag to compare

@tenequm tenequm released this 12 Feb 13:10
· 42 commits to main since this release
15e95e8

Fixed

  • Fix npx create-sati-agent not working after install (bin entry stripped by npm)
  • Migrate build from tsc to tsdown with proper fixedExtension: false for .js output

Added

  • Biome linter and formatter configuration
  • npm run check (type-check + lint) and npm run lint:fix scripts

Changed

  • Build script now includes explicit clean step before bundling
  • tsconfig.json simplified to type-check only (noEmit: true)