#1346 reported that gstack-memory-ingest still called the renamed
gbrain put_page subcommand on gbrain v0.18+. The actual code migrated
to `gbrain put` and later to batch `gbrain import <dir>` before this
report landed — only documentation lag remained.
This commit:
- Updates the --help string ("Skip gbrain put calls (still updates
state file)") so user-facing docs match the shipped subcommand
- Updates two inline comments that still referenced the old name
- Adds test/memory-ingest-no-put_page.test.ts: a regression pin that
strips comments from bin/gstack-memory-ingest.ts and fails the build
if "put_page" appears in any active code or string literal, plus a
sanity check that the file still calls a supported gbrain page-write
verb (put or import)
Closes#1346. Reporter @kylma-code surfaced the doc lag; the original
code migration credit is on the v1.27.x wave.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>