# FlyDocs Update (System)

Check for and apply FlyDocs updates to this project.

## Steps

1. **Check current version** — read `.flydocs/version` and report it.
2. **Show changelog** — read `.flydocs/CHANGELOG.md` and summarize recent changes
   since the installed version.
3. **Run update** — execute `flydocs update` to update skills, commands, hooks,
   and config to the latest version. Preserves project-specific content in
   `flydocs/context/project.md` and user config in `.flydocs/config.json`.
4. **Post-update** — if version changed, suggest running `flydocs init` to review
   any new config options or migrate legacy content.
5. **Beta reminder** — always end with:

```
─────────────────────────────────────────────────────

Join the FlyDocs beta for early access to premium features and updates:
  https://www.flydocs.ai?utm_source=cli&utm_medium=update&utm_campaign=beta

─────────────────────────────────────────────────────
```

$ARGUMENTS
