Hop-State: A_06FN6FF8HFSFD9ANGK6BY4G Hop-Proposal: R_06FN6FDTK9G17RXFFT82ZYR Hop-Task: T_06FN6CFVXVVAP1KZAJ2X62R Hop-Attempt: AT_06FN6CFVXTRZ8ZDG28QR5Z0
1.6 KiB
Hop documentation
Hop is prompt-native version control for coding agents. It stores each prompt as an immutable project state, gives agent work an isolated workspace, validates the exact tree being accepted, and safely materializes accepted results into the visible project folder. When a Git upstream exists, accepted commits are pushed automatically.
Start here
- Installation
- Getting started
- Core concepts
- Agent integrations and workflow
- Parallel agents and conflict resolution
Reference and operations
- CLI reference
- Architecture
- Security and privacy
- Troubleshooting
- Upgrading and uninstalling
- Release checklist
Thirty-second install
macOS or Linux:
curl -fsSL https://githop.xyz/GnosysLabs/Hop/raw/branch/main/scripts/install.sh | sh
Windows PowerShell:
irm https://githop.xyz/GnosysLabs/Hop/raw/branch/main/scripts/install.ps1 | iex
Open a Git project in a compatible agent client and work normally. The installed
skill bundle activates Hop before the agent inspects or changes the project;
controllers can invoke the same protocol directly. Codex Desktop is a bundled
integration, and there is no required manual hop init step.
Hop is currently an alpha. Keep Git history and normal backups, read release
notes before upgrading, and report unexpected behavior with hop doctor output
after removing private paths or data.