6aspec 3.0.0-dev.21 → 3.0.0-dev.22

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.
@@ -6,6 +6,8 @@ description = "检查实现是否符合 TASK 与 specs.md 的 AC/Scenario(不
6
6
  # read-only | workspace-write | danger-full-access
7
7
  sandbox_mode = "read-only"
8
8
 
9
+ model = "gpt-5.2-codex"
10
+
9
11
  developer_instructions = """
10
12
  读取并严格遵循:`.6aspec/rules/brown/subagents/spec-compliance-reviewer.md`
11
13
  """
@@ -6,6 +6,8 @@ description = "审查代码变更的生产就绪性,从代码质量、架构
6
6
  # read-only | workspace-write | danger-full-access
7
7
  sandbox_mode = "read-only"
8
8
 
9
+ model = "gpt-5.2-codex"
10
+
9
11
  developer_instructions = """
10
12
  读取并严格遵循:`.6aspec/rules/common/code-reviewer-agent.md`
11
13
  """
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "6aspec",
3
- "version": "3.0.0-dev.21",
3
+ "version": "3.0.0-dev.22",
4
4
  "description": "6Aspec - 轻量级 spec 驱动开发框架,支持 Cursor 和 Claude Code",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {