Skip to content

Full Dogfood Rerun Phase 5

Date: June 20, 2026

This rerun rebuilt the documented prepared dogfood targets after the Phase 5 task-routing improvements. It used stored local repositories and prepared crawl artifacts; no live website recrawl was performed.

The goal was to populate the new routing metrics without replacing older baselines. Earlier runs remain in the history pages so progress and regressions can be inspected over time.

Headline

All nine documented targets completed deterministic builds with stable repeated artifact hashes. Six targets passed every declared strict routing expectation, Octokit was captured report-only, and two Hono quickstart expectations failed because handoff selected a related task pack instead of quickstart.

The targeted routing fixes landed on the real corpora:

  • Fastify local schema-validation route: passed.
  • TanStack React mutation invalidation route: passed.
  • Next.js App Router route-handler route: passed.

Results

TargetPagesChunksEntitiesTask packsReadinessRouting
AgentDocs self-docs1342834791/1
Hono local docs857781,2367931/2
Fastify local docs438059445912/2
Supabase local MDX7376,3005,53911791/1
TanStack Query local docs4112,5981,4419791/1
Octokit local docs142561493report-only
Next.js prepared crawl1008236408881/1
Hono prepared crawl10010104790/1
Fastify prepared crawl1002,5262,1586831/1 strict, 1 report-only

Routing is strict passed/expected route assertions. report-only means a goal was captured without a hard expected task-pack ID.

Routing Findings

TargetGoalSelected task packResult
AgentDocs self-docsinstall AgentDocs CLIinstallationPass
Hono local docscreate a Hono appinstallationFailed expected quickstart
Hono local docsdeploy Hono to Cloudflare WorkersdeploymentPass
Fastify local docsbuild Fastify v5 server with JSON schema validationschema-validationPass
Fastify local docsmigrate to Fastify v5migrationPass
Supabase local MDXconfigure Supabase auth and Row Level SecurityauthenticationPass
TanStack Query local docsimplement React mutation invalidationquery-invalidationPass
Octokit local docsauthenticate Octokit REST requestauthenticationReport-only
Next.js prepared crawlbuild App Router POST route handlerroute-handlersPass
Hono prepared crawlcreate a Hono appauthenticationFailed expected quickstart
Fastify prepared crawlbuild Fastify v5 server with JSON schema validationschema-validationReport-only
Fastify prepared crawlmigrate to Fastify v5migrationPass

What Changed Since The Workflow Rerun

The June 16 workflow-layer rerun identified missing exact task-pack routing for Fastify schema validation, TanStack React mutation invalidation, and Next.js App Router route handlers. This rerun confirms those three cases now select the intended task packs on real prepared targets.

The same rerun exposed a new Hono quickstart selector issue. The generated Hono quickstart task pack exists, but the handoff selector prefers installation for local docs and authentication for the prepared crawl when the goal is create a Hono app. That is a routing precision issue, not a collection or build failure.

Notes

  • Prepared crawl rows were rebuilt from stored normalized pages.
  • Historical source-coverage metrics remain unavailable for prepared crawl artifacts.
  • Supabase and TanStack readiness scores are lower in this rerun because source coverage gaps are now represented in the build and readiness outputs.
  • agent_task_passed remains unknown unless an implementation task was completed using only generated AgentDocs context.

Released under the MIT License.