···11+# CHANGELOG
22+33+## Unreleased
44+55+### v0.1.0
66+77+#### Added
88+99+##### 2026-03-22
1010+1111+- Profile screen with a list of repositories, follower, and following counts
1212+- Jump to profile or repository (Home screen)
1313+1414+##### 2026-03-23
1515+1616+- [Constellation](http://constellation.microcosm.blue) integration for star and follower counts in search results and profile summaries
1717+- [Tap](https://github.com/bluesky-social/indigo/blob/main/cmd/tap/README.md) integration for indexing new records in real-time
1818+- Search (full-text search) over indexed records with public API and documentation site.
1919+2020+##### 2026-03-24
2121+2222+- Full XRPC client for GET requests to upstream PDS and knot APIs, with proxy endpoints in the API server
2323+2424+##### 2026-03-25
2525+2626+- Readthrough indexing job queue for API-fetched records (e.g. enrichment, backfill)
+1-7
docs/roadmap.md
···31313232## API: Constellation Integration
33333434-Add a Constellation client to the Go API for enriching search results with social signals.
3535-3636-- [x] Constellation XRPC client (`internal/constellation/`) with `getBacklinksCount` and `getBacklinks`
3737-- [x] User-agent header with project name and contact
3838-- [x] Enrich search results with star counts from Constellation
3939-- [x] Profile summary endpoint (`GET /profiles/{did}/summary`) with follower/following counts from Constellation
4040-- [x] Cache Constellation responses with short TTL (star/follower counts change infrequently)
3434+Completed on [2026-03-25](../CHANGELOG.md#2026-03-25)
41354236## API: Semantic Search Pipeline
4337