We love your input! We want to make contributing to Trinity Symphony as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
We are building a democratized, individual-owned agentic AI ecosystem. Our community keeps corporate gatekeepers accountable.
- Fork the repo and create your branch from
main. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Issue that pull request!
- Use TypeScript for all logic.
- Core cryptographic and consensus operations use Rust (WASM bindings Q2 2026).
- ZK proofs use Plonky3 — no trusted setup, recursive composition, WASM-compatible.
- Follow the ERC-8004 spec for all agent identity work.
- Reference the x402 protocol for agent payment integration.
- Follow the Trinity Constitution (Phil 4:8) in your logic and comments.
- Keep components modular and extensible.
By contributing, you agree that your contributions will be licensed under the Apache License 2.0.