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
/
tests
/
commands
/
at
main
5 files
Ken-ichi Ueda
refactor: rename repoAtUri for accuracy
2mo ago
41fea43d
auth.test.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
config.test.ts
Add config command for managing CLI configuration Implement generic config management command: - tangled config list: List all available config keys with descriptions - tangled config get [key]: View current configuration (all or specific) - tangled config set <key> <value> [--global]: Set any config value - tangled config unset <key> [--global]: Clear any config value The --global flag switches between local (.tangledrc in repo) and user (~/.tangledrc) config storage. Generic set/unset allows for future config keys without code changes. The list command helps users discover available configuration options. Includes comprehensive test coverage (15 tests) for all operations and edge cases. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
5 months ago
context.test.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.test.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.test.ts
Implement ssh-key features. Defer importing ssh keys automatically as it's too large in scope right now.
5 months ago