Skip to content

docs(gaps): add GT-249 — Redis caching layer for Core API, MCP, and T… #623

docs(gaps): add GT-249 — Redis caching layer for Core API, MCP, and T…

docs(gaps): add GT-249 — Redis caching layer for Core API, MCP, and T… #623

name: Enforce Root Cleanliness
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate-root:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Run root cleanliness validation
run: node .harness/scripts/ci/03-validate-root-cleanliness.mjs