Saved in:
Bibliografiske detaljer
Hovedforfatter: Ganesan, Dhineshkumar
Format: Recurso digital
Sprog:
Udgivet: Zenodo 2026
Fag:
Online adgang:https://doi.org/10.5281/zenodo.19774698
Tags: Tilføj Tag
Ingen Tags, Vær først til at tagge denne postø!
Indholdsfortegnelse:
  • This repository implements the Agentic CI/CD Factory — the intelligence layer of the Intent-Driven Agentic CI/CD paradigm. The Factory is a reusable, intent-interpreting CI/CD platform that reads a structured deployment contract (contract.yml) from any consumer repository and autonomously determines: what type of resource is being deployed, which Terraform modules to invoke, which workflows to trigger, and what governance and validation controls to enforce. Unlike traditional CI/CD templates that hardcode pipeline logic per application, this Factory serves unlimited consumer repositories through a single reusable implementation — decoupling deployment intelligence from application teams entirely. The architecture includes an AI agent layer (.github/agents/) with Copilot-integrated specialists for Terraform scaffolding, security review, Azure architecture compliance (WAF/CAF), and provider upgrade coordination; reusable GitHub Actions workflows for CI, CD, and Destroy operations; OIDC-only authentication with zero long-lived secrets; SHA-pinned actions; and multi-environment progressive promotion (dev → test → prod) orchestrated by the factory. This is the platform-side counterpart to the consumer reference implementation at https://github.com/Dhineshkumarganesan/agenticcicdwftfstaticwebkv.