Skip to content

Releases: postmunnet/trinity-protocol

Trinity Protocol v0.1.0

18 May 08:05
c451147

Choose a tag to compare

Trinity Protocol v0.1.0

AI agents can claim work is done. Trinity makes them prove it.

Version Story

  • Trinity Protocol v2: architecture / constitution generation
  • Runtime v0.1.0: first public executable runtime line
  • Tool Contract: v1.0 freeze candidate, v1.1 draft working spec

Included

  • CLI-first control layer for AI coding agents
  • Evidence-driven verification and artifact-as-truth workflow
  • Scoped execution through Trinity rituals and gates
  • Hash-chain audit trail and release evidence
  • Bilingual public docs: README, WHY_TRINITY, origin, rituals, and operator guide
  • Apache-2.0 license
  • GitHub Actions CI for .ai/cli/tests

Verification

Tag target:

c451147dfd2e184fb06c2e146d39f250a0383add

Verified commands/results:

python3 -m pytest .ai/cli/tests -q
clean merged main checkout: 1860 passed, 8 skipped
source checkout prior to merge: 1862 passed, 6 skipped
GitHub Actions PR CI run #22: PASS

Core Rule

No artifact = no trust.
No verification = no completion.
No authority = no transition.

Trinity Protocol v0.5 - Agent Sandbox Release

22 Dec 06:58

Choose a tag to compare

Trinity Protocol v0.5 🌌

First Public Release - Agent Sandbox System

🚀 What's New

Multi-Agent Infrastructure:

  • ✅ SANDBOX/ folders for parallel agent work
  • ✅ Debate workflow (compile → publish → consensus)
  • ✅ Enhanced safety gates (consensus requirement)
  • ✅ Separate verify_dev/prod reports
  • ✅ Complete audit trail

Trinity "3 Locks" Enhanced:

  • Lock 1: SSOT (SESSION_CONTRACT.md, single ingress)
  • Lock 2: Smart Gates (consensus, scope validation)
  • Lock 3: Audit Trail (session-local, override logging)

Complete Documentation:

  • Getting Started Guide (10 min tutorial)
  • User Guide (comprehensive workflows)
  • E2E Test Guide (validation scenarios)
  • SESSION_CONTRACT.md (canonical spec)

📦 Installation

git clone https://github.com/postmunnet/trinity-protocol
cd trinity-protocol
bash setup.sh
source .venv/bin/activate
python3 -m cli.main session new "My First Task"

📚 Quick Links

⚠️ Status

Production-Ready For:

  • Solo developers
  • Small teams (2-3 people)
  • Manual orchestration workflows

Coming in v0.6:

  • Session hygiene (prune, archive, doctor)
  • Command shortcuts
  • Enhanced patch analysis

Coming in v0.7:

  • Automated orchestration (WP8/WP9)
  • Agent API layer

🙏 Acknowledgments

Built with Claude Code
Inspired by real-world multi-agent development challenges


Stop Chatting. Start Orchestrating. 🚀