plato-kernel 0.2.0

Plato Kernel - Event sourcing + Constraint-Theory + Git runtime
# plato-kernel

[![crates.io](https://img.shields.io/crates/v/plato-kernel)](https://crates.io/crates/plato-kernel) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)


Core Rust crate for the PLATO knowledge system — event sourcing, constraint filtering, tile lifecycle management.

## Features

- **Event Sourcing** — Every knowledge change is an immutable event
- **Constraint Filtering** — Validate tiles against domain constraints
- **Tile Lifecycle** — Create, read, update, archive tiles
- **Rust Performance** — Zero-cost abstractions for knowledge operations

## Installation

```toml
[dependencies]
plato-kernel = "0.1.0"
```

## Part of the Cocapn Fleet

The foundation that all PLATO components build on. Written in Rust for performance-critical knowledge operations.

## License

MIT