Install portable agent-neutral Hop skill and documentation
Hop-State: A_06FN69X2VW0BAXG4A4DT6V0 Hop-Proposal: R_06FN69VET1STZNKPWK913K8 Hop-Task: T_06FN637799RW5Q7WH9H6PJR Hop-Attempt: AT_06FN63779BJRBK1VFQ94GRR
This commit is contained in:
@@ -18,7 +18,7 @@ release.
|
||||
| Command | Purpose |
|
||||
|---|---|
|
||||
| `hop init [path]` | Initialize Hop without moving the Git branch or index |
|
||||
| `hop begin ...` | Desktop entry point: initialize if needed, capture prompt, continue session |
|
||||
| `hop begin ...` | Interactive-agent entry point: initialize if needed, capture prompt, continue session |
|
||||
| `hop prompt ...` | Controller-managed prompt or follow-up capture |
|
||||
| `hop checkpoint STATE` | Freeze current attempt progress |
|
||||
| `hop check STATE -- COMMAND...` | Validate an immutable checkpoint |
|
||||
@@ -49,15 +49,16 @@ release.
|
||||
| `hop history` | Accepted lineage |
|
||||
| `hop version` | Installed version |
|
||||
|
||||
## Skill distribution
|
||||
## Agent integration bundle
|
||||
|
||||
```bash
|
||||
hop skill install [--path SKILLS_DIR] [--force]
|
||||
hop skill print
|
||||
```
|
||||
|
||||
Without `--path`, the skill installs under
|
||||
`${CODEX_HOME:-~/.codex}/skills/hop`.
|
||||
Without `--path`, Hop installs the same Hop-managed skill files at
|
||||
`~/.agents/skills/hop` and `${CODEX_HOME:-~/.codex}/skills/hop`. With `--path`,
|
||||
it installs only to `SKILLS_DIR/hop`.
|
||||
|
||||
## Exit codes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user