spec-agent 2.0.0 → 2.0.2

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -192,8 +192,8 @@ spec-agent clean --workspace <dir> [--all]
192
192
 
193
193
  ### 4. 环境变量配置
194
194
 
195
- ![1775094639360](image/README/1775094639360.png)| 变量 | 说明 | 默认值 |
196
- |------|------|--------|
195
+ | 变量 | 说明 | 默认值 |
196
+ | ---- | ---- | ---- |
197
197
  | `OPENAI_API_KEY` | OpenAI API Key | - |
198
198
  | `LLM_API_KEY` | 通用 LLM API Key | - |
199
199
  | `OPENAI_BASE_URL` / `LLM_BASE_URL` | API 基础 URL | https://api.openai.com/v1 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-agent",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "CLI for requirement decomposition and agent-ready planning",
5
5
  "main": "dist/index.js",
6
6
  "bin": {