@lionad/port-key-skills 0.6.0 → 0.6.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # 更新日志
2
2
 
3
+ ## [0.6.1] - 2026-07-16
4
+
5
+ ### Changed
6
+
7
+ - [internal] 同步版本号至 0.6.1
8
+
3
9
  ## v0.6.0
4
10
 
5
11
  - chore: sync version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lionad/port-key-skills",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Agent skills for PortKey",
5
5
  "files": [
6
6
  "skills",
@@ -21,7 +21,7 @@
21
21
  - **常规开发**:`3000-3999` 或 `8000-8999`
22
22
  - **微服务集群**:`5000-5999` 或 `9000-9999`
23
23
  - **测试环境**:`10000-19999`
24
- - **注意(PortKey 默认)**:PortKey 默认会屏蔽一批常见端口(如 3000、3001、5173、8080 等);若团队强制使用某些端口段,建议在 `~/.port-key/config.json` 中统一 `blockedPorts/minPort/maxPort`。
24
+ - **注意(PortKey 默认)**:PortKey 默认会屏蔽一批常见端口(如 3000、3001、5173、5432、6379、8080、8081、9000、11434、19000、27017 等);若团队强制使用某些端口段,建议在 `~/.port-key/config.json` 中统一 `blockedPorts/minPort/maxPort`。
25
25
 
26
26
  ## 本地开发端口分配策略
27
27