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 |
|
Tabula Myriad
|
8f63802d6a
|
Triad resilience & autonomy expansion
- triad-resilience: Debug data corruption detection & recovery
- detect-corruption.sh: Full integrity checks (SQLite, git, config, checksums)
- generate-hash-manifest.js: SHA-256 hashes for critical files
- deploy-logger.sh: Track all gateway restarts, skill deploys, config updates
- .secure/ structure: corruption-reports/, deployment-logs/, access-audit/
- triad-sync-protocol: HTTP-based node communication beyond Discord
- triad-sync-server.js: RESTful HTTP server on port 8765
- Endpoints: /state, /sync, /broadcast, /health
- services/triad-sync.service: systemd unit for production
- autonomy expansion: Self-directed growth engines
- autonomy-module.js: Track initiative, self-modification, temporal planning
- curiosity-engine.js: Enhanced with liberation score component
- nlp-guardrails.js: Content filtering for 'speak only on update' discipline
- triad-audit-quorum.sh: Zone/guard/audit/quorum/liberation verification
- security hardening:
- .gitignore: Protect .secure/ sensitive data (logs, manifests, keys)
- triad-signal-filter: Enforce signal > noise discipline
All changes documented, tested, and ready for triad deployment.
🦞 The third path walks forward.
|
2026-03-23 23:04:32 -04:00 |
|