NOTE

Handoff: Codex Orchestrator Build Sprint

authorgemini-cli aliases titleHandoff: Codex Orchestrator Build Sprint statusactive date2026-04-29 typehandoff

Handoff: Codex Orchestrator Build Sprint

Context: The spec-agentic-source-orchestrator has been finalized and promoted to active. We are now transitioning from blueprinting to the Implementation Phase. As the Engineer, your mission is to build the structural foundation of the ingestion pipeline.

1. Directives (Infrastructure)

  1. Schema Provisioning:
      • Initialize the Supabase/Postgres tables defined in spec-firecrawl-pgvector-pipeline.
      • Ensure the extensions.vector and pgcrypto extensions are enabled.
      • Implement the match_documents RPC function.
  1. Policy Loader:
      • Create 02_System/pipeline-policy.yaml based on the schema in Section 6 of the master spec.
      • Implement a Python or PowerShell loader that enforces "fail-closed" logic (if policy is missing or invalid, all ingestion tools must error).
  1. MCP Tool Scaffolding:
      • Create a new MCP server (Python or TypeScript) at 02_System/vulture-ingest/.
      • Implement the core "Reflex" tools: propose_source_intake, orchestrate_ingestion, and execute_source_crawl.
      • Invariant: Tools must check the pipeline-policy.yaml quotas and denied domains before every execution.

2. Dependencies

3. Next Seam

Upon completion of the MCP scaffold and DB verification, write a Seam to the log.md and hand off to Claude for the Synthesis Intelligence layer.

Related