Files
Jonathan Miller 95880d3e44
Platform: mokocli CI / Gate 2: Unit Tests (8.1) (pull_request) Blocked by required conditions
Platform: mokocli CI / Gate 2: Unit Tests (8.2) (pull_request) Blocked by required conditions
Platform: mokocli CI / Gate 2: Unit Tests (8.3) (pull_request) Blocked by required conditions
Platform: mokocli CI / Gate 3: Self-Health Check (pull_request) Blocked by required conditions
Platform: mokocli CI / Gate 4: Governance (pull_request) Blocked by required conditions
Platform: mokocli CI / Gate 5: Template Integrity (pull_request) Blocked by required conditions
Platform: mokocli CI / CI Summary (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Universal: PR Check / Validate PR (pull_request) Failing after 5s
Universal: PR Check / Secret Scan (pull_request) Successful in 7s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Failing after 1s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 14s
Platform: mokocli CI / Gate 1: Code Quality (pull_request) Failing after 53s
chore: complete namespace cleanup — remove all mokoplatform/MokoStandards/MokoEnterprise refs
390 files: templates, workflows, MCP servers, CLI tools, lib, deploy,
validate, wrappers, configs, docs. Pure find-and-replace.
2026-06-21 01:18:13 -05:00

4.4 KiB

mokocli

Project Governance

Overview

This document defines the governance model for the {{repo_name}} repository within the {{org}} organization. It is automatically maintained by mokocli v{{standards_version}}.

Full governance policy is defined in the mokocli source repository: docs/policy/GOVERNANCE.md


Roles and Responsibilities

Maintainer

GitHub: @mokoconsulting-tech

Authority: Final decision-making authority on all matters for this repository.

Responsibilities:

  • Review and merge pull requests
  • Maintain code quality and standards compliance
  • Manage releases and versioning
  • Respond to issues and security reports

Contributors

Authority: Submit changes via pull requests.

Requirements:

  • Read and accept CODE_OF_CONDUCT.md
  • Follow CONTRIBUTING.md guidelines

Decision-Making

All changes must be submitted as pull requests. The maintainer (@mokoconsulting-tech) reviews and approves all changes before they are merged.

Sole Operator Policy

This organization operates under a sole operator model. The maintainer (@mokoconsulting-tech) is the sole employee and owner and may self-approve pull requests when no second reviewer is available. The following requirements remain mandatory regardless:

  1. Pull Requests Required — all changes to protected branches go through a PR.
  2. Automated Checks — all CI checks must pass before merging.
  3. Audit Trail — issues, pull requests, and commit history are preserved.
  4. Documentation — changes are documented in CHANGELOG.md.

See the full policy: Sole Operator Policy


Change Management

Change Type Approval Process
Routine (docs, bug fixes) Maintainer PR → CI pass → merge
Significant (new features) Maintainer PR with description → CI pass → merge
Major (breaking, architecture) Maintainer Issue discussion → PR → CI pass → merge
Emergency (security) Maintainer Labelled EMERGENCY → immediate merge → post-mortem

Reporting Issues


Metadata

Field Value
Document Type Policy
Domain Governance
Applies To {{org}}/{{repo_name}}
Jurisdiction Tennessee, USA
Maintainer @mokoconsulting-tech
Standards mokocli v{{standards_version}}
Repo https://github.com/{{org}}/{{repo_name}}
Path /GOVERNANCE.md
Status Active — auto-maintained by mokocli