Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 692 Bytes

File metadata and controls

30 lines (21 loc) · 692 Bytes

Contributing

Thanks for helping improve opencode-current-session.

Development Setup

bun install
bun run check

Before opening a pull request, run:

bun run typecheck
bun run lint
bun run test
bun run build

Pull Requests

Keep 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.

Project Standards

  • 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