Skip to content

v0.2.0 — self-documenting (built-in guide)

Choose a tag to compare

@alexander-zierhut alexander-zierhut released this 15 Jul 14:49
96d1092

What's new in v0.2.0

Focus: make the CLI self-documenting so agents (and humans) can use it without any external context.

  • 🧭 openproject guide — a built-in operating manual: output contract, auth, name resolution, filter discovery, and gotchas, plus per-topic cheat-sheets (guide search, guide wp, guide time, guide costs, …).
  • 🆘 Self-documenting help — root --help now signposts guide and search fields; the trickiest commands (wp create/update, comment edit, time add, member add, raw patch) carry examples and gotchas inline.
  • 🔖 --version / -V flag.
  • 📦 Release workflow now attaches each platform binary independently (a slow/queued runner no longer blocks the others).

215-test suite (unit + integration) green in CI against a live OpenProject instance.

Install

pipx (recommended):

pipx install https://github.com/alexander-zierhut/agent-tool-openproject-cli/releases/download/v0.2.0/openproject_cli-0.2.0-py3-none-any.whl

Single binary (no Python) — download openproject-linux-x86_64 (macOS/Windows attached by CI), then:

chmod +x openproject-linux-x86_64 && mv openproject-linux-x86_64 /usr/local/bin/openproject
openproject guide      # learn the tool from the tool

See the README and AGENTS.md.