Shared Platform · CI/CD · Governance · Templates
Central enablement org for iAiFy enterprise
Ai-road-4-You is the backbone of the iAiFy enterprise. Everything that's shared across organizations lives here — CI/CD workflows, governance policies, repository templates, and cross-org automation.
| Project | Description | Status |
|---|---|---|
| enterprise-ci-cd | 16 shared CI/CD workflows + 4 reusable actions for all iAiFy repos | ✅ Active |
| github-actions | 13 composite GitHub Actions — deploy, test, lint, security scan | ✅ Active |
| governance | Enterprise governance standards, policies, and compliance templates | ✅ Active |
| repo-templates | Repository bootstrap templates for new iAiFy projects | ✅ Active |
| fork-sync | Automated upstream sync for all managed forks across the enterprise | ✅ Active |
Ai-road-4-You/
│
├── enterprise-ci-cd/ → Shared workflows consumed by all orgs
│ ├── 16 reusable workflows
│ ├── 4 composite actions
│ └── Deployment templates
│
├── github-actions/ → Composite actions library
│ ├── deploy/
│ ├── test/
│ ├── lint/
│ └── security-scan/
│
├── governance/ → Enterprise policies
│ ├── Branch protection rules
│ ├── Security policies
│ ├── PR templates
│ └── Compliance standards
│
├── repo-templates/ → New repo scaffolding
│ ├── CLAUDE.md
│ ├── copilot-instructions.md
│ ├── AGENTS.md
│ ├── dependabot.yml
│ └── GitHub Actions workflows
│
└── fork-sync/ → Upstream sync automation
└── Cron-based fork updates
| Policy | Coverage |
|---|---|
| Branch protection | All 72 repos — PR required, no force push, no deletion |
| Secret scanning | Enabled on all repos with push protection |
| Dependabot | Security updates + version updates on all repos |
| CodeQL | Code scanning on 39 repos with supported languages |
| Custom agents | 16 Copilot coding agents deployed to all repos |
| CODEOWNERS | Defined on all repos |
| Tag protection | v* tags protected on this org |
# Any repo in any iAiFy org can reference shared workflows:
jobs:
lint:
uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/lint.yml@main
deploy:
uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/deploy.yml@main| Organization | Purpose | Repos |
|---|---|---|
| AiFeatures | AI engineering, agent platforms, LLM tooling | 45 |
| HomeAutonom | Smart home automation, IoT, network infrastructure | 4 |
| AiProducting | Production apps, infrastructure, financial tools | 18 |
| Ai-road-4-You | Shared platform, CI/CD, governance (this org) | 5 |