No description
Find a file
Dirk Hoyer ded82a2d62 chore: Update module.capnp schema
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 18:24:57 +01:00
schemas chore: Update module.capnp schema 2025-12-04 18:24:57 +01:00
LICENSE chore: Add MIT LICENSE file for ixt-public repository 2025-10-22 23:04:37 +02:00
LICENSE-MIT Initial commit: IXT Public API repository 2025-09-28 12:09:39 +02:00
README.md feat(schemas): Add production-ready Cap'n Proto schemas for IXT Framework SDK 2025-10-22 11:58:41 +02:00
test_schemas.sh feat(schemas): Add production-ready Cap'n Proto schemas for IXT Framework SDK 2025-10-22 11:58:41 +02:00

IXT Public API Schemas

This repository contains the public, stable, language-agnostic contract for the IXT Framework.

Purpose

Provides the definitive protocol schemas for SDK and module developers. All SDK repositories (ixt-sdk-*) consume their schemas exclusively from this repository.

Structure

schemas/
├── module.capnp       # Module interface definitions
├── message_bus.capnp  # Message bus protocol
└── runtime.capnp      # Runtime API definitions

Versioning

Strictly versioned using Git tags (e.g., v1.0.0, v1.1.0).

License

MIT License - see LICENSE file for details.

This is part of the IXT SDK ecosystem and is fully open source with no restrictions.