v1.0.0.mdβ’3.97 kB
## π VaultMesh-Architect-MCP v1.0.0 β The Self-Governing Loop
Release date: YYYY-MM-DD
Tag: `v1.0.0`
Commit: `main` β production baseline
### π Overview
VaultMesh-Architect-MCP v1.0.0 establishes the Model Context Protocol gateway and Digital-Twin Constitution, enabling AI agents and human operators to manage VaultMesh infrastructure through secure, auditable rituals.
This release completes the self-governing loop:
> Fetch β Amend β Propose β Approve β Sign β Anchor β Verify
### π§© Core Components
| Category | Highlights |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| MCP Server | Node-based JSON-RPC stdio server exposing VaultMesh tools |
| Tools | `spawn_subsystem`, `compute_merkle_root`, `multi_anchor`, `invoke_tem`, `generate_lawchain_entry`, `issue_capability`, `get_phase`, `evolve_phase` |
| Governance | `sign_constitution`, `propose_charter`, `approve_charter` β full LAWCHAIN charter flow |
| Resources | `spec://digital-twin/constitution` β first-class YAML spec for the digital-twin architecture |
| Prompts | `amend_constitution` prompt (fetch β edit β diff β propose β DAO message) |
| CLI Workflow | `scripts/amend_constitution.sh` β terminal ritual mirroring the prompt |
| CI Pipelines | `mcp-tests.yml` (E2E + property tests) and `cli-dryrun.yml` (canary for JSON-RPC stability) |
| Tests & Coverage | > 97% lines, > 82% branches via Vitest + c8 |
| Docs | README with badges, terminal workflow examples, and Constitution Resources section |
### βοΈ Integrating with Other Mesh Nodes
1. Run the MCP Server on each node: `node server.js --stdio --heartbeat`
2. Expose the Constitution resource for discovery: `spec://digital-twin/constitution`
3. Federate governance by mirroring LAWCHAIN entries and anchoring receipts across nodes.
4. Amendment process: `propose_charter` β review (prompt/CLI) β `approve_charter` β `sign_constitution` β `multi_anchor`.
5. Verify by validating Merkle roots and signatures on each node.
### π Metrics & Badges
| Workflow | Badge |
| ----------- | -------------------------------------------------------------------------------------------------------------------- |
| Tests |  |
| CLI Dry-Run |  |
| Coverage |  |
### π Checksums & Artifacts
- Release bundle (optional): `vaultmesh-architect-mcp-v1.0.0.tar.gz`
- Proof: anchor via `tools/multi_anchor` β RFC-3161 + ETH + BTC (when DRY_RUN=false)
### π Quote
> βEvery Mesh node now carries its own Constitution β auditable, amendable, and eternally provable.β