jmiller a4e417c667
Universal: Cascade Main → Dev / Cascade main → branches (push) Failing after 1s
fix(ci): handle empty env vars in repo-health with set -u
REPO_DISALLOWED_DIRS and SCRIPTS_REQUIRED_DIRS can be empty,
which causes exit code 2 under set -u. Use ${VAR:-} pattern.

Authored-by: Moko Consulting
2026-05-20 01:46:04 +00:00
2026-05-19 20:47:18 +00:00
2026-05-19 20:47:22 +00:00
2026-05-19 20:47:23 +00:00
2026-05-19 20:47:16 +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
37 MiB
2026-07-05 20:31:05 +00:00
Languages
PHP 63%
JavaScript 16.8%
TypeScript 8.5%
Markdown 4.7%
Shell 4%
Other 3%