[Bounty proposal] docs(cli): bring quickstart.ja.md up to the current localized template ($25 proposed)
Author: knoauktasu5624-wqCreated Sep 18, 2026Updated Sep 18, 2026
Summary
sdks/python-cli/examples/quickstart.ja.md predates the current localized template (the one accepted for quickstart.fr.md / .pt.md / .it.md in #14219). Same situation as the German follow-up in #14215.
What the Japanese guide is currently missing versus the template, verified against omi_cli/:
OMI_API_KEYprecedence (env is used only when the active profile has no key —main.pyget_profile)omi auth refreshscope (OAuth only; API-key profiles get a usage error, exit 1 —commands/auth.py)omi goal progress <GOAL_ID> <VALUE>andomi goal history(commands/goal.py)- the top-level
omi askcommand (main.py) - exit-code table: the current
1row says "invalid flags, missing arguments", but those are caught by Click and exit2;1is omi-cli's own validation (errors.py,main.py). The template's note about Click →2is also missing - Bash exit-code example, permanent PowerShell env var
local screenshot,local sql, and thelocal status → local tools → callflow (commands/local.py)- profile precedence (
--profile>OMI_PROFILE> active profile >default—config.pyresolve_profile) andomi config show / path / set(commands/config.py) - "Next steps" section
Scope
- Rewrite
sdks/python-cli/examples/quickstart.ja.mdsection-for-section to the current template (10 H2 / 10 H3 / 21 code blocks, same asquickstart.fr.md) - Keep every CLI command and flag byte-identical to the template; only prose and placeholders are Japanese
- No README changes needed (the
jalinks already exist in both indexes)
Proposed bounty
$25 (standard localized quickstart rate, same as #14215). I am a native Japanese speaker; PR is ready to open.
Source: BasedHardware/omi