macp-runtime 0.7.4

MACP reference runtime: a coordination kernel and gRPC server enforcing session boundaries, message validation, append-only history, modes, and governance policy.
Documentation
# Rust
/target/
**/*.rs.bk
*.pdb

# Build artifacts
/out/

# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~

# Claude Code
.claude/
/tmp/
/temp/
CLAUDE.md

# Integration tests build artifacts
integration_tests/target/

# Secrets / environment
.env
.env.local
.env.*.local

# OS
.DS_Store
Thumbs.db
# Local runtime persistence (MACP_DATA_DIR default)
.macp-data/

# Local /drive session lock — a working-copy artifact, never part of a release.
.drive.lock