skillhub/cli/src/stores
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
..
config-store.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
credentials-store.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
inventory-store.ts fix(cli): remove explicit any type to pass ESLint checks 2026-04-29 15:43:32 +08:00