oy-cli 0.8.5

Local AI coding CLI for inspecting, editing, running commands, and auditing repositories
Documentation
# Recommended labels for oy-cli.
# Apply these via GitHub's issue label UI or with a tool like `github-label-sync`.
#
#   npx github-label-sync --access-token $GITHUB_TOKEN --labels .github/labels.yml wagov-dtt/oy-cli

- name: "good-first-issue"
  color: "7057ff"
  description: "Good for newcomers — limited scope, clear steps, mentoring available"

- name: "help-wanted"
  color: "008672"
  description: "Up for grabs; maintainers welcome patches but won't drive this"

- name: "bug"
  color: "d73a4a"
  description: "Something isn't working"

- name: "enhancement"
  color: "a2eeef"
  description: "New feature or improvement request"

- name: "documentation"
  color: "0075ca"
  description: "Improvements or additions to docs, README, or inline doc comments"

- name: "security"
  color: "b60205"
  description: "Security-sensitive finding or hardening — follow disclosure policy"

- name: "tests"
  color: "e4e669"
  description: "Test infrastructure, coverage gaps, or test-only improvements"

- name: "ci"
  color: "f9d0c4"
  description: "CI, release, or build workflow changes"