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! :)

Add constellation.ts client for cross-PDS record indexing #5

merged opened by markbennett.ca targeting main from feature/update-queries-to-use-contstellation

Introduces getBacklinks() which queries constellation.microcosm.blue to find AT Protocol records that reference a given URI, across all PDSs. This is the foundation for fixing multi-collaborator issue queries.

Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:b2mcbcamkwyznc5fkplwlxbf/sh.tangled.repo.pull/3men2itxsfx22
+2 -1
Interdiff #0 #1
+2 -1
.claude/settings.json
··· 9 9 "Bash(npm run lint:fix:*)", 10 10 "Bash(npm run format:*)", 11 11 "Bash(git fetch:*)", 12 + "Bash(git checkout:*)", 13 + "Bash(npx vitest:*)" 12 - "Bash(git checkout:*)" 13 14 ] 14 15 } 15 16 }
src/lib/constellation.ts

This file has not been changed.

src/lib/issues-api.ts

This file has not been changed.

tests/lib/constellation.test.ts

This file has not been changed.

tests/lib/issues-api.test.ts

This file has not been changed.

History

2 rounds 0 comments
sign up or login to add to the discussion
3 commits
expand
Add constellation.ts client for cross-PDS record indexing
Use constellation to list issues across all collaborator PDSs
Use constellation to get issue state across all collaborator PDSs
expand 0 comments
pull request successfully merged
3 commits
expand
Add constellation.ts client for cross-PDS record indexing
Use constellation to list issues across all collaborator PDSs
Use constellation to get issue state across all collaborator PDSs
expand 0 comments