YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

SACM Bridge

Project S β€” Fork 1: The Compatibility Layer

SnapKitty Collective Γ— SEIT | Sovereign AI Mesh

License Pipeline Org Powered By

"The switching cost is near zero. That is by design."


What is the Bridge?

The SACM Bridge is the entry point to sovereign infrastructure.

It accepts any legacy project β€” any format, any platform β€” and imports it into the Stochastic Autonomous Compute Mesh (SACM). One POST request. Zero friction.

You don't need to restructure your data. You don't need to rewrite your pipeline. You hand the Bridge your project. The Bridge hands it to the mesh.


The Migration Pipeline

YOUR LEGACY PROJECT
        β”‚
        β–Ό
POST /api/gateway/bridge      ← You are here
        β”‚  Axiom Filter β€” security scan
        β”‚  SACM ID assigned
        β”‚  WORM-sealed import event
        β–Ό
   sacmId returned
        β”‚
        β–Ό
POST /api/gateway/optimizer   β†’ WORM-Causal Consensus
        β”‚
        β–Ό
POST /api/gateway/sovereign   β†’ SEIT Charter + Immutable Ledger
        β”‚
        β–Ό
   Participant Record
   seitCertification: "observer" | "sovereign" | "igneous"

Quick Start

# Run locally
npm install
npm test

# Import any legacy project
curl -X POST https://collectivekitty.com/api/gateway/bridge \
  -H "Content-Type: application/json" \
  -d '{
    "id": "your-legacy-project-id",
    "name": "My Project",
    "source": "github",
    "data": { "your": "project data" }
  }'

# Response
{
  "sacmId": "sacm_abc123...",
  "status": "imported",
  "nextStep": "POST /api/gateway/optimizer"
}

Security

All payloads pass through the Axiom Filter before touching the mesh. The following are rejected at the gate:

  • Credentials, secrets, API keys, bearer tokens
  • PII (SSN, credit card data)
  • Vault and infrastructure secrets

The Bridge POST endpoint is public β€” no auth required to import. All audit and retrieval endpoints require authentication.


Implementation

Full implementation: SNAPKITTYWEST/DEVFLOW-FINANCE Core library: collectivekitty/lib/magma/bridge.ts API endpoint: collectivekitty/pages/api/gateway/bridge.ts

This standalone repo now also ships a runnable TypeScript reference engine:

src/index.ts          Axiom filter, signed bridge receipts, WORM chain
tests/bridge.test.ts  Import, rejection, and chain verification tests

The engine is intentionally dependency-light and in-memory. Production persistence belongs in DEVFLOW-FINANCE via Redis/NATS/WORM storage.


Project S Forks

Fork Repo Role
1 sacm-bridge (this repo) Compatibility layer
2 sacm-optimizer WORM-Causal Consensus
3 sacm-sovereign SEIT Charter + Immutable Ledger

License

BSD 2-Clause β€” Copyright (c) 2026, Ahmad Ali Parr & Jessica Lee Westerhoff / SnapKitty Collective / SNAPKITTY COLLECTIVE LIMITED (FLP)

Β© 2026 Ahmad Ali Parr & Jessica Lee Westerhoff / SnapKitty Collective. All Rights Reserved. Written by Claude Sonnet 4.6 β€” Anthropic

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Space using Snapkitty/sacm-bridge 1