@flydocs/cli 0.5.0-beta.15 → 0.5.0-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flydocs/cli",
3
- "version": "0.5.0-beta.15",
3
+ "version": "0.5.0-beta.17",
4
4
  "type": "module",
5
5
  "description": "FlyDocs AI CLI — install, setup, and manage FlyDocs projects",
6
6
  "bin": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.0-beta.15",
2
+ "version": "0.5.0-beta.17",
3
3
  "sourceRepo": "github.com/plastrlab/flydocs-core",
4
4
  "tier": "local",
5
5
  "setupComplete": false,
@@ -1 +1 @@
1
- 0.5.0-beta.15
1
+ 0.5.0-beta.17
@@ -7,6 +7,31 @@ Versioning: [Semantic Versioning](https://semver.org/).
7
7
 
8
8
  ---
9
9
 
10
+ ## [0.5.0-beta.17] — 2026-02-26
11
+
12
+ ### Added
13
+
14
+ - **Anonymous usage analytics** — opt-in PostHog telemetry tracks install/update
15
+ funnel events (started, tier selected, completed). No personal data or code
16
+ collected. Opt out with `flydocs telemetry disable` or `FLYDOCS_TELEMETRY=0`.
17
+ - **`flydocs telemetry` command** — `enable`, `disable`, `status` subcommands
18
+ for managing anonymous analytics.
19
+ - **`flydocs uninstall` command** — cleanly removes FlyDocs from a project.
20
+ Interactive mode prompts to archive or delete user content. Supports `--force`,
21
+ `--all`, `--yes`, `--here`, `--path` flags. Preserves community skills and `.env`.
22
+
23
+ ---
24
+
25
+ ## [0.5.0-beta.16] — 2026-02-24
26
+
27
+ ### Changed
28
+
29
+ - **Premium skills are cloud-only** — `flydocs-figma` and `flydocs-estimates` are no
30
+ longer installed on local tier. Existing local installs have them cleaned up on
31
+ next update. Core skills (workflow, context-graph, context7) remain on all tiers.
32
+
33
+ ---
34
+
10
35
  ## [0.5.0-beta.15] — 2026-02-24
11
36
 
12
37
  ### Changed
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.0-beta.15",
2
+ "version": "0.5.0-beta.17",
3
3
  "description": "FlyDocs Core - Manifest of all managed files",
4
4
  "repository": "github.com/plastrlab/flydocs-core",
5
5