Cursor AI Automated Team
TMPA (Textual Multi-Agent Process Architecture) is a vendor-neutral governance architecture for long-running work performed by AI agents and humans. It moves durable work facts out of volatile model memory, preserves responsibility across asynchronous execution, and reconstructs lifecycle, authority, conflict, and audit state from inspectable evidence. It is for developers building agents that must survive restarts, handoffs, disputes, review, and real organizational accountability.
✨ Key features
- Text carries durable messages and state, portable outside model sessions.
- Each writer owns a local serial stream, preventing silent history rewrites.
- Multiple streams advance asynchronously, preserving partial order and concurrency.
- Reader reconstructs governance state from evidence into lifecycle, responsibility, conflicts.
- Storage-neutral: files, database rows, object-store items, or events.
- Includes Reference Reader and C01–C14 conformance runner.
🎯 Use cases
- Govern AI agent work with independent acceptance and audit trails.
- Reconstruct lifecycle, authority, and conflict state from evidence.
- Implement file-based coordination using FCoP protocol.
- Run conformance tests for TMPA Core S1.0.
📦 Installation
🧰 Requirements: Node.js 20+ for running the Reference Reader.
git clone https://github.com/joinwell52-AI/joinwell52.git
cd joinwell52
npm ci
🚀 Usage
npm run demo
npm run tmpa:s1.0:conformance
Expected reference result:
PASS 14 · PARTIAL 0 · NOT RUN 0 · FAIL 0
⚠️ Good to know
The repository is a research and specification base; the historical CodeFlowMu Open is frozen at V1.2.29-open and not the current product distribution path.
❓ FAQ
What is TMPA?
TMPA is a vendor-neutral governance architecture for long-running work by AI agents and humans, moving durable work facts out of model memory and reconstructing governance state from evidence.
How do I run the conformance tests?
Clone the repo, run npm ci, then npm run tmpa:s1.0:conformance. Expected result is PASS 14, PARTIAL 0, NOT RUN 0, FAIL 0.
What is the relationship to CodeFlowMu Open?
CodeFlowMu Open is a frozen historical open-source implementation at V1.2.29-open, preserved for reproducibility and research, not the current product distribution path.
Is TMPA storage-specific?
No, TMPA Core is storage-neutral; files, database rows, object-store items, or events can carry the same governance semantics.
📊 Repository
🤖 Overview, features, install steps and FAQ were generated from the project's README on Sep 4, 2026. Always check the original source before running commands.