initial commit
add automatic git credential helper setup
fix: differentiate 'no network' vs 'unreachable' errors v0.5.2
-(cli): add checkNetworkStatus() returning detailed status -(cli): show 'no network configured' when nothing set -(cli): show 'blockchain unreachable' when configured but down -(cli): display configured URL in unreachable error for debugging
fix: update error messages to suggest 'tana use' v0.5.1
-(cli): replace 'tana start' hints with 'tana use
fix: te monitor command bugs v0.2.2
-(engine): replace out.manage with out.nextSteps (manage doesn't exist) -(engine): remove isDefault from monitor start (show help instead of auto-running)
feat: add 30s block production daemon for local dev v0.2.2
-(ledger): adds automatic block production every 30 seconds -(ledger): temporary solution for local development -(ledger): prevents overlapping runs with mutex flag
fix: migration path resolution in Docker v0.2.1
-(ledger): add fallback paths for migrations folder that work in both dev and Docker -(ledger): fixes 'No migrations directory found' error when running in container
fix: use pgbouncer:latest (1.21.0 tag doesn't exist) v0.2.1
ci: reuse pre-built binaries for Docker, add linux-arm64 v0.2.0