Remove README search skill docs · Entire

Remove README search skill docs

609eb86→main·

dipree·3w ago·1 file·+0 added/-4 removed

Sessions

2c33e5ddebb2View transcript

Changes

1

270 unmodified lines

271
272
273
274
274
275
276
8 unmodified lines

285
286
287
289
290
291
288
289
290

270 unmodified lines

| `--project`                                 | Write settings to `settings.json` even if it already exists                                                       |
| `--skip-push-sessions`                      | Disable automatic pushing of session logs on git push                                                             |
| `--checkpoint-remote <provider:owner/repo>` | Push checkpoint branches to a separate repo (e.g., `github:org/checkpoints-repo`)                                 |
| `--search-skill`                            | Install the optional Entire search skill for the selected agent(s)                                                 |
| `--telemetry=false`                         | Disable anonymous usage analytics                                                                                 |

**Examples:**

8 unmodified lines

# Re-enable and refresh hooks
entire enable --force

# Install the optional search skill for an agent
entire enable --agent claude-code --search-skill

# Save settings locally (not committed to git)
entire enable --local

MREADME.md-4