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
Something went wrong. Try again.
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>
Author eric.wien Co-author Claude Opus 4.8 (1M context) Date (Jun 5, 2026, 12:08 PM UTC) Commit 80e1d295 80e1d29555abfd578df3a9410d574923dbdfd0a8 Parent 73474780 734747803103551d32cdb5882b5f664a48f4d3d1