Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.meetcuria.com/llms.txt

Use this file to discover all available pages before exploring further.

Curia is in active pre-alpha development. The API surface and feature set are evolving rapidly until v1.0.0.

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 typeBumpExamples
New skill, agent, or channelMinor (0.X.0)Adding web-search, adding Signal channel
New capability shipped for the first timeMinor (0.X.0)Autonomy engine, entity context enrichment
Completing a partially-shipped featurePatch (0.x.Y)Context summarization, audit log hardening
Bug fix, small improvementPatch (0.x.Y)Fixing a skill error path
Breaking change to public API surfaceMinor + changelog noteRenaming a SkillContext field
Public API surfaces (changes called out explicitly even pre-1.0):
  • skill.json manifest schema
  • SkillHandler / SkillContext / SkillResult TypeScript interfaces
  • Agent YAML schema (agents/*.yaml fields)
  • Bus event type definitions (src/bus/events.ts)
  • Channel adapter interface
v1.0.0 is reserved for when these surfaces are stable enough to commit to — API stability plus production deployment.