oc-session 0.1.0

Global OpenCode session browser and resume tool
# Contributing

This project is early and maintained by Shane0xM.

## Local Checks

```sh
cargo fmt --check
cargo fmt
cargo test
cargo clippy --all-targets -- -D warnings
cargo build
```

## Local Install

```sh
cargo install --path .
```

Keep changes small, tested, and focused on OpenCode session discovery, search, or resume behavior.