Skip to content

Commit 3d750f2

Browse files
committed
Add v1.0.0 scope section to migration doc
- Document what's included in v1.0.0 release - Mark profiles and CLI as deferred to v1.1.0 - Update status to Phase 3.5
1 parent 512e3cd commit 3d750f2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/development/REUSABLE_WORKFLOW_MIGRATION.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,26 @@
22

33
> **This is the primary execution plan for CI/CD Hub.** Supersedes ROADMAP.md phases 4-8.
44
5-
**Status:** Phase 1B In Progress
5+
**Status:** Phase 3.5 - Releasing v1.0.0
66
**Created:** 2025-12-15
77
**Last Updated:** 2025-12-18
88
**Goal:** Migrate from dispatch templates to GitHub reusable workflows + CLI tool for automatic repo onboarding
99

10+
## v1.0.0 Scope
11+
12+
**Included in v1.0.0:**
13+
- Reusable workflows: `python-ci.yml`, `java-ci.yml`, `kyverno-ci.yml`
14+
- Caller templates: `templates/repo/hub-python-ci.yml`, `hub-java-ci.yml`
15+
- Report schema 2.0 with `tool_metrics`, `tools_ran`
16+
- Release workflow with actionlint validation
17+
- Semantic versioning with floating tags (`v1` → latest `v1.x.x`)
18+
19+
**Deferred to v1.1.0:**
20+
- Profile templates (`templates/profiles/*.yaml`) - not validated for v1
21+
- CLI tool (`cihub`) for auto-onboarding
22+
- Phase 4: Full fixture repo migration
23+
- Dashboard/GitHub Pages
24+
1025
## Quick Status
1126

1227
| Part | Description | Status |

0 commit comments

Comments
 (0)