alpha
Login
or
Join now
thunfisch987.eurosky.social
/
tangled-cli-fork
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-fork
/
src
/
commands
/
at
main
7 files
Oliver Sader
add repo create
3mo ago
bee05bab
.gitkeep
Phase 1: Scaffolding
6 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>
6 months ago
config.ts
Add biome v2 and apply format/lint changes.
6 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>
6 months ago
issue.ts
Remove delete issue command and related functionality
6 months ago
repo.ts
add repo create
3 months ago
ssh-key.ts
Implement ssh-key features. Defer importing ssh keys automatically as it's too large in scope right now.
6 months ago