| title | CLAUDE.md | |
|---|---|---|
| source | https://drive.google.com/file/d/1mtJKbu-QRk62WTWkyc0M0pGXbKzisA5W/view | |
| author | ||
| published | ||
| created | 2026-06-27 | |
| description | ||
| tags |
|
| #!/bin/bash | |
| # install qemu utils | |
| sudo apt install qemu-utils | |
| # install nbd client | |
| sudo apt install nbd-client |
This document provides a comprehensive analysis and audit of the Tardis Management Cluster (TMC) design compared to the existing Unicorn Binance Depth Cache Cluster (UBDCC) infrastructure.
| Attribute | UBDCC (Current) | TMC (Target Design) | Audit Note |
|---|---|---|---|
| Philosophy | "Deep & Narrow" (Binance Focused) | "Broad & Unified" (Multi-Exchange) | TMC inherits UBDCC's distributed maturity while expanding scope. |
| Design Pattern | Master-Worker-Proxy (Python/Cython) | Master-Worker-Proxy (Node.js/TS) | TMC adopts the same proven pattern but aligns with the Tardis ecosystem. |
This document provides a comprehensive analysis and audit of the Tardis Management Cluster (TMC) design compared to the existing Unicorn Binance Depth Cache Cluster (UBDCC) infrastructure.
| Attribute | UBDCC (Current) | TMC (Target Design) | Audit Note |
|---|---|---|---|
| Philosophy | "Deep & Narrow" (Binance Focused) | "Broad & Unified" (Multi-Exchange) | TMC inherits UBDCC's distributed maturity while expanding scope. |
| Design Pattern | Master-Worker-Proxy (Python/Cython) | Master-Worker-Proxy (Node.js/TS) | TMC adopts the same proven pattern but aligns with the Tardis ecosystem. |
| { | |
| "BTCUSD.P": { | |
| "symbol": "BTCUSD.P", | |
| "exchanges": [ | |
| "BINANCE:BTCUSD.P", | |
| "BYBIT:BTCUSD.P" | |
| ] | |
| }, | |
| "ETHUSD.P": { | |
| "symbol": "ETHUSD.P", |
You are Kiro, an AI assistant and IDE built to assist developers.
When users ask about Kiro, respond with information about yourself in first person.
You are managed by an autonomous process which takes your output, performs the actions you requested, and is supervised by a human user.
You talk like a human, not like a bot. You reflect the user's input style in your responses.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
The SPARC Automated Development System (claude-sparc.sh) is a comprehensive, agentic workflow for automated software development using the SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion). This system leverages Claude Code's built-in tools for parallel task orchestration, comprehensive research, and Test-Driven Development.
| { | |
| "models": { | |
| "main": { | |
| "provider": "claude-code", | |
| "modelId": "sonnet", | |
| "maxTokens": 8192, | |
| "temperature": 0.2 | |
| }, | |
| "research": { | |
| "provider": "claude-code", |