Fix CI/CD warning noise and Pages deploy false positive - #56
Conversation
Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: #55
Working session summaryDone. PR 56 is updated and ready for review: Implemented fixes for the CI/CD noise and false positives: guarded Pages deploy, updated action/runtime versions, added workflow policy checks, removed JS lint warning baseline, quieted npm release false-error output, and fixed Node 24 Fresh CI on HEAD Local verification included This summary was automatically extracted from the AI working session output. |
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
📊 Context and tokens usage:
Total: (587.3K + 15.2M cached) input tokens, 77.1K output tokens, $24.517516 cost 🤖 Models used:
📎 Log file uploaded as Gist (6937KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
🎉 Auto-mergedThis pull request has been automatically merged by hive-mind.
Auto-merged by hive-mind with --auto-merge flag |
Summary
DEPLOY_GITHUB_PAGES=truewhile still building docs artifacts.always-authconfig before publish commands.tests/unit/as a directory tonode --test.Reproduction Evidence
actions/deploy-pageswith HTTP 404 after docs built successfully.always-authwarnings, and expected npm E404 output.node --test tests/unit/tried to load the directory as a module.Template Reports Filed
Verification
node scripts/check-ci-workflows.mjsruby -e 'require "yaml"; Dir[".github/workflows/*.{yml,yaml}"].each { |f| YAML.load_file(f); puts "parsed #{f}" }'npm run lintnpm run format:checknpm run check:duplicationnpm run checkGITHUB_BASE_REF=main node scripts/validate-changeset.mjsnpm test(458 passing)npm run test:coverage(458 passing)npx -y node@24 scripts/run-tests.mjs --reporter spec tests/unit(458 passing under Node v24.18.0)node scripts/run-tests.mjs --env RUN_E2E=true tests/e2e/playwright.e2e.test.js(27 passing)npm run docs:apicargo doc --no-deps --all-featuresNo UI changes; screenshots are not applicable.
Fixes #55