--- model: openai/gpt-5.6-sol service: opencode session: ses_0799212ebffe42arY96czXn89F timestamp: 2026-07-31T16:52:15Z git_ref: 0846cbd4 scope: code substantive: true raw_file: 20260731T165215Z_0846cbd4_prompt_io.raw.md --- ## Prompt Evaluate and update `piker store` so bare groups and endpoints immediately show help; prepare for eventual optional fuzzy selection in `anal` and `ldshm`; aggregate recent time-series diagnostics into CLI endpoints. The user selected the safe-foundation scope. ## Response summary Added immediate help UX, exact NativeDB and SHM identities, read-only `series` and `shm` diagnostics, selector-ready exact SHM names, and robust discovery/attachment. Fixed related `ldshm` option and no-match failures. Deferred optional `fzf` and mutation-default changes. ## Files changed - `piker/storage/cli.py` - help UX and read-only series/SHM diagnostics. - `piker/storage/nativedb.py` - canonical compound series identities. - `piker/tsp/_history.py` - exact SHM discovery and dtype resolution. - `piker/data/_sharedmem.py` - attach-only existing-segment helper. - `piker/tsp/__init__.py` - SHM identity helper exports. - `tests/test_store_cli.py` - command UX and endpoint regressions. - `tests/test_ldshm.py` - SHM diagnostics and operational regressions. - `tests/test_storage_nativedb.py` - series parsing/index regressions. - `docs/manual_backfill_qualification.rst` - triage command documentation. - `.claude/skills/run-tests/test-harness-reference.md` - test mapping. ## Human edits None - generated output remains uncommitted.