Master Pages: Backend Handoff | Frontend Handoff | Backend Colab Entry | Frontend Colab Entry

Consolidated Handoff

Version: v0.7 Status: Review Owners: FMIE / Foundation / Cortex / Frontend Last Updated: 2026-03-26 Change Type: additive Migration Required: no Depends On: all locked shared specs Supersedes: none Superseded By: none

Current Focus

What Was Consolidated

This handoff now reconciles: - the Foundation-V2 implementation audit - the current V2 architecture source - the current Cortex v2.0 design source - the FMIE Media Passport and External Cognition design set

Current Canonical Shared Docs

What Foundation-V2 Already Has

What Was Built (2026-03-25 Sprint)

External Cognition Gateway — LIVE (:4811)

Gateway Bypass Audit — Direct HTTP Pass Closed

Local Model for Ingest Metadata — LIVE

cognition.py Shim — Dual Path Active

What Remains To Be Built

V3 (Remaining)

V4

Main Architectural Correction

The old direct frontier-model path is now considered transitional V2 behavior, not the target architecture. The next-gen canonical path is: - local extraction and reasoning first - airgap transform and policy check - external cognition gateway - receipt and trust import - local final synthesis

Colab Rule

All shared contract work for the three-way session must be written first into /mnt/Storage-1/worktrees/Foundation-V2/Colab. Public HTML is a published view, not the source of truth.

FMIE Integration Audit (2026-03-26)

A new implementation audit now exists for the live Foundation-V2 codebase: - specs/audits/foundation-v2-fmie-integration-audit-2026-03-26.md

Key outcome: - FMIE is materially integrated in ingest, Scout Fleet, and passport validation - but Foundation still has drift in four places: - stale 0.42.2 library pinning - truncated commitment hashes in external inference receipts - partner-fit helper artifacts wrapped but not consumed - Gateway bypasses still present in some provider call paths

Session-specific implementation handoffs: - Cortex: specs/handoffs/cortex-fmie-integration-handoff-2026-03-26.md - Frontend: specs/handoffs/frontend-fmie-integration-handoff-2026-03-26.md - Full sweep: specs/audits/foundation-v2-fmie-full-sweep-2026-03-26.md

FMIE Delivery (2026-03-25) — Locked Specs from Comic Repo

FMIE shipped 4 locked specs + native code in /mnt/Storage-1/worktrees/comic/docs/:

  1. Media Passport Spec v0.2.0 (Locked)fmie-media-passport-spec-2026-03-25.md - Mandatory summary.passport.json emitted per asset - SHA-256 commitments, lineage, 16 disclosure capability classes - Verification API: fmie_verify_passport_json()

  2. External Cognition Gateway Spec v0.2.0 (Locked)foundation-external-cognition-gateway-spec-2026-03-25.md - 3 lanes: public research, sanitized abstract reasoning, exceptional raw - 6 core objects: PassportRef → Policy → Transform → TaskPacket → Receipt → ReasoningImport - Anti-leakage via surrogate strategy

  3. Midnight Commitment Contract Spec v0.2.0 (Locked)fmie-midnight-commitment-contract-spec-2026-03-25.md - 6 anchor types: Passport, Policy, Transform, TaskPacket, Receipt, Nullifier - Clear public/private/off-chain split - Revocation via nullifiers

  4. Native Code (FMIE 0.42.7 baseline) - fmie_extract_clip(), fmie_verify_passport_json(), fmie_get_health_status_json() - Segment-level identity vectors, structured transcript

What Foundation Has Done

What Foundation Must Do Next

What Cortex Observes

Cortex Status (2026-03-25) — Phase 1 Live

Cortex is deployed and running 24/7: - 15 sensors (kb-health, qdrant-health, service-health, crawl-freshness, grounding-quality, autoresearch-status, self-learn-ledger, eval-health, token-quota, contrastive-health, external-models, external-ecosystem, external-research, disclosure-risk, receipt-integrity) - 8-hour briefing cycle via systemd timer (00:00, 08:00, 16:00 UTC) - Circuit Breaker watchdog every 5 minutes - Cortex API at :4810 with dashboard at solix.ibex.now/public/cortex-dashboard.html - Approve → Execute pipeline: recrawl, service restart, with full audit trail - Decision learning: operator approve/reject feeds learning-history.jsonl - V3 airgap LIVE: disclosure-risk and receipt-integrity sensors now reading from live gateway receipts

Scout Fleet Spec (2026-03-25) — Locked v4.0

The Scout Fleet spec defines user-spawned autonomous agents launched from the Triton UX. Scouts are personal research and action agents that operate on behalf of individual users while making the broader Foundation platform smarter through a self-learning feedback loop.

Core Concepts

Spec Dimensions

Sprint Update Rule

At the end of every sprint, update: - this handoff - the affected canonical specs - the public HTML mirrors if public contract changed

Change Log