@topmindspace/tms-skills 2.1.0 → 2.1.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
@@ -2,11 +2,13 @@
2
2
 
3
3
  所有 monorepo 变更记录见本文件。
4
4
 
5
- ## Unreleased
5
+ ## 2.1.1 — 2026-09-24(技能 9.2.0 · 风格语汇 + Release 保留)
6
6
 
7
7
  ### Changed
8
8
  - **技能风格语汇层**:`styleIdentity` 单源 + `engine.css` 字体/圆角/字阶/链接色覆盖 + `audit_styles` 门禁;示例与主题参考图刷新。
9
9
  - **Release 保留策略:最多 2 个最近版本**——`release.yml` 发布后自动删除更旧 Release 与 tag;npm 历史版本不受影响。
10
+ - 版本:技能 `9.1.0` → **`9.2.0`**(LC / model-schema `version: 9.2`);monorepo → **`2.1.1`**。
11
+ - 注:`v2.1.0` 为流水线探测 tag,`model-schema` 版本未对齐;以 **`v2.1.1`** 为准。
10
12
 
11
13
  ## 2.0.2 — 2026-09-24(发布流水线校验)
12
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topmindspace/tms-skills",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "TopMindspace 智能体技能 monorepo — 通过 GitHub npx 安装技能(top-ppt-html 等)。",
5
5
  "license": "MIT",
6
6
  "author": "TopMindspace",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$comment": "TopPPT HTML · REPORT_MODEL DSL schema 单源。双端同源:scripts/sync_runtime.py 把本文件注入 assets/pptx-export.js 的 __TOPPPT_SCHEMA__ 标记块(浏览器端 validateModel);scripts/extract_model.py 直接读本文件做本地校验。禁止在两端手写副本。字段路径约定:'a.b:c' 中 ':array' 要求非空数组,':str' 要求非空字符串,无后缀仅做真值检查;'anyof:a|b:c' 表示「任一满足即通过」(用于素材图片页:src / items / placeholder 三选一)。pageTypes[].modes = 该页型允许的模式(越界仅告警,不阻断)。commonSectionFields 为任意页型可选的通用字段(flags = 待核实标注清单,image = 素材图片/配图占位)。chartTypes = 图表类型白名单(起含原生与形状两条通道,通道归属见 scripts/layout-constants.json 的 charts.registry)。图片规格与占位约定见同文件 imageSpec。",
3
- "version": "9.1",
3
+ "version": "9.2",
4
4
  "modes": [
5
5
  "presentation",
6
6
  "research",