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
4 folders
1 file
at
main
Ken-ichi Ueda
refactor: rename repoAtUri for accuracy
2mo ago
41fea43d
commands
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
lexicon
Configure TypeScript for lexicon compatibility and add documentation - Update tsconfig.json: - Exclude src/lexicon/** from compilation (generated code has compatibility issues) - Exclude tests/**/* from build output (tests are type-checked separately) - Only include src/**/* in build - Regenerate lexicons with post-processing fixes applied: - All multiformats/cid imports now use main package export - All relative imports now have .js extensions - Add comprehensive src/lexicon/README.md documenting: - Code generation workflow - Dependencies and multiformats usage - Recommended usage patterns (custom interfaces) - Known issues and workarounds - Troubleshooting guide This allows TypeScript to compile cleanly while still providing type information from generated lexicons for IDE support. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
5 months ago
lib
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
utils
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
index.ts
Register issue command in CLI - Import and register createIssueCommand in main CLI index - Makes 'tangled issue create' command available to users The issue command is now fully functional and ready for testing. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
5 months ago