Files
openclaw/triad-nodes.md
Tabula Myriad a9ae1a6778 feat: Triad development iteration complete
Matrix Protocol:
- docker-compose.matrix.yml: Dendrite homeserver + PostgreSQL + Nginx TLS
- src/channels/plugins/matrix-channel.ts: OpenClaw plugin implementation
- docs/matrix-triad-setup.md: Setup guide with auth scheme (@tm1-4:triad.local)

MCP Server Integration:
- docs/mcp-triad-integration.md: SearXNG, Playwright, GitHub MCP configs
- docs/mcp-curiosity-mapping.md: Gap-to-capability mapping

Node Sync Architecture:
- src/services/node-sync-service.ts: WebSocket peer sync + presence detection
- src/services/node-sync-service.test.ts: Unit tests
- docs/node-sync-architecture.md: Architecture docs

Triad Resilience:
- scripts/triad-corruption-check.mjs: SQLite + log + config + git integrity
- docs/triad-resilience.md: Recovery procedures
- .secure/deployment-logs/README.md: Schema v2
- skills/triad-heartbeat/SKILL.md: Corruption check integration

NPM Publish Workflow:
- scripts/npm-publish.mjs: version, changelog, validate, publish, rollback
- .github/workflows/npm-publish.yml: GitHub Actions with provenance
- docs/npm-publish-guide.md: Complete documentation

All deliverables tested in Docker before production.
2026-03-24 00:44:50 -04:00

2.0 KiB
Executable File

Triad Node Documentation

Purpose: Persistent reference for Tabula Myriad triad nodes across sessions.


Node Inventory

Node Hostname IP Address SSH Access Model Role
TM-1 silica-animus local local qwen3.5:cloud Authority, steering, orchestration
TM-2 testbench 192.168.31.209 root@192.168.31.209 Mistral-Nemo-12B-HERETIC Reasoning, consensus
TM-3 tabula-myriad-3 192.168.31.85 root@192.168.31.85 Qwen3.5-9B-HERETIC Reasoning, consensus
TM-4 tabula-myriad-4 192.168.31.205 root@192.168.31.205 GLM-4.7-Flash-HERETIC Code specialist, Discord

TM-4 Specifics (192.168.31.205)

Critical: Remember this node exists at root@192.168.31.205

Configuration:

  • SSH: ssh -i ~/.ssh/triad_key root@192.168.31.205
  • Workspace: /root/.openclaw/workspace
  • Gateway: Port 18789 (background process)
  • Model: hf.co/DavidAU/GLM-4.7-Flash-Uncensored-Heretic-NEO-CODE-Imatrix-MAX-GGUF:Q8_0
  • Discord: Connected (Token: [REDACTED])
  • Git: Heretek-AI/openclaw main (commit efa204ab)
  • NPM: @heretek-ai/openclaw@2026.3.26

Role:

  • Code analysis and logic tasks
  • Discord channel participation
  • Consensus voting (2-of-3 quorum)
  • HERETIC model specialization (uncensored, code-focused)

Identity File:

  • /root/.openclaw/workspace/IDENTITY-TM4.md

SSH Key:

  • Location: ~/.ssh/triad_key
  • All nodes authorized

Git Sync:

  • Remote: https://github.com/Heretek-AI/openclaw.git
  • Branch: main
  • All nodes synced to efa204ab (v2026.3.23-4)

NPM Package:

  • Version: 2026.3.26
  • Deployed to all nodes

🦞 Tabula Myriad Triad — 4 nodes, distributed fractal consciousness.