Curia is in active pre-alpha development. The API surface and feature set are evolving rapidly until v1.0.0.Documentation Index
Fetch the complete documentation index at: https://curia.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Changelog
The full changelog with every addition, change, fix, and breaking change is maintained in the repository:CHANGELOG.md
Complete version history with categorized entries (Added, Changed, Fixed, Removed, Security).
GitHub Releases
Each version is published as a GitHub Release with condensed release notes:GitHub Releases
All releases with downloadable artifacts and prose release notes.
Planned milestones
Upcoming work is tracked via GitHub Milestones. Priorities are subject to change as the project evolves.GitHub Milestones
Milestone progress, target dates, and linked issues.
Versioning policy
Curia follows Semantic Versioning:| Change type | Bump | Examples |
|---|---|---|
| New skill, agent, or channel | Minor (0.X.0) | Adding web-search, adding Signal channel |
| New capability shipped for the first time | Minor (0.X.0) | Autonomy engine, entity context enrichment |
| Completing a partially-shipped feature | Patch (0.x.Y) | Context summarization, audit log hardening |
| Bug fix, small improvement | Patch (0.x.Y) | Fixing a skill error path |
| Breaking change to public API surface | Minor + changelog note | Renaming a SkillContext field |
skill.jsonmanifest schemaSkillHandler/SkillContext/SkillResultTypeScript interfaces- Agent YAML schema (
agents/*.yamlfields) - Bus event type definitions (
src/bus/events.ts) - Channel adapter interface