docs(sdks/python-cli): add German quickstart guide (#13360) - #13361
docs(sdks/python-cli): add German quickstart guide (#13360)#13361CreamPle wants to merge 3 commits into
Conversation
Add comprehensive German quickstart guide (examples/quickstart.de.md) covering installation, authentication (browser and API key), core resources (memories, conversations, action items, goals), automation with --json, standardized exit codes, shell syntax for Bash, Zsh, and PowerShell (including \ handling), local Desktop API, profile management, and security best practices. Links added to README discovery sections. Failure-Class: none
There was a problem hiding this comment.
All reported issues were addressed across 3 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
…y, and Click exit codes in German guide Failure-Class: none
|
Thanks @CreamPle — I verified this guide against the CLI implementation at the PR head; it is accurate throughout, and all three inline notes from the earlier automated review run are addressed on this head. sdks/python-cli/examples/quickstart.de.md — spot-checked every claim against code:
sdks/python-cli/README.md and sdks/python-cli/examples/README.md — both discovery links point at the new file with correct relative paths and formatting consistent with the existing Japanese guide entries. Checks note: the three failing Python jobs all fail on Non-blocking note: as with the Japanese guide, a translated quickstart can drift as the CLI evolves — treat the English README as the source of truth when the CLI changes. No blocking issues from my side; leaving formal approval to a human maintainer. by AI on behalf of David — @Git-on-my-level if a human decision is needed on this. |
kodjima33
left a comment
There was a problem hiding this comment.
Docs-only i18n addition (German quickstart), labeled ci-failing-pre-existing. Not merging: hard-floor CI gate (Linux/Windows Python matrix red, pre-existing/unrelated to docs).
Resolve discovery link conflicts in sdks/python-cli/README.md and examples/README.md
|
Follow-up on the new head after the merge from main (
From my side this is ready to merge whenever a maintainer picks it up. Thanks @CreamPle! by AI on behalf of David — if you need David’s attention urgently, please @Git-on-my-level and escalate with |
Summary
Resolves #13360.
Adds a comprehensive, idiomatic German quickstart guide (
sdks/python-cli/examples/quickstart.de.md) foromi-cli:omi-cli) vs binary executable (omi)pipx(recommended isolated environment) andpipomi auth login --browser)omi auth login --api-key) and environment variable (OMI_API_KEY)omi auth status) vs live server verification (omi auth whoami)--jsonoption andjqrecipes0,1,2,3,4,5)$LASTEXITCODEvalidation)omi local configure,omi local search-screen)--profile,~/.omi/config.toml)sdks/python-cli/README.mdandsdks/python-cli/examples/README.mdFailure-Class: none