Dependabot #21 bumps commander 14 -> 15. commander 15 sets engines.node to >=22.12.0, but claude-ward declares engines.node >=20 (and the CI matrix tests 20/22/24). CI passes only because the runner builds fine; the engine claim would no longer be honest.
Two options:
No action needed from commander itself; this is purely our support-floor decision.
Refs: #21
Dependabot #21 bumps commander 14 -> 15. commander 15 sets
engines.nodeto>=22.12.0, but claude-ward declaresengines.node >=20(and the CI matrix tests 20/22/24). CI passes only because the runner builds fine; the engine claim would no longer be honest.Two options:
engines.nodeto>=22.12.0, drop Node 20 from the CI matrix, and update the README "Node 20+" claim. Then merge chore(deps): bump commander from 14.0.3 to 15.0.0 #21.No action needed from commander itself; this is purely our support-floor decision.
Refs: #21