diff --git a/src/pages/build.tsx b/src/pages/build.tsx index 1be509a..ec3580e 100644 --- a/src/pages/build.tsx +++ b/src/pages/build.tsx @@ -8,6 +8,8 @@ const active = [ { name: 'walletpress', desc: 'WalletPress — 55-chain wallet engine, WordPress plugin, x402 marketplace', lang: 'Python', rad: 'z2s2wiPPHJXx2prvP5nPVgpkkzjwz' }, { name: 'degenfeed-web', desc: 'DegenFeed — Multi-protocol social aggregator (Nostr, Farcaster, Bluesky, Mastodon, Lens, Threads, RSS)', lang: 'TypeScript', rad: 'z4HA4VujocEo1b3jTFwNk5qEGgF3V' }, { name: 'cryptorugmunch-com', desc: 'This website — Docusaurus 3, black + neon green, Cloudflare Pages', lang: 'TypeScript', rad: '' }, + { name: 'rmi-docs', desc: 'Product documentation — architecture, ADRs, MCP docs, FAQ, audit reports', lang: 'Docs', rad: '' }, + { name: 'rmi-rag', desc: 'Retrieval-augmented generation — AI-powered risk explanations', lang: 'Python', rad: '' }, ]; const infra = [ @@ -17,16 +19,13 @@ const infra = [ ]; const legacy = [ - { name: 'rugmunchbot', desc: 'Telegram bot — /scan, /portfolio, /simulate, /chart, /watch' }, - { name: 'rmi-local-services', desc: 'BGE-M3 embeddings, Ghost + n8n + RugFeed Poster' }, - { name: 'rmi-docs', desc: 'Product documentation — ARCHITECTURE.md, ADRs, MCP docs, audit reports' }, - { name: 'rugcharts', desc: 'Chart frontend + backend — real-time price charts' }, - { name: 'rugmaps', desc: 'Visual map of wallet relationships and token flows' }, - { name: 'x402-gateway', desc: 'Payment/settlement layer for x402 protocol APIs' }, - { name: 'rmi-rag', desc: 'Retrieval-augmented generation for risk explanations' }, - { name: 'rmi-mcp-x402', desc: 'Model Context Protocol server — AI agent access to RMI data' }, + { name: 'rugcharts', desc: 'Chart frontend + backend — real-time price charts (archived)' }, + { name: 'rugmaps', desc: 'Visual map of wallet relationships and token flows (archived)' }, ]; +// Private repos — visible only to authorized contributors +// fleet-infra, rugmunchbot, rmi-local-services, rmi-mcp-x402, x402-gateway + function glName(name: string) { return name === 'rmi-backend' ? 'rugmuncher-backend' : name; } function RepoCard({ repo, active }: { repo: any; active: boolean }) { @@ -63,7 +62,8 @@ export default function Build() { Mirrored to GitLab, Codeberg, and Radicle P2P for decentralized backup.
-Open-source. Audit them. Fork them. Run your own.
+ Infrastructure, internal tooling, and service configurations are managed in private repositories + accessible to authorized contributors. Public products are listed above. +
+