simplify release workflow - CLI only v0.3.2
-(workflow): remove mesh/t4 bundling (they have own repos) -(workflow): remove tana-edge/runtime bundling (separate releases) -(workflow): just build CLI binary and publish to npm -(cleanup): remove rust-versions.json (no longer needed)
clean up cli help menu v0.3.1
v0.3.0
-(cli): rename to @tananetwork/cli -(cli): 3-tier command structure (create, network, framework) -(cli): framework commands with package manager detection -(cli): pre-push hook for tests and rust version bumps -(cli): bump tana-runtime 0.2.28, tana-edge 0.4.0
update workflow to publish as @tananetwork/cli
-(cli): rename npm/tana package to @tananetwork/cli -(cli): update gh packages publish step
pre-push hook: run tests before push
-(cli): runs tests if 'test' script exists in package.json -(cli): detects package manager (bun/pnpm/yarn/npm) -(cli): blocks push if tests fail
add pre-push hook to auto-bump rust versions
-(cli): .githooks/pre-push checks latest tags before push -(cli): auto-commits version bump if outdated -(cli): requires gh cli and jq (skips silently if missing)
add infrastructure diagnostics to te status v0.6.7
-(engine): detect orphan containers (tana images with non-tana names) -(engine): detect containers not connected to Docker network -(engine): detect port conflicts with host processes -(engine): integrate diagnostics into te status command -(engine): show warnings/errors with fix suggestions
use @tananetwork/stdio for terminal output