skillhub/cli
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
..
src fix(cli): remove explicit any type to pass ESLint checks 2026-04-29 15:43:32 +08:00
test fix(cli): remove explicit any type to pass ESLint checks 2026-04-29 15:43:32 +08:00
.eslintrc.cjs feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
bun.lock feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
bunfig.toml feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
package.json feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
tsconfig.json feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00