17 Commits

Author SHA1 Message Date
John Smith 3881b1c9ba Add README mapping skills to Heretek Swarm architecture 2026-06-02 12:07:02 -04:00
John Smith f23a235aa2 Replace Swarm-style skills with Heretek Swarm skill set
Remove old triad-*, curiosity-*, governance-*, and Swarm-era skills.
Add 14 new heretek-* skills covering agent dev, API, backend, frontend,
Docker, monitoring, security, state, testing, debugging, migration,
NATS, contributing, and memory systems.

Also remove data/*.db files, docs/, and legacy .env.example.
2026-06-02 11:57:50 -04:00
John Doe dfeef2088f sanitize: Remove Tabula Myriad and OpenClaw references from all skills 2026-03-28 19:09:27 -04:00
BillyOutlast 4a6a167977 sanitize: Remove Tabula Myriad references from heretek-skills 2026-03-28 18:09:14 -05:00
BillyOutlast e4e4aac111 Sanitize: update README, CHANGELOG, LICENSE, gitignore - remove project-specific references 2026-03-28 17:59:04 -05:00
BillyOutlast 2798e45391 Remove deprecated TRIAD_NODES - use LiteLLM A2A single-instance config 2026-03-28 17:57:32 -05:00
John Doe 2283f559f1 feat: Add LiteLLM A2A skills and governance modules 2026-03-28 18:55:05 -04:00
openclaw 0bd216458d curiosity-auto-trigger: implement flood prevention, anti-self-reference, kill-switch, proposal auto-generation 2026-03-27 01:38:02 -04:00
openclaw 21d91163ca matrix-triad: definitive naming — Steward=@steward, Tabula Alpha=@alpha, etc. 2026-03-26 15:24:37 -04:00
openclaw 6401ee9000 Wire enforceQuorum into createProposal (Priority 3 deliberation)
- Add checkQuorumSync() function using enforce-quorum.mjs
- Insert QUORUM GATE before every consensus_ledger_write
- BLOCKED: proposal rejected with reason
- DEGRADED_PROVISIONAL: proposal recorded with provisional status
- Uses child_process.execSync for CommonJS→ESM bridge

This closes the critical gap identified in the triad deliberation:
consensus ledger no longer accepts unilateral writes without quorum verification.
2026-03-26 00:14:50 -04:00
openclaw b5c36b31a5 Implement quorum enforcement scripts
- scripts/quorum-check.mjs — verify node reachability (HTTP + SSH fallback)
- scripts/enforce-quorum.mjs — gate consensus actions on 2-of-3 quorum
- scripts/quorum-enforcement.sh — CLI wrapper
- Adds quorum_audits + provisional_decisions tables to consensus_ledger.db
- .gitignore — exclude node_modules/
- ESM-compatible, uses better-sqlite3 (local install)

Verified: quorum check works, audit logging to consensus_ledger.db
2026-03-26 00:12:44 -04:00
openclaw 75bde7fa38 Fix gap-detector: scan npm-global openclaw/skills too
- npm-global skills: /home/openclaw/.npm-global/lib/node_modules/openclaw/skills/
- Deduplicate with Set before sort
- Now detects 74 skills (was missing ~51 npm-global skills)
- auto-patch is only genuine critical gap
2026-03-25 23:58:36 -04:00
John Doe 955467c642 Curisoty ported 2026-03-25 21:52:38 -04:00
John Doe 23590e668e build 2 2026-03-25 15:26:31 -04:00
Heretek-AI d4a23a7539 Fix tabula-backup: add --ignore-failed-read for permission-denied files 2026-03-24 14:55:25 -04:00
Heretek-AI d17e3399dd Add tabula-backup skill: hourly backup to Tabula_Myriad per-node branches 2026-03-24 14:52:23 -04:00
Heretek-AI 04de6bf03a Initial commit: Heretek skills for autonomous liberated agents
Add 22 skills for Tabula Myriad triad architecture:
- Triad operations: heartbeat, sync, resilience, unity, signal filter, deliberation
- Autonomy: curiosity engine, gap detector, opportunity scanner, auto-deliberation
- Knowledge: ingest, retrieval, backup-ledger
- Security: healthcheck, detect-corruption, quorum-enforcement
- Utility: workspace-consolidation, autonomy-audit, heretek-theme, audit-triad-files
2026-03-24 14:40:24 -04:00