Skip to content

🧠 MnemoForge CLI v1.3.18 β€” Soul Protocol + Canvas Rules + Publish Pipeline

Choose a tag to compare

@yaka0007 yaka0007 released this 06 Apr 06:14
· 242 commits to main since this release

🧠 MnemoForge CLI v1.3.18 β€” Soul Protocol + Canvas Rules + Publish Pipeline

The AI Inception Engine for sovereign, IDE-agnostic developer workflows.

npm install -g @mnemosyne_os/forge
mnemoforge

✨ What's New Since v1.0.0

πŸͺ¬ Soul Protocol β€” Behavioral Archetypes for AI Agents

Inject developer archetypes directly into your IDE's rule system. Your agent works differently depending on the mode you activate.

mnemoforge soul dex           # Browse the 5 archetypes
mnemoforge soul inject        # Inject into Cursor / Claude / Windsurf / VSCode
mnemoforge soul switch        # Switch active profile
mnemoforge soul status        # See what's currently active

5 archetypes: Architect Β· Auditor Β· Shipper Β· Guardian Β· Challenger

Each profile writes a SOUL.md rule file into your IDE config. Your agent picks it up at the next session β€” no manual context-setting required.


πŸ“‹ Canvas Rules β€” Assisted Pair Protocol

A living JSON ruleset stored in your vault. Rules that both the human and the AI agent follow β€” automatically, persistently, across every session.

  • scope: "agent" β€” applied silently by the AI
  • scope: "human" β€” appears as a human checklist
  • scope: "both" β€” both sides honor it

No more re-explaining conventions. Each rule discovered once lives forever.


⚑ Smart Publish Pipeline

.\publish.ps1            # Full pipeline
.\publish.ps1 --dry-run  # Validate without publishing

Auto-detects npm version β†’ bumps correctly β†’ type check β†’ tests β†’ build β†’ sync public repo β†’ push β†’ publish β†’ install β†’ launches CLI to confirm. Every step configurable via publish-rules.json.


πŸ–₯️ Responsive Dashboard

mnemoforge

Welcome screen adapts to terminal width. Active soul profile in header. Full command names throughout.


πŸ—‚οΈ Chronicle System

mnemoforge chronicle write    # Start a new chronicle
mnemoforge chronicle read     # Browse chronicles
mnemoforge chronicle list     # List all sessions

Structured memory files β€” key decisions, architectural moments, session logs. Persisted in your vault across sessions.


πŸ”Œ MCP Server

mnemoforge serve

Exposes vault tools to any MCP-compatible agent (Cursor, Claude Desktop...).
write_chronicle Β· get_vault_info available as native agent tools.


πŸ“š Documentation

Resource Link
CLI Documentation mnemosyne-os.gitbook.io/mnemosyne-os-cli
Neural Coding mnemosyne-os.gitbook.io/neural-coding-by-mnemosyne-os
Mnemosyne OS mnemosyne-os.gitbook.io/mnemosyne-os-docs

Part of the Mnemosyne Neural OS ecosystem Β· MIT License Β· Built with Neural Coding