Skip to content

Remove the orphaned artifacts_sessions command #173

Description

@pacifio

Getting started: read CONTRIBUTING.md, run bun install, then bun run dev:app (Tauri dev build). Rust commands need export SDKROOT="$(xcrun --show-sdk-path)" on macOS, and crates are path-linked (no workspace) — run cargo from inside the crate directory. bun run test + bun run typecheck must stay green.

area:rust · cleanup · ~30 min

artifacts_sessions (src-tauri/src/commands/capture.rs:1160) lost its only
frontend caller when a memory view was removed; it’s now registered dead
surface (verified — no TS caller, and tests/ipc-contract.test.ts guards the
seam).

Do: delete the command fn and its generate_handler! line in
src-tauri/src/lib.rs. If helpers it calls inside capture.rs are shared
with other commands, leave those.

Done when: cargo check in src-tauri is warning-free and
bun run test (which includes the IPC contract test) passes.


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions