feat(setup): add registry selection and dynamic compose generation v0.5.0
add cross-platform npm distribution with 'te' alias
clean up setup UI and add monitoring prompt
add contracts directory to gitignore (runtime artifacts)
add _pending directory to gitignore (runtime cache)
add PostgreSQL database ops with verbose SQL logging v0.3.3
-(db): add src/db.rs module implementing database operations via deno_core ops -(db): implement op_db_query, op_db_execute, op_db_execute_returning for PostgreSQL -(db): add deadpool-postgres connection pooling with DATABASE_URL configuration -(db): add verbose SQL logging to stderr for debugging query issues -(db): handle all PostgreSQL types: text, uuid, int, float, bool, json, timestamp, date, numeric -(deps): add chrono, uuid, deadpool-postgres, tokio-postgres dependencies
add POST method support for API routes v0.3.2
-(tana-edge): pass HTTP method through streaming SSR call chain -(tana-edge): use any() routes instead of get() for dev contract handlers -(tana-edge): JS request object now receives actual method instead of hardcoded 'GET'
fix API routing and response headers v0.3.1
add vite-plugin-tana and tana-deploy to tracked projects
improve React SSR and client error handling