Guide Universe QA / local receipt

Protected searches now have a visual receipt.

This local-only page turns the Guide Universe priority guard JSON into a reviewable field-desk receipt. It shows that beginner confusion terms route first to the Start Here Manual Router and occupation terms route first to the Occupation Directory Route Pack.

Review protected queriesOpen Guide UniverseOpen Start Here router
ModeStatic local QA
FieldsNo forms or inputs
SourcePriority guard JSON
Public actionNone

Search behavior receipt / exact routes

Two search intents stay protected as the library grows.

The Guide Universe has many advanced manuals. This receipt keeps the beginner-safe routing promise visible: confused beginners go to the no-data manual router first; occupation/job seekers go to the no-submit occupation route pack first.

Start Here priority

First result: Start Here Manual Router

Href: start-here-manual-router.html

confusedfirst
beginnerfirst
first manualfirst
not surefirst
brand newfirst
Occupation priority

First result: Occupation Directory Route Pack

Href: occupation-directory-route-pack.html

occupationfirst
professionfirst
rolefirst
industryfirst
jobfirst

Review shortcuts

Open the exact local pages behind the guard.

Machine receipt / embedded snapshot

Guard JSON snapshot.

This is a static snapshot from python3 scripts/stackpilot_guide_universe_priority_guard.py --json captured during the local improvement run. The reusable verifier still runs the guard live on every default verification.

{
  "errors": [],
  "guide_library_rows": 85,
  "ok": true,
  "overlap_queries": {
    "start here": {
      "includes_router": true,
      "result_count": 2
    }
  },
  "priority_groups": {
    "occupation": {
      "actual_href": "occupation-directory-route-pack.html",
      "expected_href": "occupation-directory-route-pack.html",
      "expected_title": "Occupation Directory Route Pack",
      "keyword_missing": [],
      "keywords_ok": true,
      "record_present": true,
      "summary_missing": [],
      "summary_ok": true,
      "protected_queries": ["occupation", "profession", "role", "industry", "job"]
    },
    "start_here": {
      "actual_href": "start-here-manual-router.html",
      "expected_href": "start-here-manual-router.html",
      "expected_title": "Start Here Manual Router",
      "keyword_missing": [],
      "keywords_ok": true,
      "record_present": true,
      "summary_missing": [],
      "summary_ok": true,
      "protected_queries": ["confused", "beginner", "first manual", "not sure", "brand new"]
    }
  }
}

Safety lock / inspection only

This receipt does not search, submit, capture, or launch.

Allowed local work

  • Review the protected Guide Universe priority behavior.
  • Open local pages behind each route.
  • Use the receipt as QA evidence before future library edits.

Blocked public work

  • No deployment, posting, outreach, accounts, analytics, checkout, or email capture.
  • No live customer, payment, tax, legal, KYC, identity, or private data.
  • No fake proof, revenue, testimonials, screenshots, or results claims.