Jonathan Miller ff3e4e323a
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 2s
fix(cli): support global Composer installs for bin/moko
Check $GLOBALS['_composer_autoload_path'] before falling back to
project-local vendor/autoload.php, allowing the CLI to work when
installed via composer global require.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-22 03:18:17 +00:00
2026-05-20 01:26:39 +00:00
2026-05-20 01:26:39 +00:00

Contributing to moko-platform

Thank you for your interest in contributing to the Moko Consulting platform.

How to Contribute

  1. Fork the repository
  2. Create a feature branch from dev (e.g., feature/my-feature)
  3. Make your changes following MokoStandards
  4. Submit a Pull Request targeting dev

Branch Policy

  • feature/*, fix/* branches target dev
  • hotfix/* branches may target dev or main
  • dev merges to main for releases

Code Standards

  • PHP: follow PSR-12, use tabs for indentation
  • All files must include the Moko copyright header and SPDX identifier
  • Scripts must be self-contained (no external dependencies unless via composer)

Reporting Issues

Use the issue tracker with the appropriate template.


Moko Consulting hello@mokoconsulting.tech

S
Description
Enterprise CLI automation, validation, and governance engine for all Moko Consulting repositories — 45+ tools, shared CI workflows, 7 MCP servers
Readme
39 MiB
2026-06-21 06:19:17 +00:00
Languages
PHP 65.1%
JavaScript 15.2%
TypeScript 7.6%
Shell 4.5%
Markdown 4.2%
Other 3.4%