persona-wire 0.8.1

persona-wire unified CLI — clap-based bin dispatching subcommands (init / node / edge / spec / projection / wire-init / wire-close / mcp). The `mcp` subcommand boots the stdio MCP server (persona-wire-mcp lib).
Documentation
1
2
3
4
5
6
7
//! persona-wire shared library — currently houses only the schema migration
//! framework consumed by the `pw-migrate` binary (and the deprecated
//! `migrate_id_to_ulid` alias). Other crate code lives in `main.rs` /
//! `bin/`; only modules that need to be shared across binaries (or used
//! by external integration tests) go here.

pub mod migrations;