delivery-governance
v1.0.0Git, CI, repository-history migration, and Kubernetes delivery governance.
By Harness Start0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install delivery-governance for Codex and Claude Code
codex plugin marketplace add harness-start/plugins
codex plugin marketplace upgrade harness-start
codex plugin add delivery-governance@harness-startPaste and run these commands in a terminal with Codex. They add and refresh the harness-start catalog, then install this plugin.
Compatibility: the page URL and API slug “delivery-governance” remain stable.
- Codex:
delivery-governance@agent-plugin-marketplace→delivery-governance@harness-start
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/harness-start/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/delivery-governance/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/ci-gated-mr-workflow/SKILL.md├── skills/git-delivery-config/SKILL.md├── skills/kubernetes-operations/SKILL.md├── skills/kubernetes-operations-playbook/SKILL.md└── skills/repository-history-migration/SKILL.md
Included Skills5
Use only when the user explicitly invokes `$ci-gated-mr-workflow` or `/ci-gated-mr-workflow` for the current task. Do not select this workflow from an ordinary change request or repository policy alone.
Change git-delivery project settings or commit boundary rules via .git-delivery.mjs and commit-boundaries.json.
Orchestrates Kubernetes operations and guards Helm-owned dependency state with bounded manifest validation.
Prevent Kubernetes hallucinations by diagnosing and fixing failure modes: insecure workload defaults, resource starvation, network exposure, privilege sprawl, fragile rollouts, and API drift. Use when generating, reviewing, refactoring, or migrating manifests, Helm charts, Kustomize overlays, cluster policies, and platform-specific Kubernetes work for EKS, GKE, AKS, OpenShift, GitOps controllers, or observability stacks.
Move selected paths from one local Git repository into a new repository while preserving their commit history. Use when splitting a repository, extracting a module, or preparing a history-preserving cross-repository migration. Do not use for ordinary file copies, same-repository moves, or imports where history is intentionally discarded.
Plugin manifests2
{
"name": "delivery-governance",
"version": "1.0.0",
"description": "Git, CI, repository-history migration, and Kubernetes delivery governance.",
"author": {
"name": "Harness Start",
"email": "[email protected]"
},
"hooks": "./hooks/codex.json",
"skills": "./skills/",
"interface": {
"displayName": "Delivery Governance",
"shortDescription": "Git, CI, repository-history migration, and Kubernetes delivery governance.",
"developerName": "Harness Start",
"category": "Productivity"
}
}{
"name": "delivery-governance",
"version": "1.0.0",
"description": "Git, CI, repository-history migration, and Kubernetes delivery governance.",
"author": {
"name": "Harness Start",
"email": "[email protected]"
},
"hooks": "./hooks/claude.json",
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[delivery-governance on Agent Plugins Marketplace](https://pluginsmp.com/plugins/delivery-governance)