@flydocs/cli 0.5.0-beta.16 → 0.5.0-beta.18

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.16",
3
+ "version": "0.5.0-beta.18",
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.16",
2
+ "version": "0.5.0-beta.18",
3
3
  "sourceRepo": "github.com/plastrlab/flydocs-core",
4
4
  "tier": "local",
5
5
  "setupComplete": false,
@@ -1 +1 @@
1
- 0.5.0-beta.16
1
+ 0.5.0-beta.18
@@ -7,6 +7,30 @@ Versioning: [Semantic Versioning](https://semver.org/).
7
7
 
8
8
  ---
9
9
 
10
+ ## [0.5.0-beta.18] — 2026-02-27
11
+
12
+ ### Changed
13
+
14
+ - **Telemetry disabled by default** — analytics are opt-in only. No data is sent
15
+ until a user explicitly runs `flydocs telemetry enable`. Removed first-run notice.
16
+
17
+ ---
18
+
19
+ ## [0.5.0-beta.17] — 2026-02-26
20
+
21
+ ### Added
22
+
23
+ - **Anonymous usage analytics** — opt-in PostHog telemetry tracks install/update
24
+ funnel events (started, tier selected, completed). No personal data or code
25
+ collected. Opt out with `flydocs telemetry disable` or `FLYDOCS_TELEMETRY=0`.
26
+ - **`flydocs telemetry` command** — `enable`, `disable`, `status` subcommands
27
+ for managing anonymous analytics.
28
+ - **`flydocs uninstall` command** — cleanly removes FlyDocs from a project.
29
+ Interactive mode prompts to archive or delete user content. Supports `--force`,
30
+ `--all`, `--yes`, `--here`, `--path` flags. Preserves community skills and `.env`.
31
+
32
+ ---
33
+
10
34
  ## [0.5.0-beta.16] — 2026-02-24
11
35
 
12
36
  ### Changed
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.0-beta.16",
2
+ "version": "0.5.0-beta.18",
3
3
  "description": "FlyDocs Core - Manifest of all managed files",
4
4
  "repository": "github.com/plastrlab/flydocs-core",
5
5