# FactoryWager

> Factory registry, operations portal, and evidence (DOD) pipeline.

Canonical public origin: https://score.factory-wager.com/. Public surfaces are read-only unless an endpoint explicitly documents authentication and mutation behavior.

## Portal (machine-readable markdown)

Fetch with `Accept: text/markdown` for raw markdown; HTML renders otherwise.

- [Registry](portal/index.md): package registry overview
- [Ops](portal/ops.md): operations dashboard (tree, plays, rails)
- [TOC Ops](portal/toc.md): Drum/Buffer/Rope board (demo-readonly; Soft via ct)
- [Catalog](portal/catalog.md): platform + account catalog
- [DOD](portal/dod.md): visual-proof submission queue
- [Health](portal/health.md): service health
- [Env](portal/env.md): environment + secret status (redacted)
- [Skills](portal/skills.md): managed and repository skill catalogs + package downloads
- [Monitoring](portal/monitoring.md): registry + integrity metrics
- [Issues](portal/issues.md): repository issue taxonomy, ownership, and drift health

## JSON APIs

- [GET /api/monitoring](api/monitoring): registry + ops metrics, integrity snapshot
- [GET /api/operations/summary](api/operations/summary): live ops summary
- [GET /api/toc](api/toc): TOC Ops fixture (summary · partners · proof; POST 503)
- [GET /api/registry](api/registry): npm-compatible registry index
- [GET /api/env](api/env): env var status (redacted values)
- [GET /health](health): uptime + artifact freshness probe

## Agent interfaces

- [OpenAPI specification](openapi.yaml): callable public read-plane API contract
- [MCP catalog](.well-known/mcp.json): published MCP server discovery metadata
- [Sitemap](sitemap.xml): canonical HTML discovery index with per-page modification dates

## Artifacts (static)

- [ops-summary.json](registry/ops-summary.json): portal ops snapshot
- [toc-ops.json](registry/toc-ops.json): TOC Ops fixture + operate-lite enforcement
- [toc-ops-bake-proof.json](registry/toc-ops-bake-proof.json): TOC bake evidence (gates · T/I/OE · R_P)
- [dod-registry.json](registry/dod-registry.json): DOD snapshot registry
- [dod-queue.json](registry/dod-queue.json): DOD review queue snapshot (Pages read-only)
- [github-issue-taxonomy.json](registry/github-issue-taxonomy.json): issue dimensions, labels, ownership, and audit evidence
- [registry.json](registry/registry.json): package index
- [registry-client latest.json](registry/@factorywager/registry-client/latest.json): `@factorywager/registry-client` packument
- [registry-client-proof.json](registry/registry-client-proof.json): resolve/download/publish probes (3/3)
- [registry-client.md](https://github.com/brendadeeznuts1111/project-R-score/blob/main/docs/registry-client.md): SDK docs

## Full corpus

- [llms-full.txt](llms-full.txt): all portal markdown inlined in one file

## Optional

- [Human portal](https://score.factory-wager.com/portal/): interactive registry and operations boards
- [Repository](https://github.com/brendadeeznuts1111/project-R-score): source, issues, and engineering documentation
