fix(cli): update stdio dependency to ^0.1.4 for ascii export v0.4.3
-(cli): Fixed malformed 'link:@tananetwork/stdio' dependency to use '^0.1.4' from npm -(cli): Updated isTanaProject() to recognize both vite-plugin-tana and vite-plugin-addis for backwards compatibility
update templates to use vite-plugin-addis v0.7.1
rename framework from tana to addis v0.7.0
-(vite-plugin-addis): rename package to @tananetwork/vite-plugin-addis -(vite-plugin-addis): rename TanaPluginOptions to AddisPluginOptions -(vite-plugin-addis): rename tanaPlugin() export to addis() -(vite-plugin-addis): update virtual module ID virtual:tana-hydrate to virtual:addis-hydrate -(vite-plugin-addis): update data attributes to data-addis-client and data-addis-props -(vite-plugin-addis): update console output prefixes from [tana] to [addis] -(vite-plugin-addis): update working directory from .tana to .addis -(vite-plugin-addis): update ASCII banner to use addis branding
add fileManifest to build jobs and delegate support v0.6.3
-(deploy): track fileManifest (path, hash, size) for each build artifact -(deploy): add delegate/ directory structure for rapid deploy JWT handling -(deploy): add @tananetwork/crypto dependency for signing -(deploy): enhance build job types with full artifact tracking
improve HTTP auth and deploy integration v0.2.5
-(box-git): add WWW-Authenticate header for proper HTTP Basic auth prompts -(box-git): store JWT on AuthUser for downstream service calls -(box-git): pass JWT to deploy service POST /build request -(box-git): improve error responses with consistent 401 handling
add delegateJwt support for rapid deploy v0.5.0
-(queue): add delegateJwt field to transaction schema for rapid deploy -(queue): pass delegateJwt through queueTransaction, consumeTransactions, listPendingTransactions -(queue): make payload field optional for delegate transactions
add website_update tx handler and delegate validation v0.8.26
-(ledger): implement website_update case in produce-block.ts -(ledger): add delegate JWT validation for rapid deploy flows -(ledger): create/update pointer contracts for website deployments -(ledger): add T4 /_move call to promote content from /_pending -(ledger): add website-pointer.ts and website-update.ts core contracts -(ledger): add delegate e2e test script and validation tests
fix signMessage/generateToken Bun event loop hang v0.2.10
-(crypto): switch signMessage() from async to sync to fix Bun hang after fetch -(crypto): configure ed.etc.sha512Sync with @noble/hashes sha512 -(crypto): switch service-auth generateToken() from async to sync -(crypto): ed.signAsync() uses crypto.subtle which causes event loop issues in Bun
add git push E2E test script v0.2.9
-(crypto): add test-git-push-e2e.ts for full deployment flow testing -(crypto): tests: user creation → box-git → deploy → T4 → ledger → site live -(crypto): uses testnet network for localhost (matches box-git/deploy) -(crypto): converts fileManifest to assets format for contract_deployment
add website_update E2E test script v0.2.8
-(crypto): add comprehensive E2E test for website_update transaction flow -(crypto): implement proper JWT creation using signMessage from crypto package