Return the repo, capped direct dependents/dependencies, and artifacts in one call.
Designed for AI coding agents starting an audit on a repository: one
request collapses what is otherwise three or four. The freshness fields
on repository (last_scanned_at, last_activity_at,
last_commit_sha, archived) let the agent decide whether to trust
the data or trigger a rescan.
Direct dependents and dependencies are capped at 100 rows each; the
*_total fields carry the post-dedup count so the agent knows when to
paginate via the dedicated /dependencies and /dependents endpoints.
For transitive blast radius, call /repositories/{id}/impact.
Documentation Index
Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Single-call context bundle for AI coding agents.
Combines the repo row (with freshness fields), capped lists of direct
dependents + dependencies, and the artifacts this repo produces. For full
pagination of dependents/dependencies use the dedicated endpoints; for
transitive blast radius use /repositories/{id}/impact.