commit af359fca15955c79f32eda8f65c7a87c95471c29 Author: Gjermund Høsøien Wiggen Date: Sun Jun 7 21:07:25 2026 +0200 Initial commit: project scaffold diff --git a/README.md b/README.md new file mode 100644 index 0000000..6cd54cd --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Tessera + +A modern, composable ticketing system — RT's paradigm rebuilt in Rust. + +## Architecture + +- **Core** (Rust): Scrip runtime, transaction engine, query builder, lifecycle state machines +- **Integration Layer** (Go): gRPC-exposed API, webhook connectors, import/export pipelines +- **UI**: TBD + +## Status + +Early design phase. Nothing works yet.