Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.55 KB

File metadata and controls

49 lines (36 loc) · 1.55 KB

Installation

Codex

git clone https://github.com/kingxiaozhe/zero-workflow.git
cd zero-workflow
./install-codex.sh

The installer validates the source, stages an atomic copy under ~/plugins/zero-workflow, updates Codex's personal local marketplace through the first-party plugin helper, and enables the plugin. Existing installs require confirmation; use --yes for non-interactive replacement.

Start a new Codex thread after installation so the Skill catalog refreshes.

Claude Code on macOS or Linux

./install.sh

Set CLAUDE_HOME to test an isolated destination. Use --yes to replace conflicting files without prompts. The installer copies Skills, runtime contracts, the optional agent, scripts, and templates. It also generates /zw:report and /zw:check aliases from portable wrapper filenames. When upgrading from v0.9.x, it removes only the old managed commands/zw.md and R1–R8 node files; unrelated files in commands/ are preserved.

Claude Code on Windows

.\install.ps1 -Force

Use /zw, /zw-report, and /zw-check. Windows does not support the historical colon filenames, so /zw:report and /zw:check are intentionally not generated.

Optional tools

  • Agent-Reach can provide acquisition for supported social and video sources.
  • An already-authorized browser channel can help with sites that require a user session.
  • Bash and Python 3 are needed only for the log/status helpers and local validators; the core Skills are Markdown.

No installer enables automatic updates or browser permissions.