From 32c2724561f4e74e3000a8cd2604567cb427654d Mon Sep 17 00:00:00 2001 From: Adam Biggs Date: Thu, 26 Feb 2026 13:35:40 -0800 Subject: [PATCH] ci: add fs wrapper tests to quality workflow --- .github/workflows/quality.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 78023e466..66dd49239 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -7,6 +7,7 @@ name: Quality & Validation # - Schema validation (YAML structure) # - Agent schema tests (fixture-based validation) # - Installation component tests (compilation) +# - fs wrapper tests (native fs replacement) # - Bundle validation (web bundle integrity) "on": @@ -112,5 +113,8 @@ jobs: - name: Test agent compilation components run: npm run test:install + - name: Test fs wrapper + run: npm run test:fs + - name: Validate file references run: npm run validate:refs