@undefineds.co/linx 0.3.24 → 0.3.25

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
@@ -98,7 +98,7 @@ AI provider 冒烟测试分两层:默认测试只验证 shell 输入通过 sha
98
98
  OpenRouter 请求需要显式提供环境变量后单独运行:
99
99
 
100
100
  ```bash
101
- LINX_OPENROUTER_SMOKE=1 OPENROUTER_API_KEY=sk-or-xxx node --test test/ai-connect-boundary-smoke.test.mjs
101
+ LINX_SMOKE_LIVE=openrouter OPENROUTER_API_KEY=sk-or-xxx node --test test/ai-connect-boundary-smoke.test.mjs
102
102
  ```
103
103
 
104
104
  ACP backend 验证也分两层:默认测试用 fake ACP backend 覆盖 Codex / Claude /
@@ -114,8 +114,9 @@ yarn workspace @undefineds.co/linx test:live-acp
114
114
  可选覆盖项:
115
115
 
116
116
  ```bash
117
- LINX_LIVE_CLAUDE_MODEL=haiku yarn workspace @undefineds.co/linx test:live-acp
118
- LINX_LIVE_ACP_TIMEOUT_MS=300000 yarn workspace @undefineds.co/linx test:live-acp
117
+ LINX_SMOKE_LIVE=acp yarn workspace @undefineds.co/linx test:live-acp
118
+ LINX_SMOKE_MODELS=claude=haiku yarn workspace @undefineds.co/linx test:live-acp
119
+ LINX_SMOKE_TIMEOUT_MS=300000 yarn workspace @undefineds.co/linx test:live-acp
119
120
  ```
120
121
 
121
122
  ## Backend Control Notes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linx-symphony-codex",
3
- "version": "0.3.24",
3
+ "version": "0.3.25",
4
4
  "description": "Portable LinX Symphony control-lane skill, reconciler runner, and Delivery writer for Codex.",
5
5
  "author": {
6
6
  "name": "undefineds.co",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undefineds.co/linx",
3
- "version": "0.3.24",
3
+ "version": "0.3.25",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {