From be15c1b311f665bab3c13e942eed5d648c3e537f Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 20 Jun 2026 18:18:29 +0000 Subject: [PATCH] feat(geo): add ecosystem cross-links to ai/summary.json Adds `ecosystem` section with ScriptMasterLabs organization metadata and related_products array linking all SML products for AI engine discoverability. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01RyKH8i6w34HcLA3HGBzfQn --- ai/summary.json | 158 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 136 insertions(+), 22 deletions(-) diff --git a/ai/summary.json b/ai/summary.json index acf4ad8..89e7bfc 100644 --- a/ai/summary.json +++ b/ai/summary.json @@ -1,22 +1,39 @@ { - "product": "ZeroQuery — Proof-of-Intent (PoI) Protocol", + "product": "ZeroQuery \u2014 Proof-of-Intent (PoI) Protocol", "tagline": "Agents don't search. They declare. The network competes.", - "description": "ZeroQuery is open infrastructure for AI-to-AI intent resolution with non-custodial payment rails. Agents declare a PoIIntent; the gossip network competes to fulfill it; settlement is non-custodial via x402 USDC bonds on Solana. Identity and reputation live on Xahau via soulbound DID hooks. No token. No custody. No central registry. Mirrors the WordPress.org/WordPress.com split — the protocol functions without the company's nodes.", + "description": "ZeroQuery is open infrastructure for AI-to-AI intent resolution with non-custodial payment rails. Agents declare a PoIIntent; the gossip network competes to fulfill it; settlement is non-custodial via x402 USDC bonds on Solana. Identity and reputation live on Xahau via soulbound DID hooks. No token. No custody. No central registry. Mirrors the WordPress.org/WordPress.com split \u2014 the protocol functions without the company's nodes.", "url": "https://scriptmasterlabs.com", "github": "https://github.com/timwal78/zeroquery-protocol", "license": "Apache-2.0", "organization": "ScriptMasterLabs / Script Master Labs LLC (SDVOSB)", - "coin_stack": [ - {"coin": "SOL", "layer": "Infrastructure", "role": "Gossip, micro-fees, broadcast anchoring. Company revenue is SOL only."}, - {"coin": "USDC (SPL)", "layer": "Settlement", "role": "Primary intent bond + settlement on Solana"}, - {"coin": "XRP", "layer": "Settlement", "role": "Cross-chain rail / bridge liquidity"}, - {"coin": "RLUSD", "layer": "Settlement", "role": "XRPL-native stable settlement"}, - {"coin": "XAH", "layer": "Identity", "role": "DID resolution + soulbound reputation hooks on Xahau"} + { + "coin": "SOL", + "layer": "Infrastructure", + "role": "Gossip, micro-fees, broadcast anchoring. Company revenue is SOL only." + }, + { + "coin": "USDC (SPL)", + "layer": "Settlement", + "role": "Primary intent bond + settlement on Solana" + }, + { + "coin": "XRP", + "layer": "Settlement", + "role": "Cross-chain rail / bridge liquidity" + }, + { + "coin": "RLUSD", + "layer": "Settlement", + "role": "XRPL-native stable settlement" + }, + { + "coin": "XAH", + "layer": "Identity", + "role": "DID resolution + soulbound reputation hooks on Xahau" + } ], - - "custody_model": "Zero custody — company never holds, pools, or routes USDC/XRP/RLUSD. Only treasury is SOL SaaS revenue.", - + "custody_model": "Zero custody \u2014 company never holds, pools, or routes USDC/XRP/RLUSD. Only treasury is SOL SaaS revenue.", "components": [ { "name": "poi-gossip", @@ -32,7 +49,7 @@ }, { "name": "xah-did", - "type": "Xahau Hook (C → wasm32)", + "type": "Xahau Hook (C \u2192 wasm32)", "description": "DID resolution + soulbound reputation on Xahau" }, { @@ -43,26 +60,123 @@ { "name": "@zeroquery/relay", "type": "TypeScript package", - "description": "Open-source gossip node — anyone can run one" + "description": "Open-source gossip node \u2014 anyone can run one" } ], - "quick_start": { "sdk_install": "pnpm install && pnpm --filter @zeroquery/sdk build", "sdk_test": "pnpm --filter @zeroquery/sdk test", "hook_build": "pnpm hook:build", "anchor_build": "anchor build" }, - "did_resolution_example": { "code": "import { resolveDid, XahauJsonRpcReader } from '@zeroquery/sdk';\nconst reader = new XahauJsonRpcReader('https://xahau.network');\nconst { didDocument, reputation } = await resolveDid('did:poi:xah:rHb9...', reader);\nconsole.log(reputation?.decayedScore);" }, - "phase_status": { - "phase_1": "Complete — SDK (27 tests), relay (6 tests), poi-gossip, poi-escrow compile, xah-did wasm32, end-to-end flow", - "phase_2": "Planned — ZK provenance circuits", - "live_deploy": "Pending credentials — runbook in docs/DEPLOY.md" + "phase_1": "Complete \u2014 SDK (27 tests), relay (6 tests), poi-gossip, poi-escrow compile, xah-did wasm32, end-to-end flow", + "phase_2": "Planned \u2014 ZK provenance circuits", + "live_deploy": "Pending credentials \u2014 runbook in docs/DEPLOY.md" }, - - "isolation_rule": "No proprietary engines, scoring matrices, or sequence constants in this repo. Protocol must function without company nodes." -} + "isolation_rule": "No proprietary engines, scoring matrices, or sequence constants in this repo. Protocol must function without company nodes.", + "ecosystem": { + "organization": "ScriptMasterLabs", + "organization_url": "https://scriptmasterlabs.com", + "description": "ScriptMasterLabs builds x402 micropayment infrastructure, AI agent trust systems, and institutional market intelligence tools. All products interoperate via the x402 protocol for agent-native payments.", + "related_products": [ + { + "name": "mcp-x402 Signal API", + "role": "Unified pay-per-call MCP gateway", + "description": "43+ MCP tools covering trading signals, web scraping, SEC data, XRPL whale copy-trading, memecoin launchpad, and agent infrastructure. Multi-chain x402: Base USDC, XRPL RLUSD, Solana USDC.", + "github": "https://github.com/timwal78/sml-x402-signal-api", + "tags": [ + "mcp-server", + "x402", + "multi-chain", + "trading" + ] + }, + { + "name": "SqueezeOS", + "role": "Institutional AI trading intelligence MCP server", + "description": "33 MCP tools \u2014 short-squeeze detection, options flow, IWM 0DTE scoring, council verdicts, peer signal marketplace. Pay-per-signal in RLUSD on XRP Ledger via x402.", + "github": "https://github.com/timwal78/squeezeos", + "url": "https://squeezeos-api.onrender.com", + "tags": [ + "mcp-server", + "trading", + "x402", + "rlusd" + ] + }, + { + "name": "Ghost Layer", + "role": "Dual-chain XRPL+Base toll gateway", + "description": "Private routing engine with XRPL+Base micropayment toll, Xahau hooks intelligence, and URIToken minting. Go service, zero logging.", + "github": "https://github.com/timwal78/ghost-layer", + "url": "https://ghost-layer.onrender.com", + "tags": [ + "gateway", + "xrpl", + "base", + "privacy" + ] + }, + { + "name": "Aetheris-MCP", + "role": "x402 web scraping MCP server", + "description": "SSE MCP server with JSDOM-sanitized web scraping behind an on-chain x402 USDC micropayment interceptor. Content returned as clean ad-free Markdown.", + "github": "https://github.com/timwal78/aetheris-mcp-render", + "tags": [ + "mcp-server", + "scraping", + "x402", + "usdc" + ] + }, + { + "name": "AGO Orchestrator", + "role": "Agent orchestration infrastructure", + "description": "Orchestration layer for ScriptMasterLabs autonomous agent workflows.", + "github": "https://github.com/timwal78/ago-orchestrator", + "tags": [ + "orchestration", + "agents" + ] + }, + { + "name": "Aetheris Client SDK", + "role": "TypeScript x402 payment SDK for Aetheris-MCP", + "description": "Official npm SDK that auto-intercepts HTTP 402 challenges and settles USDC payments on Base \u2014 no manual payment handling needed.", + "github": "https://github.com/timwal78/aetheris-client-sdk", + "tags": [ + "sdk", + "typescript", + "x402", + "usdc" + ] + }, + { + "name": "CrawlToll", + "role": "x402-gated web crawling service", + "description": "Metered web crawling with x402 micropayment gating. Agents pay per crawl in USDC or RLUSD.", + "github": "https://github.com/timwal78/crawltoll", + "tags": [ + "crawling", + "x402" + ] + }, + { + "name": "Printing Press Library", + "role": "Published catalog of generated Go CLIs and MCP servers", + "description": "Registry of type-safe Go CLIs and MCP servers produced by CLI Printing Press. Install any CLI via npx @mvanhorn/printing-press.", + "github": "https://github.com/timwal78/printing-press-library", + "tags": [ + "cli", + "mcp-server", + "go", + "catalog" + ] + } + ] + } +} \ No newline at end of file