80
Agent Ready
Agentic Readiness Score
+25 llms.txt
+20 ai-plugin
missing +10 MCP
developer
apihostingdevtoolsfrontendllms-txtai-pluginopenapi
Agentic Signals
🏷
Schema.org Markup
Not found
Embed this badge
Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Packrift Contribution Status Gateway
Canonical: https://packrift-contribution-status-gateway.vercel.app/
Generated: 2026-06-03T12:30:49Z
## Purpose
Public Packrift contribution-status gateway for targeted GitHub PR and issue readbacks.
## Current State
- Candidates checked: 18
- Still pending: 18
- Promoted from GitHub readback: 0
- Removed closed-unmerged: 0
## Data
- Stats: https://packrift-contribution-status-gateway.vercel.app/data/stats.json
- Readback JSON: https://packrift-contribution-status-gateway.vercel.app/data/pending-pr-readback.json
- Readback JSONL: https://packrift-contribution-status-gateway.vercel.app/data/pending-pr-readback.jsonl
## Count Boundary
Open PRs and issues remain pending. This gateway does not claim merged upstream acceptance, third-party endorsement, search-ranking proof, or referring-domain proof.
OpenAPI Spec (preview)
{
"info": {
"description": "Static public Packrift contribution-status gateway.",
"title": "Packrift Contribution Status Gateway",
"version": "1.0.0"
},
"openapi": "3.1.0",
"paths": {
"/data/pending-pr-readback.json": {
"get": {
"responses": {
"200": {
"description": "Public GitHub readback JSON"
}
},
"summary": "Readback JSON"
}
},
"/data/pending-pr-readback.jsonl": {
"get": {
"resp