Joshua Shay Kricheli NeuroSymbolic AI
v2 v1

Release · v2.18.4

Fix db:push command to forward --tables via `--`

Docs: fix db:push command to forward --tables via `--`

docs v2.18.4 June 23, 2026 Claude d18b1bf

Details

`npm run db:push --tables sections` makes npm consume `--tables` as its own
flag (warning + ignored), passing only `sections` as a stray positional, so
push_db.py errors with "unrecognized arguments: sections". Use
`npm run db:push -- --tables sections` so npm forwards the flag to the script.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Pn8V4h9YWbjYzdSrDiLiVL

Files changed (1)

CLAUDE.md +4 −3