All notable changes to the Orpheon Protocol will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Capability Matrix: A catalog of 100+ new features including Cognitive, Network, and Trust spheres.
- Protocol Specification: Comprehensive
CONTEXT.mddefining the Rust primitives (Intent,Plan,Artifact). - Rust SDK: Initial scaffold for
orpheon-sdkcrate. - Documentation: Added
README.md,CONTRIBUTING.md,SECURITY.md.
- Refactored entire interaction model from REST-like to Intent-Native.
- Migrated core planning logic to Async Rust (
tokio).
- Basic "Concept" release.
- A* Planner prototype.
- In-memory state store.