Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 296 Bytes

File metadata and controls

12 lines (10 loc) · 296 Bytes

AGENTS

Guidelines

  • Keep pull requests small and focused.
  • Do not introduce any Db2 dependencies.
  • Use only z/OSMF Jobs and Files APIs; avoid other z/OS services.
  • Update the PR description with the checklist below.

PR Checklist

  • ruff .
  • black --check .
  • pytest