ECC/docs/es/skills
Affaan Mustafa e755c5f72b
fix: make plugin hooks run on Node 21+ and green the suite under modern Node (#2184)
ROOT CAUSE: hooks load plugin-hook-bootstrap.js via
`node -e "...; process.argv.splice(1,0,s); require(s)"`. On Node 21+,
require.main is `undefined` under --eval, so the `if (require.main === module)`
guard was false and main() never ran — every plugin hook silently no-op'd
(e.g. the MCP-health PreToolUse hook stopped blocking). CI (Node 18/20) hid
this; it only surfaces on Node 21+. Fix: also run main() when require.main is
undefined (the eval-bootstrap case), while staying dormant on real imports.

Also clears pre-existing main debt the full local suite enforces:
- catalog:sync — README/docs agent+skill counts drifted after recent merges
- tests/ci/supply-chain-watch-workflow: update checkout SHA to the merged v6.0.3 (#2183)
- markdownlint + check-unicode-safety --write across docs/skills

Suite: 2683/2683 green under Node v25; lint + unicode clean.

Co-authored-by: ECC Test <ecc@example.test>
2026-06-07 16:05:28 +08:00
..
api-design docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
backend-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
coding-standards docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
continuous-learning docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
continuous-learning-v2 docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
database-migrations docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
deployment-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
django-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
docker-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
e2e-testing docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
eval-harness docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
frontend-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
golang-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
golang-testing docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
jpa-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
kotlin-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
kotlin-testing docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
laravel-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
laravel-security docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
laravel-tdd docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
laravel-verification docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
nextjs-turbopack docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
postgres-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
python-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
python-testing docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
quarkus-patterns fix: make plugin hooks run on Node 21+ and green the suite under modern Node (#2184) 2026-06-07 16:05:28 +08:00
quarkus-security fix: make plugin hooks run on Node 21+ and green the suite under modern Node (#2184) 2026-06-07 16:05:28 +08:00
quarkus-tdd fix: make plugin hooks run on Node 21+ and green the suite under modern Node (#2184) 2026-06-07 16:05:28 +08:00
quarkus-verification docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
rust-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
rust-testing docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
security-review docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
springboot-patterns docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
springboot-security docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
springboot-tdd docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
springboot-verification docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
tdd-workflow docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00
verification-loop docs: add Spanish (es) translation (#2095) 2026-06-07 13:26:42 +08:00