Page:
workflows-README
Pages
AUTO-CREATE-ORG-PROJECTS
Branching-Strategy
CLI-AUTOMATION
Coding-Standards
DEPLOY-SCRIPTS
DOLIBARR-MODULE-IDS
DRY-RUN-PATTERN
Documentation-Standards
File-Header-Standards
JOOMLA-SYNC
LEGAL-DOC-GENERATOR-WEB-README
MONITORING-SCRIPTS
NEW-SCRIPTS
QUICKSTART-ORG-PROJECTS
RELEASE-MANAGEMENT
Version-Standard
WIKI-STANDARDS
WORKFLOW-STANDARDS
api-maintenance-index
api-plugin-index
api-tests-index
api-tests-sample-index
automation-README
automation-branch-version-automation
automation-repo-cleanup
client-repos
standards-mokostandards-file-spec
templates-client-waas
templates-dolibarr
templates-generic
templates-mcp
unnamed
workflows-README
workflows-auto-release
workflows-branch-protection
workflows-build-release
workflows-cascade-dev
workflows-changelog-management
workflows-demo-deployment
workflows-dev-branch-tracking
workflows-dev-deployment
workflows-index
workflows-release-system
workflows-renovate
workflows-reusable-workflows
workflows-rs-deployment
workflows-secret-scanning
workflows-shared-workflows
workflows-standards-compliance
workflows-static-analysis
workflows-sub-issue-management
workflows-update-server
workflows-workflow-architecture
Clone
5
workflows-README
Jonathan Miller edited this page 2026-06-21 05:40:21 +00:00
← Home
Workflow Templates — Secondary Reference
Status: Active | Version: 04.06.00 | Effective: 2026-05-05
Canonical documentation: WORKFLOW_STANDARDS.md is the primary reference for workflow standards, inventory, and architecture. This file provides supplementary context only.
Architecture
Workflow templates live in their respective template repositories, not in mokocli:
- mokocli-Template-Joomla — Joomla extension workflows
- mokocli-Template-Dolibarr — Dolibarr module workflows
- mokocli-Template-Generic — Generic project workflows
- mokocli-Template-Client — Client site workflows
The sync engine clones the appropriate template repo at runtime and applies workflows to target repositories. There is no local templates/workflows/ directory to copy from.
How Workflows Reach Repos
- New repos are created from a template repo (e.g.,
mokocli-Template-Joomla), which includes.gitea/workflows/pre-populated. - Existing repos receive workflow updates via the bulk-sync engine, which clones the template repo, compares, and pushes changes.
- All workflows run from
.gitea/workflows/only — MokoGitea Actions does not execute workflows from.gitea/workflows/.
Important Notes
- Releases use the 5-stream tag system (
stable,release-candidate,beta,alpha,development). See Release System. - All workflows require SPDX license headers (GPL-3.0-or-later).
- Pin action versions (use
@v4, not@main).
Related Documentation
- WORKFLOW_STANDARDS.md — Canonical workflow reference
- Workflow Architecture
- Workflow Inventory
- Reusable Workflows
- Release System
- Build System
- Health Scoring System
Metadata
| Field | Value |
|---|---|
| Document | Workflow Templates — Secondary Reference |
| Path | /docs/workflows/README.md |
| Repository | https://git.mokoconsulting.tech/MokoConsulting/mokocli |
| Owner | Moko Consulting |
| Status | Active |
| Version | 04.06.00 |
| Effective | 2026-05-05 |
Version History
| Version | Date | Changes |
|---|---|---|
| 04.06.00 | 2026-05-05 | Rewritten to reflect current architecture: templates live in template repos, sync engine clones at runtime, removed stale templates/workflows/ references |
| 04.00.04 | 2026-02-08 | Consolidated workflow templates |
| 04.00.04 | 2026-01-07 | Added public workflow templates documentation |
| 01.00.00 | 2026-01-07 | Initial comprehensive workflow documentation |
Repo: mokocli · mokocli wiki
| Field | Value |
|---|---|
| Minimum Version | 04.07.00 |
| Platform | all |
| Applies To | All repositories |
| Revision | Date | Author | Description |
|---|---|---|---|
| 1.0 | 2026-05-08 | Moko Consulting | Initial version |
Pages
- AUTO-CREATE-ORG-PROJECTS
- Branching-Strategy
- CLI-AUTOMATION
- Coding-Standards
- DEPLOY-SCRIPTS
- DOLIBARR-MODULE-IDS
- DRY-RUN-PATTERN
- Documentation-Standards
- File-Header-Standards
- JOOMLA-SYNC
- LEGAL-DOC-GENERATOR-WEB-README
- MONITORING-SCRIPTS
- NEW-SCRIPTS
- QUICKSTART-ORG-PROJECTS
- RELEASE-MANAGEMENT
- Version-Standard
- WIKI-STANDARDS
- WORKFLOW-STANDARDS
- api-maintenance-index
- api-plugin-index
- api-tests-index
- api-tests-sample-index
- automation-README
- automation-branch-version-automation
- automation-repo-cleanup
- client-repos
- features
- operations
- reference
- standards-mokostandards-file-spec
- templates-client-waas
- templates-dolibarr
- templates-generic
- templates-mcp
- unnamed
- workflows-README
- workflows-auto-release
- workflows-branch-protection
- workflows-build-release
- workflows-cascade-dev
- workflows-changelog-management
- workflows-demo-deployment
- workflows-dev-branch-tracking
- workflows-dev-deployment
- workflows-index
- workflows-release-system
- workflows-renovate
- workflows-reusable-workflows
- workflows-rs-deployment
- workflows-secret-scanning
- workflows-shared-workflows
- workflows-standards-compliance
- workflows-static-analysis
- workflows-sub-issue-management
- workflows-update-server
- workflows-workflow-architecture
- workflows