ruvector/npm/packages/cli
ruvnet 022bc3fca9 fix(lint): resolve all ESLint errors in cli package
- Add allowEmptyCatch: true to workspace ESLint config
- Fix unsafe JSON.parse returns with explicit type casts
- Type new Array<number>(64) to eliminate unsafe any array
- Type stdinData with HookInput interface instead of any
- Remove async from JsonStorage methods without await expressions
- Add PgPool/PgClient interfaces to properly type PostgresStorage pool
- Type pg dynamic import and query<T> result rows

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-05-22 06:10:36 -04:00
..
src fix(lint): resolve all ESLint errors in cli package 2026-05-22 06:10:36 -04:00
package.json chore(npm): bump @ruvector/cli to v0.1.28 2025-12-29 18:07:20 +00:00
tsconfig.json feat(npm): Implement hooks in @ruvector/cli npm package 2025-12-27 01:16:41 +00:00