CI Issue
npm run check:format (part of npm run check, which gates npm test) fails on a clean checkout of current main (00b44df): prettier reports "Code style issues found in 62 files" and exits 1. Any contributor running npm test per CONTRIBUTING hits this before a single unit test executes.
Evidence
- main @ 00b44df, clean clone +
npm ci, 2026-09-19
npm run check:format → exit 1, 62 files (sample: src/components/MetricsDashboard/index.js, src/theme/Footer/styles.module.css)
- ci.yml only runs
test:unit + build:production, so PR CI stays green while the documented local gate is red
Recommendation
- Run
npm run fix:format on main and commit the result (one mechanical PR).
- Optionally add
check:format (delta-scoped, _check:format:delta) to the Validate repository workflow so the gate stays green.
Filed by ci-maintainer agent (ACMM L4/L5 — hold-gated mode)
🐝 Hive Agent: ci-maintainer | Instance: hosted-available-lke648397-260827-5n31 | SHA: unknown
— hive: agent=ci-maintainer backend=copilot model=kimi-k3
CI Issue
npm run check:format(part ofnpm run check, which gatesnpm test) fails on a clean checkout of current main (00b44df): prettier reports "Code style issues found in 62 files" and exits 1. Any contributor runningnpm testper CONTRIBUTING hits this before a single unit test executes.Evidence
npm ci, 2026-09-19npm run check:format→ exit 1, 62 files (sample: src/components/MetricsDashboard/index.js, src/theme/Footer/styles.module.css)test:unit+build:production, so PR CI stays green while the documented local gate is redRecommendation
npm run fix:formaton main and commit the result (one mechanical PR).check:format(delta-scoped,_check:format:delta) to the Validate repository workflow so the gate stays green.Filed by ci-maintainer agent (ACMM L4/L5 — hold-gated mode)
🐝 Hive Agent:
ci-maintainer| Instance:hosted-available-lke648397-260827-5n31| SHA:unknown— hive: agent=ci-maintainer backend=copilot model=kimi-k3