-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmilestones.json
More file actions
30 lines (30 loc) · 1.39 KB
/
milestones.json
File metadata and controls
30 lines (30 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"active_milestones": [
{
"title": "v0.3.0 Portability and Extended Projections",
"roadmap_wave": "Wave 5: Portability and Extended Projections",
"description": "Public-safe archive-bundle TypeScript and Zod projections, wider client-consumer recipe coverage, and bounded portability-focused package ergonomics.",
"tracked_issues": [
3,
4
]
}
],
"delivered_milestones": [
{
"title": "v0.2.0 Better Integrator Surfaces",
"roadmap_wave": "Wave 2: Better integrator surfaces",
"description": "Clearer schema commentary, stronger validator envelope docs, broader API sample coverage, and better compatibility notes for downstream integrators.",
"tracked_issues": [
1,
2
]
}
],
"operating_notes": [
"Milestones in this file are the maintained public roadmap waves for the GitHub issue surface.",
"active_milestones represent currently open public roadmap waves; delivered_milestones preserve recently completed public waves without pretending they are still active.",
"Issue numbers are intentionally bounded to the current active public work plus recently delivered public waves rather than a full private roadmap export.",
"If the active or delivered public roadmap changes materially, this file, ROADMAP.md, docs/community-health.md, and release-facing summaries should move together."
]
}