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
/
at
f4056f7901fca651977b2b95bfefefe9e685a00a
1 folder
3 files
Mark Bennett
Generate TypeScript types from Tangled lexicons
6mo ago
f7699e8b
types
Generate TypeScript types from Tangled lexicons Generated type-safe client code from vendored lexicons using @atproto/lex-cli. Includes type definitions for: - Issue management (sh.tangled.repo.issue) - Pull requests (sh.tangled.repo.pull) - Repository operations - All Tangled-specific record types Note: Generated code committed to version control for: - Reviewability in PRs - No build step required for type checking - Offline development support We'll use the type definitions (interfaces) for type safety while calling AT Protocol APIs directly via @atproto/api to avoid module resolution issues with the generated client methods. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
6 months ago
index.ts
Generate TypeScript types from Tangled lexicons Generated type-safe client code from vendored lexicons using @atproto/lex-cli. Includes type definitions for: - Issue management (sh.tangled.repo.issue) - Pull requests (sh.tangled.repo.pull) - Repository operations - All Tangled-specific record types Note: Generated code committed to version control for: - Reviewability in PRs - No build step required for type checking - Offline development support We'll use the type definitions (interfaces) for type safety while calling AT Protocol APIs directly via @atproto/api to avoid module resolution issues with the generated client methods. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
6 months ago
lexicons.ts
Generate TypeScript types from Tangled lexicons Generated type-safe client code from vendored lexicons using @atproto/lex-cli. Includes type definitions for: - Issue management (sh.tangled.repo.issue) - Pull requests (sh.tangled.repo.pull) - Repository operations - All Tangled-specific record types Note: Generated code committed to version control for: - Reviewability in PRs - No build step required for type checking - Offline development support We'll use the type definitions (interfaces) for type safety while calling AT Protocol APIs directly via @atproto/api to avoid module resolution issues with the generated client methods. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
6 months ago
util.ts
Generate TypeScript types from Tangled lexicons Generated type-safe client code from vendored lexicons using @atproto/lex-cli. Includes type definitions for: - Issue management (sh.tangled.repo.issue) - Pull requests (sh.tangled.repo.pull) - Repository operations - All Tangled-specific record types Note: Generated code committed to version control for: - Reviewability in PRs - No build step required for type checking - Offline development support We'll use the type definitions (interfaces) for type safety while calling AT Protocol APIs directly via @atproto/api to avoid module resolution issues with the generated client methods. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
6 months ago