llms.txt Content
# Packrift Packaging Optimization Benchmark Gateway
https://current-packaging-optimization-benc.vercel.app/ is a compact public gateway for the Packrift Packaging Optimization Benchmark Corpus.
- Full corpus: https://packrift.github.io/packaging-optimization-benchmark-corpus/
- GitHub repo: https://github.com/Packrift/packaging-optimization-benchmark-corpus
- Release archive: https://github.com/Packrift/packaging-optimization-benchmark-corpus/releases/tag/v2026.05.15
- Stats JSON: https://current-packaging-optimization-benc.vercel.app/data/stats.json
- Sample JSONL: https://current-packaging-optimization-benc.vercel.app/data/sample-benchmark-ledger.jsonl
- Agent Manifest: https://current-packaging-optimization-benc.vercel.app/agent-manifest.json
Corpus summary: 1,000 source SKUs, 24 benchmark page types, 24,000 SKU benchmark pages, 24,039 unique full-corpus sitemap URLs, and 0 critical quality-audit issues.
Boundary: static Packrift-owned reference gateway only. No open-data license is declared. No known-optima, quasi-optima, solver-performance, live checkout-rate, carrier-rule-compliance, live price, live inventory, delivery-promise, approval, endorsement, ranking, customer/order/cart/payment, supplier-cost, margin, private source path, private freight, or credential claim is made.
OpenAPI Spec (preview)
{
"info": {
"description": "A compact no-auth Packrift gateway for the Packaging Optimization Benchmark Corpus: corpus counts, quality-audit results, page-type coverage, and sample public ledger rows.",
"title": "Packrift Packaging Optimization Benchmark Gateway",
"version": "1.0.0"
},
"openapi": "3.1.0",
"paths": {
"/data/sample-benchmark-ledger.jsonl": {
"get": {
"responses": {
"200": {
"description": "JSONL sample"
}