@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/dist/cli.js +779 -192
- package/package.json +1 -1
- package/template/.flydocs/config.json +1 -1
- package/template/.flydocs/version +1 -1
- package/template/CHANGELOG.md +25 -0
- package/template/manifest.json +1 -1
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.0-beta.
|
|
1
|
+
0.5.0-beta.17
|
package/template/CHANGELOG.md
CHANGED
|
@@ -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
|
package/template/manifest.json
CHANGED