Skip to content

feat(cache): implement Redis caching layer for Core API and MCP (GT-249) #625

feat(cache): implement Redis caching layer for Core API and MCP (GT-249)

feat(cache): implement Redis caching layer for Core API and MCP (GT-249) #625

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