Files
mokocli/CHANGELOG.md
Jonathan Miller ccf68a1519
Generic: Repo Health / Access control (push) Successful in 1s
Generic: Repo Health / Site Health (push) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Failing after 1s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Successful in 9s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 11s
Universal: Auto Version Bump / Version Bump (push) Successful in 18s
Generic: Project CI / Lint & Validate (pull_request) Failing after 31s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || 'development' }}) (pull_request_target) Failing after 16s
Platform: mokoplatform CI / Gate 1: Code Quality (pull_request) Failing after 1m17s
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
Generic: Project CI / Tests (pull_request) Has been cancelled
Platform: mokoplatform CI / Gate 2: Unit Tests (8.1) (pull_request) Has been cancelled
Platform: mokoplatform CI / Gate 2: Unit Tests (8.2) (pull_request) Has been cancelled
Platform: mokoplatform CI / Gate 2: Unit Tests (8.3) (pull_request) Has been cancelled
Platform: mokoplatform CI / Gate 3: Self-Health Check (pull_request) Has been cancelled
Platform: mokoplatform CI / Gate 4: Governance (pull_request) Has been cancelled
Platform: mokoplatform CI / Gate 5: Template Integrity (pull_request) Has been cancelled
Platform: mokoplatform CI / CI Summary (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report Issues (pull_request) Has been cancelled
Update MokoSuite → MokoSuiteClient references
MCP README link, metadata_detect comment, and changelog updated
for the MokoSuite → MokoSuiteClient repo rename.
2026-06-15 18:08:57 -05:00

3.1 KiB

Changelog

[Unreleased]

Added

  • cli/manifest_integrity.php — org-wide manifest validation tool (564 lines)
  • manifest_detect.php — detect display_name, target_version, php_minimum fields

Changed

  • MokoSuite → MokoSuiteClient rename: updated MCP README reference, composer template, metadata_detect comment
  • MCP servers extracted from monorepo to standalone A:/MCP/ directories
  • All 9 MCP servers published to npm (@mokoconsulting/) and Gitea package registry
  • .mcp.json converted from local file paths to npx -y @mokoconsulting/...@latest
  • NPM_TOKEN saved as MokoConsulting org secret for CI/CD
  • Templates: Joomla Makefile and composer.json updated with MokoSuite references

Removed

  • mcp/servers/ directory — all MCP server source moved to A:/MCP/mcp_*/

[09.26.00] --- 2026-06-07

Added

  • workflow_sync.php — cascading workflow sync from Generic → platform templates → live repos based on manifest.platform
  • platform_detect.php — auto-detect repo platform type (joomla/dolibarr/go/mcp/platform/generic) from file structure, optionally update manifest
  • Version prefix support in version_read.php and version_bump.php — repos with <version_prefix> in manifest (e.g. MokoGitea: 1.26.1+moko.) get prefix-aware version scanning and bumping
  • Platform types: joomla, dolibarr, go, mcp, platform, generic
  • Template-Go and Template-MCP repos created

Changed

  • auto-release.yml — patch branches (fix/, patch/, hotfix/, bugfix/) use --bump none (pre-release already bumped); feature/dev branches bump minor
  • pre-release.yml — triggers on push to dev, fix/, patch/, hotfix/, bugfix/, alpha, beta, rc branches
  • Version format standardized: [prefix]XX.YY.ZZ in source files, suffix (-dev, -rc) added by release system only

[09.26.00] --- 2026-06-07

Added

  • cli/manifest_detect.php — auto-detect manifest fields from source files (Joomla, Dolibarr, Go, MCP/Node, generic)
  • Supports --json, --diff, --update, --github-output modes
  • Warns on missing core fields (platform, name, version, package_type, language, entry_point)

Removed

  • mcp/servers/mokowaas_api/ — consolidated into mcp-mokowaas-api repo

[09.25.00] --- 2026-06-04

[09.23] --- 2026-05-31

[09.22] --- 2026-05-31

Changed

  • refactor(cli): migrate 64 legacy scripts to CliFramework (#235) — all tools in cli/, automation/, maintenance/, deploy/, release/ now extend CliFramework with free --help, --verbose, --quiet, --dry-run, --json, banners, and coloured logging

Fixed

  • fix: auto-detect org/repo in updates_xml_build from manifest and git remote
  • fix: restore hyphen in version suffixes
  • fix: release names use standardized format
  • fix: remove lesser stream copies, each stream updates independently
  • fix: sort updates.xml entries dev first, stable last