alpha
Login
or
Join now
kueda.net
/
tangled-cli
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
tangled-cli
/
src
/
commands
6 files
at
main
Ken-ichi Ueda
refactor: rename repoAtUri for accuracy
2mo ago
41fea43d
.gitkeep
refactor: rename repoAtUri for accuracy * Repos are identified by their DID now, hence the name change * Update tests accordingly * Consolidate @atproto/identity usage into pds-resolver.ts by moving resolveHandleToDid there; at-uri.ts re-exports it and no longer imports @atproto/identity directly Co-authored-by: Claude (claude-sonnet-4-6) <noreply@anthropic.com>
2 months ago
auth.ts
Implement auth commands (login, logout, status) - Add tangled auth login command with credential prompts - Add tangled auth logout command with session cleanup - Add tangled auth status command to check authentication state - Prevent duplicate logins when already authenticated - Wire up auth commands to main CLI (src/index.ts) - Add 9 comprehensive tests for all auth command scenarios - Mock process.exit to properly test early returns All 56 tests passing. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
5 months ago
config.ts
Add biome v2 and apply format/lint changes.
5 months ago
context.ts
Add context command for debugging repository context Implement context debug command to help users understand repository context resolution: - Shows if current directory is a Tangled repository - Displays owner (DID or handle), repository name, protocol - Shows which Git remote is being used - Provides helpful error messages when not in a Tangled repo This is a debug/diagnostic tool that helps users verify their context resolution is working correctly. Includes comprehensive test coverage (4 tests) for success and error cases. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
5 months ago
issue.ts
refactor: rename repoAtUri for accuracy * Repos are identified by their DID now, hence the name change * Update tests accordingly * Consolidate @atproto/identity usage into pds-resolver.ts by moving resolveHandleToDid there; at-uri.ts re-exports it and no longer imports @atproto/identity directly Co-authored-by: Claude (claude-sonnet-4-6) <noreply@anthropic.com>
2 months ago
ssh-key.ts
Implement ssh-key features. Defer importing ssh keys automatically as it's too large in scope right now.
5 months ago