Thanks for helping improve opencode-current-session.
bun install
bun run checkBefore opening a pull request, run:
bun run typecheck
bun run lint
bun run test
bun run buildKeep changes focused and include tests for behavior changes. For session state schema changes, update README.md with an example entry and note compatibility concerns in the PR description.
- preserve private file permissions for generated state files
- avoid logging secrets or full tool payloads unnecessarily
- keep the JSONL schema append-friendly
- prefer small, typed helpers over broad runtime assumptions