Use when working with the ilovecodex repository CLI for account management, login flows, usage checks, Codex launching, settings changes, or CLI verification. This skill is specific to this project and explains the real local invocation paths and safe validation commands.
This skill is for the ilovecodex repository's ilc CLI. It is not a generic system-wide ilc command guide.
Use it when a task involves:
ilc command to runpnpm ilc <command>. Use pnpm ilc --help to inspect the live command list.ilc shim into a writable PATH directory. If successful, users can run ilc <command> directly from later shells.resources/bin/ilc and resources/bin/ilc.cmd. Use those when you need the bundle-local entrypoint or when global shim installation is unavailable.--json. The JSON envelope is always { ok, data, error }.--quiet.login browser opens the browser unless --no-open is set.login device prints the verification URL and user code.0 success, 1 command or business failure, 2 usage error, 3 environment or runtime issue.account remove, login port kill, settings set, and codex open as side-effecting commands.ilc usage fails after app install, assume the shim could not be installed, the target PATH directory was not writable, or another command already occupied the ilc name.