{
  "schema_version": "1.0.0",
  "canonical_url": "https://zerotodaa.pages.dev/",
  "updated_at": "2026-07-23",
  "purpose": "Machine-readable index of the public portfolio claims, their verification scope, and their limitations.",
  "verification_status_legend": {
    "source_reviewed_nonpublic": "Checked against supplied source, configuration, or test artifacts. The underlying artifacts are not public.",
    "snapshot_reviewed_nonpublic": "Checked against a dated operational snapshot. The private source snapshot is not public.",
    "prototype_disclosed": "Describes a prototype boundary and does not claim production deployment."
  },
  "privacy": {
    "excluded": [
      "credentials",
      "customer and order records",
      "private filesystem paths",
      "internal service addresses",
      "private source code"
    ]
  },
  "projects": [
    {
      "id": "order-invoice-automation",
      "display_order": 1,
      "title": "Order and Invoice Workflow Automation",
      "project_url": "https://zerotodaa.pages.dev/#project-order-automation",
      "verification": {
        "status": "source_reviewed_nonpublic",
        "review_date": "2026-07-22",
        "publicly_reproducible": false,
        "independently_audited": false
      },
      "claims": [
        {
          "id": "scheduled-run-configuration",
          "statement": "The reviewed workflow configures three scheduled order-processing runs and one scheduled tracking run.",
          "measurement": {
            "order_runs": 3,
            "tracking_runs": 1,
            "period": "day"
          },
          "verification_method": "Reviewed scheduler configuration and execution entry points in the supplied implementation artifacts.",
          "verification_status": "source_reviewed_nonpublic"
        },
        {
          "id": "download-file-validation",
          "statement": "The workflow checks expected files and compares the download action time with the timestamp encoded in the filename before processing.",
          "verification_method": "Reviewed file discovery and timestamp validation branches in the supplied implementation artifacts.",
          "verification_status": "source_reviewed_nonpublic"
        },
        {
          "id": "order-id-set-equality",
          "statement": "The workflow compares order-ID sets before and after transformation and stops the upload path when the sets differ.",
          "failure_behavior": "fail_closed",
          "verification_method": "Reviewed order-integrity checks and mismatch handling in the supplied implementation artifacts.",
          "verification_status": "source_reviewed_nonpublic"
        },
        {
          "id": "manual-recovery-modes",
          "statement": "The desktop workflow provides upload and file-only manual recovery modes for controlled reruns when scheduled processing cannot complete.",
          "modes": [
            "upload",
            "file_only"
          ],
          "verification_method": "Reviewed user-triggered execution and recovery branches in the supplied implementation artifacts.",
          "verification_status": "source_reviewed_nonpublic"
        },
        {
          "id": "browser-initialization-retries",
          "statement": "The reviewed browser initialization path allows up to three attempts before stopping with an error.",
          "value": 3,
          "unit": "attempts",
          "verification_method": "Reviewed the browser initialization retry loop in the supplied implementation artifacts.",
          "verification_status": "source_reviewed_nonpublic"
        }
      ],
      "limitations": [
        "Credentials, customer records, order payloads, administrator URLs, and private source code are excluded.",
        "The public portfolio describes workflow structure and safeguards, not a downloadable operational system.",
        "No production uptime, order-volume, time-saved, or error-reduction claim is made."
      ]
    },
    {
      "id": "sales-intelligence-rag-mcp",
      "display_order": 2,
      "title": "Sales Intelligence RAG · MCP",
      "project_url": "https://zerotodaa.pages.dev/#project-sales-rag",
      "verification": {
        "status": "source_reviewed_nonpublic",
        "review_date": "2026-07-22",
        "publicly_reproducible": false,
        "independently_audited": false
      },
      "claims": [
        {
          "id": "fastmcp-tool-count",
          "statement": "The reviewed implementation exposes 27 FastMCP tools.",
          "value": 27,
          "unit": "FastMCP tools",
          "verification_method": "Counted tool registrations in the supplied implementation artifacts.",
          "verification_status": "source_reviewed_nonpublic"
        },
        {
          "id": "document-format-count",
          "statement": "The reviewed ingestion layer supports 8 document formats.",
          "value": 8,
          "unit": "document formats",
          "verification_method": "Counted supported format handlers in the supplied implementation artifacts.",
          "verification_status": "source_reviewed_nonpublic"
        },
        {
          "id": "unittest-method-count",
          "statement": "The supplied test suite contains 124 unittest test methods.",
          "value": 124,
          "unit": "unittest methods",
          "verification_method": "Counted unittest test methods in the supplied test artifacts.",
          "verification_status": "source_reviewed_nonpublic"
        },
        {
          "id": "hybrid-retrieval-stack",
          "statement": "Retrieval combines FastEmbed multilingual MiniLM ONNX embeddings stored as SQLite BLOB values, NumPy cosine similarity, and SQLite FTS5 BM25.",
          "components": {
            "embedding_runtime": "FastEmbed ONNX",
            "embedding_model": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
            "vector_storage": "SQLite BLOB",
            "semantic_scoring": "NumPy cosine similarity",
            "lexical_scoring": "SQLite FTS5 BM25"
          },
          "verification_method": "Reviewed embedding, storage, and retrieval code paths in the supplied implementation artifacts.",
          "verification_status": "source_reviewed_nonpublic"
        },
        {
          "id": "hybrid-score-weights",
          "statement": "The final hybrid retrieval score weights semantic similarity at 80% and lexical BM25 at 20%.",
          "measurement": {
            "semantic_weight": 0.8,
            "lexical_weight": 0.2
          },
          "verification_method": "Reviewed the hybrid score calculation in the supplied implementation artifacts.",
          "verification_status": "source_reviewed_nonpublic"
        }
      ],
      "limitations": [
        "The implementation and operational data are private, so these claims are not independently reproducible from this public site.",
        "Counts describe the supplied 2026-07-22 backup and may change in later versions.",
        "No production availability, latency, or business-impact benchmark is claimed."
      ]
    },
    {
      "id": "openviking-search-quality",
      "display_order": 3,
      "title": "OpenViking RAG Search Quality Improvement",
      "project_url": "https://zerotodaa.pages.dev/#project-openviking",
      "verification": {
        "status": "snapshot_reviewed_nonpublic",
        "snapshot_date": "2026-06-07",
        "publicly_reproducible": false,
        "independently_audited": false
      },
      "claims": [
        {
          "id": "reindexed-document-count",
          "statement": "The maintenance run reindexed 33 documents.",
          "value": 33,
          "unit": "documents",
          "verification_status": "snapshot_reviewed_nonpublic"
        },
        {
          "id": "vector-count-change",
          "statement": "The vector index increased from 12,066 to 12,208 entries.",
          "measurement": {
            "before": 12066,
            "after": 12208,
            "unit": "vector entries"
          },
          "verification_status": "snapshot_reviewed_nonpublic"
        },
        {
          "id": "queue-error-count",
          "statement": "The reviewed snapshot recorded zero processing-queue errors after the maintenance run.",
          "value": 0,
          "unit": "queue errors",
          "verification_status": "snapshot_reviewed_nonpublic"
        },
        {
          "id": "representative-query-ranking",
          "statement": "A representative query returned its target document at rank 1 after the repair.",
          "value": 1,
          "unit": "result rank",
          "verification_status": "snapshot_reviewed_nonpublic"
        }
      ],
      "limitations": [
        "Results describe one dated operational snapshot, not continuous service-level performance.",
        "The representative query is a regression check, not a broad retrieval benchmark.",
        "Private vault content, query text, and raw operational logs are not published."
      ]
    },
    {
      "id": "r-gate-legal-research",
      "display_order": 4,
      "title": "R-GATE Legal Research Agent",
      "project_url": "https://zerotodaa.pages.dev/#project-rgate",
      "verification": {
        "status": "prototype_disclosed",
        "review_date": "2026-07-22",
        "publicly_reproducible": false,
        "independently_audited": false
      },
      "claims": [
        {
          "id": "prototype-boundary",
          "statement": "R-GATE is a legal-research workflow prototype and is not a production legal service.",
          "lifecycle_status": "prototype",
          "verification_status": "prototype_disclosed"
        },
        {
          "id": "workflow-configuration",
          "statement": "The reviewed prototype defines four analysis modes, three source roles, two execution tracks, and one required pre-citation gate.",
          "measurement": {
            "analysis_modes": 4,
            "source_roles": 3,
            "execution_tracks": 2,
            "pre_citation_gates": 1
          },
          "verification_method": "Reviewed the workflow configuration and routing definitions in the supplied prototype artifacts.",
          "verification_status": "source_reviewed_nonpublic"
        },
        {
          "id": "dated-two-source-smoke-check",
          "statement": "In the supplied 2026-07-22 smoke-check record, a real case number was confirmed by two sources and a fabricated case number was rejected as unverified.",
          "snapshot_date": "2026-07-22",
          "measurement": {
            "confirming_sources": 2,
            "fabricated_case_behavior": "rejected_as_unverified"
          },
          "verification_method": "Reviewed the dated smoke-check output supplied with the prototype artifacts.",
          "verification_status": "snapshot_reviewed_nonpublic"
        }
      ],
      "limitations": [
        "No production deployment, service-level, legal-reliability, or case-outcome claim is made.",
        "The prototype does not provide legal advice and requires qualified human review.",
        "The dated smoke check is a narrow behavior check, not a comprehensive legal-retrieval benchmark.",
        "External legal-source availability and results can change."
      ]
    }
  ]
}
