llms.txt Content
# Packrift Operations Resource Graph Gateway
Compact Packrift gateway for public operations-resource graph rollups, operations phases, catalog families, product types, price bands, inventory bands, weight bands, and links to the full verified source graph.
- Full source graph: https://packrift-operations-resource-graph.vercel.app/
- Stats JSON: https://packrift-operations-resource-graph-gateway.vercel.app/data/stats.json
- Sample JSONL: https://packrift-operations-resource-graph-gateway.vercel.app/data/sample-operations-resource-rows.jsonl
- Methodology: https://packrift-operations-resource-graph-gateway.vercel.app/methodology
- Source sitemap URLs represented upstream: 4,893
- Source owned Packrift mentions represented upstream: 2,004,702
- Source operation taxonomy rows represented upstream: 413
Boundary: public operations-resource evidence only. Sample rows use snapshot labels and bands, not purchase/session records, carrier-pricing records, fulfillment commitments, supplier economics, profitability calculations, private source paths, private access material, or third-party endorsement claims.
OpenAPI Spec (preview)
{
"info": {
"description": "Read-only public Packrift operations resource graph gateway.",
"title": "Packrift Operations Resource Graph Gateway",
"version": "1.0.0"
},
"openapi": "3.1.0",
"paths": {
"/data/sample-operations-resource-rows.jsonl": {
"get": {
"responses": {
"200": {
"description": "Public-safe operations resource JSONL sample"
}
},
"summary": "Sample observations"
}
},
"/data/stats.j