Expand description
Onboarding milestone wire types. Shared with origin-mcp + origin-app.
Structs§
- Milestone
Record - A recorded milestone, returned by DB queries and API endpoints.
Enums§
- Milestone
Id - Canonical identifier for each onboarding milestone. The string form
(produced by
as_str,FromStr, and serde’s kebab-case rename) is the single source of truth for (a) the DB primary key, (b) the JSON wire format, (c)MilestoneRecord.id. All four forms must stay in sync – the round-trip test in this module enforces that.