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
/
lexicon
/
types
/
at
main
1 folder
Mark Bennett
Configure TypeScript for lexicon compatibility and add documentation
5mo ago
a9d11159
sh
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