release: v05.00.00 — major version bump, CHANGELOG, Grafana 2-col #5

Merged
jmiller merged 6 commits from dev into main 2026-05-11 22:13:30 +00:00
Owner

Summary

  • Major version bump 04.05.0005.00.00 across all 58 definition/config files
  • CHANGELOG.md created with full release history (v04.00.00 → v05.00.00)
  • MokoWaaS Grafana dashboard template added with 2-column layout (less congested)
  • Wiki synced — all moko-platform wiki pages updated to 05.00.00

Files Changed

  • composer.json — version bump
  • definitions/default/*.tf — 8 files, version in metadata
  • definitions/sync/*.def.tf — 49 files, version in metadata
  • CHANGELOG.md — new file
  • monitoring/grafana/moko-waas-dashboard.json — new file (2-col layout)

Test Plan

  • Verify 05.00.00 appears in composer.json and all .tf definitions
  • Confirm no stale 04.05.00 or 04.06.00 references remain
  • Validate CHANGELOG.md format passes repo health check
  • Grafana dashboard template matches live dashboard layout
## Summary - **Major version bump** `04.05.00` → `05.00.00` across all 58 definition/config files - **CHANGELOG.md** created with full release history (v04.00.00 → v05.00.00) - **MokoWaaS Grafana dashboard** template added with 2-column layout (less congested) - **Wiki synced** — all moko-platform wiki pages updated to `05.00.00` ## Files Changed - `composer.json` — version bump - `definitions/default/*.tf` — 8 files, version in metadata - `definitions/sync/*.def.tf` — 49 files, version in metadata - `CHANGELOG.md` — new file - `monitoring/grafana/moko-waas-dashboard.json` — new file (2-col layout) ## Test Plan - [ ] Verify `05.00.00` appears in composer.json and all .tf definitions - [ ] Confirm no stale `04.05.00` or `04.06.00` references remain - [ ] Validate CHANGELOG.md format passes repo health check - [ ] Grafana dashboard template matches live dashboard layout
jmiller added 1 commit 2026-05-11 21:34:39 +00:00
feat: major version bump 05.00.00 — CHANGELOG, Grafana 2-col layout
Branch Policy Check / Verify merge target (pull_request) Successful in 0s
993f77d5a8
- Bump platform version 04.05.00 → 05.00.00 across all 58 definition/config files
- Add CHANGELOG.md with full release history
- Add MokoWaaS Grafana dashboard template (2 columns per row)

Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller force-pushed dev from 5642012128 to 993f77d5a8 2026-05-11 21:34:39 +00:00 Compare
jmiller added 1 commit 2026-05-11 21:41:02 +00:00
refactor: remove docs/ — wiki-first, relocate non-doc files
Branch Policy Check / Verify merge target (pull_request) Successful in 1s
34aace2638
- Remove 52 markdown files from docs/ (all content lives in Gitea wiki)
- Relocate legal_doc_generator.html → tools/
- Relocate mokostandards-schema.xsd → templates/schemas/
- Fix XSD path in MokoStandardsParser.php
- Update index.md and README.md to reference wiki

Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller added 1 commit 2026-05-11 21:51:10 +00:00
chore: remove VERSION from all file header comments
Branch Policy Check / Verify merge target (pull_request) Successful in 0s
38a975ee57
Remove VERSION: XX.YY.ZZ lines from 213 file headers across PHP,
TypeScript, TF definitions, workflows, CSS, markdown, and XML files.
Version is tracked in composer.json and CHANGELOG.md only.

Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller added 1 commit 2026-05-11 22:01:19 +00:00
fix: standardize file headers — REPO rename, SPDX case, missing fields
Branch Policy Check / Verify merge target (pull_request) Successful in 1s
1d87be7d5e
- Update REPO: from MokoStandards-API to moko-platform in 125 files
- Fix wrong org path (mokoconsulting-tech → MokoConsulting) in 10 files
- Fix SPDX-LICENSE-IDENTIFIER case in 2 template files
- Add missing REPO: field to 3 files

Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller added 1 commit 2026-05-11 22:10:23 +00:00
feat: add standard file headers to all 57 files missing them
Branch Policy Check / Verify merge target (pull_request) Successful in 1s
1799401db5
- Add Copyright + FILE INFORMATION headers to 11 PHP enterprise classes
- Add FILE INFORMATION blocks to 9 PHP files with incomplete headers
- Add headers to 2 test files
- Add markdown comment headers to 27 index/README files
- Add headers to 5 root markdown files
- Add FILE INFORMATION to 4 files with existing but incomplete headers

All files now conform to moko-platform file header standard.

Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller added 1 commit 2026-05-11 22:12:50 +00:00
feat: add license header check to repo health (15 pts)
Branch Policy Check / Verify merge target (pull_request) Successful in 1s
0e273dae96
New 'License Headers' category in check_repo_health.php:
- Copyright headers present (>=80% of source files, 5 pts)
- SPDX-License-Identifier present (>=80%, 5 pts)
- FILE INFORMATION block present (>=70%, 5 pts)

Scans PHP, TS, CSS, and YAML files, excluding vendor/node_modules/dist.
Total health score now 155 pts (was 140).

Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller merged commit 87c7a7d3da into main 2026-05-11 22:13:30 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/moko-platform#5