skillhub/cli/src
dongmucat a2df5f4eb4 fix(cli): remove explicit any type to pass ESLint checks
Replace 'any' type annotation with proper type guard in inventory-store.ts
and add optional chaining in test to satisfy TypeScript strict checks.

All three platforms (Ubuntu, macOS, Windows) CI checks now pass.
2026-04-29 15:43:32 +08:00
..
agents feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
clients feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
commands fix(cli): improve parse error output 2026-04-29 15:37:05 +08:00
platform feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
services fix(cli): harden doctor scan and inventory writes 2026-04-29 15:37:05 +08:00
shared feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
stores fix(cli): remove explicit any type to pass ESLint checks 2026-04-29 15:43:32 +08:00
index.ts fix(cli): improve parse error output 2026-04-29 15:37:05 +08:00