Fulcrum: Spec Version Registry
This document tracks the versions of all critical specifications and contracts within the Fulcrum ecosystem.
Core Specifications
| Spec Name | File Path | Current Version | Status |
|---|---|---|---|
| System Context | docs/SYSTEM-CONTEXT.md |
1.1.0 | VERIFIED |
| Product Reference | docs/PRODUCT.md |
1.0.0 | DRAFT |
| Brain Service Proto | proto/fulcrum/brain/v1/brain_service.proto |
1.0.0 | STABLE |
| Policy Service Proto | proto/fulcrum/policy/v1/policy_service.proto |
1.0.0 | STABLE |
| Cost Service Proto | proto/fulcrum/cost/v1/cost_service.proto |
1.0.0 | STABLE |
| Envelope Service Proto | proto/fulcrum/envelope/v1/envelope_service.proto |
1.0.0 | STABLE |
Versioning Policy
Fulcrum follows Semantic Versioning (SemVer) for all public APIs and core specifications. - Major: Breaking changes - Minor: New features, non-breaking - Patch: Bug fixes, documentation updates