Compare commits

1 Commits

Author SHA1 Message Date
c7c8653e3e chore(platform): initialize GitOps workflow
Some checks failed
Build and Push to ACR / Build and Push (push) Has been cancelled
Integration Test / Platform Conformance (pull_request) Failing after 5s
Integration Test / Unit Tests + Container Smoke (pull_request) Has been skipped
2026-03-23 23:19:05 +00:00

20
.platform/initialized.md Normal file
View File

@@ -0,0 +1,20 @@
# Platform Initialization
| Field | Value |
|-------|-------|
| Component | `test-alex-gitops-1` |
| Repository | `demo-platform/test-alex-gitops-1` |
| Scaffolded | 2026-03-23 |
| Branch model | `main` (protected) ← `dev` (integration) ← `feature/*` |
## Continuous Modernization
This repository is configured for platform-managed continuous modernization.
The platform can open PRs against `dev` at any time to:
- Apply security patches and dependency updates
- Enforce architecture conformance patterns
- Promote environment configuration changes
All platform PRs target `dev` first.
Promotion to `main` requires approval via the Backstage deployment gate.