Skip to content

Remove orphaned artifacts_sessions command - #193

Open
LazarusQue wants to merge 1 commit into
pacifio:0.3.0-stripfrom
LazarusQue:173-remove-artifacts-sessions
Open

Remove orphaned artifacts_sessions command#193
LazarusQue wants to merge 1 commit into
pacifio:0.3.0-stripfrom
LazarusQue:173-remove-artifacts-sessions

Conversation

@LazarusQue

Copy link
Copy Markdown

Summary

  • artifacts_sessions (src-tauri/src/commands/capture.rs) lost its only frontend caller when a memory view was removed and has been dead surface since; removed the fn and its generate_handler! registration in lib.rs.
  • Shared helpers it called (open_reader, workspace_id_for, session_summaries) are still used by other commands in capture.rs, so those are untouched.

Closes #173

Test plan

  • cargo check in src-tauri is warning-free
  • bun run test passes (609 tests, includes IPC contract test)
  • bunx tsc --noEmit passes
  • bun run lint passes

Lost its only frontend caller when a memory view was removed; no TS
caller remains and the IPC contract test doesn't guard it. Shared
helpers (open_reader, workspace_id_for, session_summaries) stay since
other commands still use them.
@uzayer
uzayer requested a review from pacifio August 25, 2026 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant