@qpfai/pf-gate-cli 1.0.9 → 1.0.10

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/README.md CHANGED
@@ -13,15 +13,14 @@ npm i -g @qpfai/pf-gate-cli
13
13
  Open the PF Gate terminal UX:
14
14
 
15
15
  ```bash
16
- PF Gate
17
16
  pf gate
18
17
  ```
19
18
 
20
19
  Run direct CLI commands:
21
20
 
22
21
  ```bash
23
- PF --version
24
- PF gate --selftest
22
+ pf --version
23
+ pf gate --selftest
25
24
  ```
26
25
 
27
26
  On first run, the launcher creates `~/.pf-gate/runtime/.venv` and installs PF Gate.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-02-16T21:44:07.077Z",
3
+ "generatedAt": "2026-02-16T21:46:58.234Z",
4
4
  "pythonPackage": "persons-field",
5
5
  "pythonPackageVersion": "1.0.0",
6
6
  "wheel": "persons_field-1.0.0-py3-none-any.whl",
7
- "sha256": "4907460d6b40f0332da0f60d167343205609c422e6648c605116ffa44d058989"
7
+ "sha256": "c5ff4e1e222ae3eb753b794d856736fa7b4e3285d19eca04b365686e57513b48"
8
8
  }
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@qpfai/pf-gate-cli",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "PF Gate terminal launcher with first-run runtime bootstrap.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "bin": {
8
- "PF": "bin/pf.mjs",
9
8
  "pf": "bin/pf.mjs",
10
9
  "pf-gate": "bin/pf.mjs"
11
10
  },