Reference · Any sealed file · global state · no external authority

V124.1 source-carried capabilities

Implement the six V124.1 capability families from one machine-readable contract: source-carried replay, Receiz-ID conversation, held material reconstruction, authenticated progressive playback, proof-derived memory/Twin response, and portable account continuity.

Stable route
/reference/v124-1-source-carried
Version
v124 contract
Source SHA-256
ea92a5ccde044362307822a988d6b566d90e9e3f6fa465c194b8dae1ccb90566

Solved outcome

What this enables

Carry and globally synchronize complete application and file truth without a database or external proof authority; begin large mobile video from verified ranges; automate every SDK, MCP, and AI Skill capability without creating another authority.

Exact form

Signature or request

RECEIZ_V124_1_CAPABILITY_INVENTORY → exact SDK exports/client methods → bounded MCP tools → exact AI Skill bindings

Inputs

Inputs and constraints

  1. Exact sealed source artifacts or verified held material families.
  2. Receiz-ID participant and access bindings for private conversation.
  3. A signed progressive commitment for range playback.
  4. Verified Identity Seal, Identity Record, or Receiz Key for private portable account projection.

Outputs

Output and receipt

  1. Deterministic replay branches
  2. Private conversation grant batches and cited cognition
  3. Exact native file bytes or authenticated media ranges
  4. Immediate complete account projection
  5. Machine-readable SDK/MCP/AI binding

Stable recovery

Failures

No stable code declared

No stable failure code is declared by this exact source. Stop on a missing source, segment, signature commitment, identity binding, SDK export, MCP tool, or AI Skill binding; never invent a fallback authority.

packages/receiz-sdk/docs/v124.1-source-carried-capabilities.md · ea92a5ccde044362307822a988d6b566d90e9e3f6fa465c194b8dae1ccb90566

Offline

Offline behavior

Complete held source families, identity-carried state, and exact sealed artifacts reconstruct and verify locally. Public package transport may add fresh-device availability but remains unnecessary for complete local custody and never becomes proof authority.

Authority

Truth boundary

Begin with exact held artifact bytes and local verification. SDK, HTTP, MCP, AI, framework, server, session, and UI mechanics may transport, coordinate, inspect, or distribute beneath the sealed Receiz proof object. They do not become proof authority.

The enclosing sealed Receiz proof object and its exact bytes are the stronger source of truth.Record Moment and Seal File are independent local operations after one-time anonymous Signature V4 device enrollment. Neither requires an account or server signer. Identity and account continuity remain optional projections beneath public verification.

Permanent anchor · #v124-1-source-carried-capability-discovery

Capability discovery

Import RECEIZ_V124_1_CAPABILITY_INVENTORY from @receiz/sdk. Each of its six rows binds one implemented primitive to exact SDK exports or client methods, MCP tools, AI Skills, an outcome, and an authority boundary. Automation must stop rather than invent a missing binding.

Permanent anchor · #v124-1-source-carried-any-sealed-file

Any sealed file

Inline RMA2 and complete RMC1/RMC2 source families reconstruct exact sealed bytes without a database, CDN, third-party media host, or external proof authority. Browser-supported video, audio, image, EPUB, PDF, and text render directly; every other binary remains exact and exportable.

Permanent anchor · #v124-1-source-carried-progressive-mobile-playback

Progressive mobile playback

A complete progressive ledger root is sealed inside the enclosing Signature-V4 proof. The browser verifies and plays the first required range while later ranges settle behind playback. Byte windows scale from bitrate and container needs; legacy whole-SHA artifacts retain whole-artifact admission.

Permanent anchor · #v124-1-source-carried-global-source-carried-state

Global source-carried state

Exact sealed replay sources open, diff, merge, and project every valid sibling branch. Public material packages finalize before their coordinates are advertised. Transport adds availability only and never becomes proof authority.

Permanent anchor · #v124-1-source-carried-conversation-and-cognition

Conversation and cognition

Receiz-ID participant bindings, complete causal history, bounded epoch-grant operations, and epoch rotation support direct or unlimited invited-member communication. Clear messages, epoch secrets, private imported memory, and private identity state remain outside model output. Twin responses cite proof and remain non-authoritative proposals.

Permanent anchor · #v124-1-source-carried-portable-account-continuity

Portable account continuity

Identity Seal, Identity Record, and Receiz Key carry profile, showcase, wallet, market positions/history, media, preferences, and proof history. Verified carried state paints immediately; synchronization may append verified additions behind it but cannot replace it.

Permanent anchor · #v124-1-source-carried-automation-contract

Automation contract

The MCP registry contains 169 tools, including 26 V124 production-runtime tools. skills.json carries the same six-family inventory; every relevant AI manifest carries exact v124_1CapabilityIds; and the packed-package parity gate proves every named export, client method, MCP tool, and skill binding.

Copyable path

Authenticated SDK issuance → Verify → inspect receipt

import { createReceizClient } from "@receiz/sdk";

// Begin with the complete proof object already held by the person or runtime.
const encoded = process.env.RECEIZ_ARTIFACT_BASE64;
if (!encoded) throw new Error("RECEIZ_ARTIFACT_BASE64 is required");
const artifactBytes = Uint8Array.from(Buffer.from(encoded, "base64"));

// Local verification is account-free and precedes every transport projection.
const receiz = createReceizClient();
const verification = await receiz.verification.verifyArtifact(artifactBytes);
if (verification.status !== "verified-artifact") {
  throw new Error(`Artifact verification status: ${verification.status}`);
}
console.log(verification.status);

Deterministic check

Conformance

pnpm test:v124.1-capability-parity

Run from the Receiz repository against the exact coordinated package identity. A command result is evidence beneath sealed artifact truth.