A command-line interface for tangled, the decentralized Git collaboration platform built on the AT Protocol. eric-wien.tngl.io/tng-cli
cli git atproto tangled

fix: add missing cmd/tng entrypoint so make build works master

The bare "tng" pattern in .gitignore (meant for a root-level binary) also matched the cmd/tng/ directory, so the main package was never committed and make build failed with "directory not found". Anchor the pattern to the repo root and add the thin entrypoint that calls internal/tngcmd.Main(), following the gh CLI layout. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>


+12 -1
2 changed files