update to tana-edge-* platform packages v0.5.8
-(deps): switch optionalDependencies from tana-* to tana-edge-* packages -(binary): findTanaEdgeBinary checks tana-edge-* first, falls back to legacy tana-*
fix(plugin): use projectRoot for binary detection v0.5.7
-(binary): findTanaEdgeBinary now receives projectRoot instead of Vite's root -(fix): when root: 'public', node_modules was incorrectly searched at public/node_modules/
chore(ci): remove GitHub Packages (2GB limit not worth /mth upgrade)
-(tana-cli): npm is sole distribution channel -(tana-cli): keeps workflow simple and avoids quota errors
fix templates: remove hardcoded paths, upgrade to Tailwind 4 v0.5.6
-(default template): remove hardcoded edgeBinary path that only worked locally -(default template): upgrade from Tailwind 3 to Tailwind 4 with @tailwindcss/vite -(default template): add index.css with Tailwind 4 theme config and dark mode -(default template): add clsx/tailwind-merge utilities for className merging -(default template): add Counter.tsx example client component -(blog template): add @tananetwork/types dependency -(plugin): add LOG_LEVEL env var support for cleaner terminal output
feat(ci): add GitHub Packages publishing
-(tana-cli): publishes to npm.pkg.github.com alongside npmjs.org -(tana-cli): uses continue-on-error for GH Packages (quota issues don't block npm)
refactor(npm): rename platform packages from tana-* to cli-*
-(tana-cli): renamed @tananetwork/tana-* to @tananetwork/cli-* -(tana-cli): removed windows support (not a supported platform) -(tana-cli): cleaned up bin entries (only tana binary now)
fix(ci): remove GitHub Packages (quota limits), publish to npm only
-(tana-cli): GitHub Packages hitting billing limits -(tana-cli): npm is primary distribution channel
fix(ci): combine build+publish to avoid artifact storage quota
-(tana-cli): each platform job now builds AND publishes on same runner -(tana-cli): removes artifact upload/download dependency
chore: bump version to 0.3.3
fix(ci): remove --frozen-lockfile from bun install
-(tana-cli): bun version mismatch between local (1.2.19) and CI (1.3.3) causes lockfile format differences -(tana-cli): frozen lockfile is overly strict for release builds