@jvittechs/j
v1.0.113
Published
A unified CLI tool for JV-IT TECHS developers to manage Jai1 Framework. Supports both `j` and `jai1` commands. Please contact TeamAI for usage instructions.
Downloads
429
Maintainers
Readme
@jvittechs/j
A unified CLI tool for JV-IT TECHS developers to manage the Jai1 Framework.
Supports both j and jai1 commands.
Install
pnpm add -g @jvittechs/j
npm install -g @jvittechs/jUsage
j --help
j auth
j check
j apply
# 'jai1' also works as an alias
jai1 --helpRuntime agent detection
Detect the coding agent that is currently invoking Jai1:
j agent detect
j agent detect --jsonAuto-detection supports codex, claude, cursor, windsurf,
antigravity, and opencode. Project files are not used as runtime
identity evidence. If the runtime cannot be identified, the command returns
unknown; conflicting signals return conflict.
End-users can explicitly override auto-detection:
j agent detect --agent codex
JAI1_AGENT=opencode j agent detect --json
j pace --agent codex --jsonAn explicit --agent flag has priority over JAI1_AGENT. j pace reuses
the same detector and never falls back to a project filesystem marker when
selecting its caller target.
