-
-
Notifications
You must be signed in to change notification settings - Fork 0
docs: stop describing DevCloud as pre-1.0 in what the release archive ships #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| kind: Documentation | ||
| body: The roadmap, architecture and governance docs no longer describe DevCloud as pre-1.0. All three ship inside the release archive, so a v1.0 download would have carried a roadmap listing its own release as pending, an architecture overview naming Phase 1 as current, and a governance doc calling the API unstable — contradicting the compatibility policy packaged beside them | ||
| time: 2026-08-11T14:00:00.000000+09:00 | ||
| custom: | ||
| Issue: "130" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ We pursue this vision through a **phased rollout** to manage scope, architectura | |
|
|
||
| ## Phases | ||
|
|
||
| ### Phase 1 — AWS Depth & Stabilization (Current, targeting v1.0) | ||
| ### Phase 1 — AWS Depth & Stabilization (Complete, shipped as v1.0) | ||
|
|
||
| **Goal**: mature the already-broad AWS surface into a stable, well-tested v1.0. | ||
|
|
||
|
|
@@ -27,9 +27,9 @@ We pursue this vision through a **phased rollout** to manage scope, architectura | |
| - [x] boto3 compatibility coverage added for previously-untested services (CodeConnections, DMS, Verified Permissions) | ||
| - [x] Stable `ServicePlugin` API finalized and documented ([plugin-api.md](plugin-api.md)), enforced by a conformance test over every registered service | ||
| - [x] Generic CRUD fallback engine ([crud-engine.md](crud-engine.md)) auto-serves ~2,200 CRUD-shaped operations across all 46 JSON-protocol services with plausible, store-backed responses; every registered JSON service is wired. **Follow-up**: promote high-value auto-crud ops to hand-verified fidelity. | ||
| - [ ] v1.0 release (pending maintainer tag) | ||
| - [x] v1.0 release — see [compatibility-policy.md](compatibility-policy.md) for what 1.x guarantees | ||
|
|
||
| ### Phase 2 — Architectural Preparation (v1.x) | ||
| ### Phase 2 — Architectural Preparation (Current, v1.x) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Marking Phase 2 as current leaves the linked architecture overview contradicting the roadmap: Useful? React with 👍 / 👎. |
||
|
|
||
| **Goal**: internal refactor so adding a new CSP doesn't require forking the project. | ||
|
|
||
|
|
@@ -75,7 +75,7 @@ We pursue this vision through a **phased rollout** to manage scope, architectura | |
|
|
||
| | Version | Focus | | ||
| |---------|-------| | ||
| | 0.x ← current | AWS services, unstable API | | ||
| | 1.x | AWS depth, stable plugin API | | ||
| | 0.x | AWS services, unstable API | | ||
| | 1.x ← current | AWS depth, stable plugin API | | ||
| | 2.x | Multi-CSP architecture, Azure pilot | | ||
| | 3.x+ | Broad CSP coverage, community-owned providers | | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At this commit,
CHANGELOG.mdstill identifies v0.2.0 as the latest release and there is no batchedchanges/v1.0.0.md; the documented release process only produces the actual release after that file is committed and its matching tag is pushed (docs/release.md, lines 98–106). Consequently, checking this box makes the repository claim that v1.0 has shipped before the required release commit or tag exists. Keep this pending (or describe the phase as ready for v1.0) until the release is actually published.Useful? React with 👍 / 👎.