@colin4k1024/tsp 2.4.2 → 2.4.3

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -35,6 +35,7 @@ node scripts/install-apply.js --profile full --target codex
35
35
  - 内置 React/Next 优先的前端工程规范与 UI/UX 治理能力,用统一规则承接页面、交互和体验质量。
36
36
  - 内置 ECC 风格的 specialist agents、快捷 commands、rules packs、runtime hooks、contexts 与 examples,提升整体可用性。
37
37
  - npm 安装包内置 `crates/oris-claude-bridge` 与多平台预构建二进制,安装时按用户操作系统自动选择 bridge,无需本机 Rust 工具链。
38
+ - **持续净化原则**:每次大版本升级,目标是尽可能移除当前版本引入的所有补丁程序与临时绕行方案——补丁是现实妥协,不是长期设计;每一轮演进都应让平台比上一版更干净。
38
39
 
39
40
  ## 框架说明
40
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colin4k1024/tsp",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "Open-source Team Skills Platform for role-based AI delivery workflows, shared skills, hooks, commands, and multi-platform installs.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -71,6 +71,7 @@
71
71
  "docs:preview": "vitepress preview docs"
72
72
  },
73
73
  "bin": {
74
+ "tsp": "bin/tsp-create.js",
74
75
  "tsp-create": "bin/tsp-create.js",
75
76
  "tsp-install": "bin/tsp-install.js"
76
77
  },