auriga-cli 1.6.0 → 1.7.0

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
@@ -10,7 +10,7 @@ This repo itself is a fully configured harness project. You can clone it to see
10
10
 
11
11
  | Module | Description |
12
12
  |---|---|
13
- | **Workflow** | `CLAUDE.md` development workflow: requirement clarification -> TDD -> Review, Harness principles, Subagent usage guide |
13
+ | **Workflow** | `CLAUDE.md` auriga workflow: requirement clarification -> TDD -> Review, Harness principles, Subagent usage guide |
14
14
  | **Skills** | Development process skills — brainstorming, systematic-debugging, TDD, verification, planning, playwright |
15
15
  | **Recommended Skills** | Optional utility skills (e.g. `ui-ux-pro-max`) you can add on top of the workflow skills |
16
16
  | **Plugins** | Recommended Claude Code plugins — skill-creator, claude-md-management, codex |
@@ -60,6 +60,7 @@ Installs selected skills via `npx skills add`, targeting both Claude Code and Co
60
60
  | deep-review | [Ben2pc/g-claude-code-plugins](https://github.com/Ben2pc/g-claude-code-plugins) | Multi-dimensional PR review orchestrator (required + conditional reviewers + punch list) |
61
61
  | test-designer | [Ben2pc/g-claude-code-plugins](https://github.com/Ben2pc/g-claude-code-plugins) | Independent-Evaluation test designer for TDD red phase |
62
62
  | parallel-implementation | [Ben2pc/g-claude-code-plugins](https://github.com/Ben2pc/g-claude-code-plugins) | Slice planner for parallel multi-subagent code writing |
63
+ | auriga-go | [Ben2pc/auriga-cli](https://github.com/Ben2pc/auriga-cli) | Workflow autopilot for the auriga workflow; reminder-based navigation across the 12 steps with an Experimental hook-backed `ship` mode |
63
64
 
64
65
  Supports both project and global installation scopes.
65
66
 
package/README.zh-CN.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  | 模块 | 说明 |
12
12
  |---|---|
13
- | **Workflow** | `CLAUDE.md` 开发工作流:需求澄清 → TDD → Review,Harness 原则,Subagent 使用指南 |
13
+ | **Workflow** | `CLAUDE.md` 里的 auriga 工作流:需求澄清 → TDD → Review,Harness 原则,Subagent 使用指南 |
14
14
  | **Skills** | 开发流程 skills —— brainstorming、systematic-debugging、TDD、verification、planning、playwright |
15
15
  | **Recommended Skills** | 可选的工具类 skills(如 `ui-ux-pro-max`),在 workflow skills 之外按需追加 |
16
16
  | **Plugins** | 推荐的 Claude Code 插件 —— skill-creator、claude-md-management、codex |
@@ -60,6 +60,7 @@ npx auriga-cli
60
60
  | deep-review | [Ben2pc/g-claude-code-plugins](https://github.com/Ben2pc/g-claude-code-plugins) | 多维度 PR review 编排器(必选 + 条件 + punch list 汇总) |
61
61
  | test-designer | [Ben2pc/g-claude-code-plugins](https://github.com/Ben2pc/g-claude-code-plugins) | TDD 红灯阶段的 Independent Evaluation 测试设计器 |
62
62
  | parallel-implementation | [Ben2pc/g-claude-code-plugins](https://github.com/Ben2pc/g-claude-code-plugins) | 多 subagent 并行写代码时的切片计划器 |
63
+ | auriga-go | [Ben2pc/auriga-cli](https://github.com/Ben2pc/auriga-cli) | auriga 工作流的自动驾驶:在 12 步内做 reminder-based 导航;包含 Experimental 的 hook-backed `ship` 模式 |
63
64
 
64
65
  支持 project 和 global 两种安装范围。
65
66
 
package/dist/skills.js CHANGED
@@ -6,6 +6,7 @@ import { exec, log, withEsc } from "./utils.js";
6
6
  // directly references. Anything else in skills-lock.json is surfaced via
7
7
  // installRecommendedSkills as an opt-in utility.
8
8
  const WORKFLOW_SKILLS = [
9
+ "auriga-go",
9
10
  "brainstorming",
10
11
  "deep-review",
11
12
  "parallel-implementation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auriga-cli",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Interactive CLI to install Claude Code harness modules (Workflow, Skills, Recommended Skills, Plugins, Hooks)",
5
5
  "type": "module",
6
6
  "bin": {