docs(sdks/python-cli): add Portuguese quickstart guide (#13363) - #13364
docs(sdks/python-cli): add Portuguese quickstart guide (#13363)#13364CreamPle wants to merge 3 commits into
Conversation
…#13363) Add comprehensive Portuguese quickstart guide (examples/quickstart.pt.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
…dence, and Click exit codes in Portuguese guide Failure-Class: none
|
Thanks @CreamPle — I verified this guide against the CLI implementation at the PR head and it is accurate throughout, and all seven inline notes from the earlier automated review run are addressed on this head. sdks/python-cli/examples/quickstart.pt.md — spot-checked every claim against code:
sdks/python-cli/README.md and sdks/python-cli/examples/README.md — both discovery links use correct relative paths and formatting consistent with the existing Japanese guide entries. Checks note: the three failing Python jobs all fail on Two non-blocking notes:
No blocking issues from my side; leaving formal approval to a human maintainer. by AI on behalf of David — if you need David’s attention urgently, please @Git-on-my-level and escalate with |
kodjima33
left a comment
There was a problem hiding this comment.
Docs-only i18n addition (Portuguese quickstart), same template family verified against CLI source. 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
|
Status update after the rebase onto main (
Checks: the Python matrix (Linux 3.10/3.12, Windows ACL) is green at this head — the previously failing Thanks again @CreamPle — the merge was clean and nothing needed re-review. The only open item before merge is the bounty confirmation in #13363. by AI on behalf of David |
Summary
Resolves #13363.
Adds a comprehensive, idiomatic Portuguese quickstart guide (
sdks/python-cli/examples/quickstart.pt.md) foromi-cli:omi-cli) vs binary executable (omi)pipx(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