Files
main/.omx/logs/update-2026-07-12T19-57-02-767Z.log
2026-07-14 06:07:16 +05:00

70 lines
3.0 KiB
Plaintext

added 1 package, and changed 94 packages in 5s
31 packages are looking for funding
run `npm fund` for details
npm warn install-scripts 1 package had install scripts blocked because they are not covered by allowScripts:
npm warn install-scripts oh-my-codex@0.20.1 (postinstall: node -e "const fs=require('fs');const p='./dist/scripts/postinstall.js';if(fs.existsSync(p))import(p).then(m=>m.main?.()).catch(e=>console.warn('[omx] Postinstall skipped after a non-fatal error: '+(e?.message??e)))")
npm warn install-scripts
npm warn install-scripts Run `npm install -g --allow-scripts=oh-my-codex` to allow these scripts once, or `npm config set allow-scripts=oh-my-codex --location=user` to allow them for all global installs.
oh-my-codex setup
=================
Using setup scope: user
Using setup install mode: legacy
Using setup MCP mode: none
Using setup Team mode: enabled
[1/8] Creating directories...
Done.
[2/8] Installing agent prompts...
Prompt refresh complete (catalog baseline: 22).
[3/8] Installing skills...
Skill refresh complete (catalog baseline: 29).
[4/8] Installing native agent configs...
Native agent refresh complete (/home/smog/.codex/agents).
[5/8] Updating config.toml...
Config refresh complete (/home/smog/.codex/config.toml).
Native Codex hooks refresh complete (/home/smog/.codex/hooks.json).
[5.5/8] Verifying Team CLI API interop...
omx team api command detected (CLI-first interop ready)
[6/8] Generating AGENTS.md...
Refreshed AGENTS.md model capability table in /home/smog/.codex.
User scope leaves project AGENTS.md unchanged.
[7/8] Configuring notification hook...
Done.
[8/8] Configuring HUD...
HUD config created (preset: focused).
StatusLine configured in config.toml via [tui] section.
Setup refresh summary:
prompts: updated=1, unchanged=36, backed_up=1, skipped=0, removed=0
skills: updated=12, unchanged=18, backed_up=12, skipped=17, removed=0
native_agents: updated=0, unchanged=0, backed_up=0, skipped=22, removed=0
agents_md: updated=1, unchanged=0, backed_up=1, skipped=0, removed=0
config: updated=2, unchanged=0, backed_up=2, skipped=0, removed=0
Migration hint: Legacy ~/.agents/skills still exists (2 skills) alongside canonical /home/smog/.codex/skills. Codex may still discover both roots; archive or remove ~/.agents/skills if Enable/Disable Skills shows duplicates.
Setup complete! Run "omx doctor" to verify installation.
Next steps:
1. Start Codex CLI in your project directory
2. Use role/workflow keywords like $architect, $executor, and $plan in Codex
3. Browse skills with /skills; AGENTS keyword routing can also activate them implicitly
4. The AGENTS.md orchestration brain is loaded automatically
5. Native agent role TOML files written to .codex/agents/; use explicit agent_type when spawning OMX roles
6. "omx explore" and "omx sparkshell" can hydrate native release binaries on first use; source installs still allow repo-local fallbacks and OMX_EXPLORE_BIN / OMX_SPARKSHELL_BIN overrides