Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@

**Amadeus-DLC はセルフホスト型の AI 開発ライフサイクルです。決定的なワークフローエンジンと、ゲート付き32ステージのメソドロジーを一度だけ記述し、8つのコーディングエージェントハーネスの上でネイティブに動かします。** あなたは「何を作るか」を記述するだけ — 11のドメイン専門家エージェントが ideation・inception・construction・operation を進め、プロンプトではなく**コードとして実装された状態機械**が、あなたが通すまですべての承認ゲートを保持します。

![version](https://img.shields.io/badge/version-0.1.3-blue)
![version](https://img.shields.io/badge/version-0.1.7-blue)
![license](https://img.shields.io/badge/license-(MIT%20OR%20Apache--2.0)-green)
![Kiro IDE](https://img.shields.io/badge/harness-Kiro%20IDE-orange)
![Kiro CLI](https://img.shields.io/badge/harness-Kiro%20CLI-orange)
![Claude Code](https://img.shields.io/badge/harness-Claude%20Code-orange)
![Codex CLI](https://img.shields.io/badge/harness-Codex%20CLI-orange)
![OpenCode](https://img.shields.io/badge/harness-OpenCode-orange)
![Cursor](https://img.shields.io/badge/harness-Cursor-orange)
![Kimi Code](https://img.shields.io/badge/harness-Kimi%20Code-orange)
![Pi Coding Agent](https://img.shields.io/badge/harness-Pi%20Coding%20Agent-orange)

> [!WARNING]
> **プレビュー版(pre-1.0)— 活発に開発中です。** インターフェース、ステージ定義、エージェント構成、インストールモデルは進化の途上にあり、リリース間で破壊的変更が入ることがあります。依存するものには既知の安定バージョンをピン留めし、生成された出力はすべて確認してから利用してください。
Expand Down Expand Up @@ -81,7 +83,7 @@ Amadeus-DLC は AWS が定義した **AI-DLC メソドロジー**(段階的・
| **OpenCode** | — | `bunx @amadeus-dlc/setup install --harness opencode` | `$amadeus` | [OpenCode で動かす](docs/guide/harnesses/opencode.ja.md) |
| **Kiro IDE** | — | `bunx @amadeus-dlc/setup install --harness kiro-ide` | `/amadeus` | [Kiro IDE で動かす](docs/guide/harnesses/kiro-ide.ja.md) |
| **Kiro CLI** | ≥ 2.6 | `bunx @amadeus-dlc/setup install --harness kiro` | `/amadeus` | [Kiro CLI で動かす](docs/guide/harnesses/kiro-cli.ja.md) |
| **Kimi Code** | ≥ 0.28.1 | `bunx @amadeus-dlc/setup install --harness kimi` | `/skill:amadeus` | [Kimi Code で動かす](docs/guide/harnesses/kimi-code.ja.md) |
| **Kimi Code** | ≥ 0.29.0 | `bunx @amadeus-dlc/setup install --harness kimi` | `/skill:amadeus` | [Kimi Code で動かす](docs/guide/harnesses/kimi-code.ja.md) |
| **Pi Coding Agent** | ≥ 0.83.0 | `bunx @amadeus-dlc/setup install --harness pi` | `/skill:amadeus` | [Pi Coding Agent で動かす](docs/guide/harnesses/pi.ja.md) |

> [!NOTE]
Expand Down Expand Up @@ -121,7 +123,7 @@ Windows では PowerShell と CMD の*どちらか一方*を使ってくださ
bunx @amadeus-dlc/setup install
```

引数なしの `install` は対話ウィザードを起動します: ハーネス(`claude` / `codex` / `kiro` / `kiro-ide` / `opencode` / `cursor` / `kimi`)とターゲットディレクトリを選ぶだけです。スクリプトや CI ではフラグで明示します:
引数なしの `install` は対話ウィザードを起動します: ハーネス(`claude` / `codex` / `kiro` / `kiro-ide` / `opencode` / `cursor` / `kimi` / `pi`)とターゲットディレクトリを選ぶだけです。スクリプトや CI ではフラグで明示します:

```bash
bunx @amadeus-dlc/setup install --harness claude --target your-project --yes
Expand Down Expand Up @@ -296,7 +298,7 @@ amadeus/
│ │ │ ├── skills/ # セッションスキル
│ │ │ └── templates/ # オンボーディング雛形 → 各ハーネスの CLAUDE.md / AGENTS.md
│ │ └── harness/ # ハーネスごとの薄い表層 — 小さく、意図的に分岐
│ │ ├── claude/ codex/ cursor/ kimi/ kiro/ kiro-ide/ opencode/
│ │ ├── claude/ codex/ cursor/ kimi/ kiro/ kiro-ide/ opencode/ pi/
│ └── setup/ # @amadeus-dlc/setup — インストーラパッケージ
├── scripts/
Expand All @@ -307,7 +309,7 @@ amadeus/
│ ─────────── 生成物(未追跡・使い捨てのローカル出力) ───────────
├── dist/
│ ├── claude/ kiro-ide/ kiro/ # 各ハーネスのユーザーがコピーするもの
│ ├── codex/ opencode/ cursor/ kimi/
│ ├── codex/ opencode/ cursor/ kimi/ pi/
│ ─────────── 支援 ───────────
├── tests/ # 全 TypeScript のテストスイート(t*.test.ts)
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
![Codex CLI](https://img.shields.io/badge/harness-Codex%20CLI-orange)
![OpenCode](https://img.shields.io/badge/harness-OpenCode-orange)
![Cursor](https://img.shields.io/badge/harness-Cursor-orange)
![Kimi Code](https://img.shields.io/badge/harness-Kimi%20Code-orange)
![Pi Coding Agent](https://img.shields.io/badge/harness-Pi%20Coding%20Agent-orange)

> [!WARNING]
> **Preview (pre-1.0) — under active development.** Interfaces, stage definitions, the agent roster, and the install model are still evolving, and breaking changes can land between releases. Pin a known-good version for anything you depend on, and review all generated output before you act on it.
Expand Down Expand Up @@ -81,7 +83,7 @@ The engine — state machine, audit log, referee — is byte-identical across ev
| **OpenCode** | — | `bunx @amadeus-dlc/setup install --harness opencode` | `$amadeus` | [Running on OpenCode](docs/guide/harnesses/opencode.md) |
| **Kiro IDE** | — | `bunx @amadeus-dlc/setup install --harness kiro-ide` | `/amadeus` | [Running on Kiro IDE](docs/guide/harnesses/kiro-ide.md) |
| **Kiro CLI** | ≥ 2.6 | `bunx @amadeus-dlc/setup install --harness kiro` | `/amadeus` | [Running on Kiro CLI](docs/guide/harnesses/kiro-cli.md) |
| **Kimi Code** | ≥ 0.28.1 | `bunx @amadeus-dlc/setup install --harness kimi` | `/skill:amadeus` | [Running on Kimi Code](docs/guide/harnesses/kimi-code.md) |
| **Kimi Code** | ≥ 0.29.0 | `bunx @amadeus-dlc/setup install --harness kimi` | `/skill:amadeus` | [Running on Kimi Code](docs/guide/harnesses/kimi-code.md) |
| **Pi Coding Agent** | ≥ 0.83.0 | `bunx @amadeus-dlc/setup install --harness pi` | `/skill:amadeus` | [Running on Pi Coding Agent](docs/guide/harnesses/pi.md) |

> [!NOTE]
Expand Down Expand Up @@ -121,7 +123,7 @@ On Windows, use *either* PowerShell *or* CMD, not both — your prompt shows `PS
bunx @amadeus-dlc/setup install
```

Run bare, `install` launches an interactive wizard: pick your harness (`claude` / `codex` / `kiro` / `kiro-ide` / `opencode` / `cursor` / `kimi`), then a target directory. For scripts and CI, skip the wizard with explicit flags:
Run bare, `install` launches an interactive wizard: pick your harness (`claude` / `codex` / `kiro` / `kiro-ide` / `opencode` / `cursor` / `kimi` / `pi`), then a target directory. For scripts and CI, skip the wizard with explicit flags:

```bash
bunx @amadeus-dlc/setup install --harness claude --target your-project --yes
Expand Down Expand Up @@ -296,7 +298,7 @@ amadeus/
│ │ │ ├── skills/ # session skills
│ │ │ └── templates/ # onboarding skeleton → each harness's CLAUDE.md / AGENTS.md
│ │ └── harness/ # thin per-harness authored surfaces — small, divergent by design
│ │ ├── claude/ codex/ cursor/ kimi/ kiro/ kiro-ide/ opencode/
│ │ ├── claude/ codex/ cursor/ kimi/ kiro/ kiro-ide/ opencode/ pi/
│ └── setup/ # @amadeus-dlc/setup — the installer package
├── scripts/
Expand All @@ -307,7 +309,7 @@ amadeus/
│ ─────────── GENERATED, IGNORED, DISPOSABLE LOCAL OUTPUT ───────────
├── dist/
│ ├── claude/ kiro-ide/ kiro/ # what users of each harness copy
│ ├── codex/ opencode/ cursor/ kimi/
│ ├── codex/ opencode/ cursor/ kimi/ pi/
│ ─────────── SUPPORTING ───────────
├── tests/ # all-TypeScript suite (t*.test.ts)
Expand Down
2 changes: 1 addition & 1 deletion docs/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> 言語: [English](README.md) | **日本語**

**AI-DLC は方法論です** — AI 駆動のソフトウェア開発に対する、構造化されゲートで区切られたアプローチ(AWS によって定義)。**このリポジトリはそのネイティブなマルチハーネス実装です:** 方法論を、ハーネス非依存の単一の `packages/framework/core/` からスキル・エージェント・フック・ツールとしてレンダリングしているため、あなたが使う CLI ハーネス上でネイティブに動作します — 現時点では Claude Code、Kiro CLI、Kiro IDE、Codex CLI、そしてあなたが移植できる任意の対応 CLI です。方法論は *何をするか* であり、各ハーネスの配布物は 1 つのランタイムに対する *どう動かすか* であって、すべての配布物は同じソースから生成されます。
**AI-DLC は方法論です** — AI 駆動のソフトウェア開発に対する、構造化されゲートで区切られたアプローチ(AWS によって定義)。**このリポジトリはそのネイティブなマルチハーネス実装です:** 方法論を、ハーネス非依存の単一の `packages/framework/core/` からスキル・エージェント・フック・ツールとしてレンダリングしているため、あなたが使う CLI ハーネス上でネイティブに動作します — 現時点では Claude Code、Codex CLI、Cursor、OpenCode、Kiro CLI、Kiro IDE、Kimi Code、Pi Coding Agent、そしてあなたが移植できる任意の対応 CLI です。方法論は *何をするか* であり、各ハーネスの配布物は 1 つのランタイムに対する *どう動かすか* であって、すべての配布物は同じソースから生成されます。

初めてですか? [README](../README.ja.md) にインストールのクイックスタートと「ハーネスを選ぶ」の表があります。このページはドキュメント自体の地図です。

Expand Down
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
development (defined by AWS). **This repository is its native, multi-harness
implementation:** the methodology rendered as skills, agents, hooks, and tools
from one harness-neutral `packages/framework/core/`, so it runs natively in the CLI harness you use
— today Claude Code, Kiro CLI, Kiro IDE, or Codex CLI, and any capable CLI you port it to.
— today Claude Code, Codex CLI, Cursor, OpenCode, Kiro CLI, Kiro IDE, Kimi Code, or
Pi Coding Agent, and any capable CLI you port it to.
The methodology is the *what*; each harness distribution is the *how* for one
runtime, and every distribution is generated from the same source.

Expand Down
7 changes: 7 additions & 0 deletions docs/guide/12-cli-commands.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
| `/amadeus --status` | 読み取り専用のステータスサマリーを表示 |
| `/amadeus --doctor` | セットアップのヘルスチェックを実行 |
| `/amadeus --migrate [path]` | 本家 v2 ワークスペースをプレビューし、明示承認後に移行 |
| `/amadeus intent` | アクティブなスペース内の intent を一覧(読み取り専用。`--json` で構造化出力) |
| `/amadeus intent <name>` | アクティブな intent を切り替え |
| `/amadeus space` | スペースを一覧(読み取り専用。`--json` で構造化出力) |
| `/amadeus space <name>` | アクティブなスペース(チーム)を切り替え |
| `/amadeus space-create <name>` | フレームワークのベースラインから新しいスペース(チーム)を作成 |
| `/amadeus codekb-path` | リポジトリごとに決定的な codekb ディレクトリを出力(読み取り専用) |
| `/amadeus plugin <verb>` | プラグイン CLI へ委譲(`status`、`compose`、`drop`、`doctor`、`install`) |
| `/amadeus --stage <slug\|#>` | 特定のステージへジャンプ |
| `/amadeus --stage <slug> --single` | ワークフローを進めずに 1 ステージを単独実行 |
| `/amadeus --phase <name\|#>` | フェーズの先頭へジャンプ |
Expand Down
7 changes: 7 additions & 0 deletions docs/guide/12-cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ All AI-DLC commands start with the orchestrator invocation. This chapter is a co
| `/amadeus --status` | Display a read-only status summary |
| `/amadeus --doctor` | Run a health check on your setup |
| `/amadeus --migrate [path]` | Preview and, after explicit approval, migrate an upstream v2 workspace |
| `/amadeus intent` | List intents in the active space (read-only; `--json` for structured output) |
| `/amadeus intent <name>` | Switch the active intent |
| `/amadeus space` | List spaces (read-only; `--json` for structured output) |
| `/amadeus space <name>` | Switch the active space (team) |
| `/amadeus space-create <name>` | Create a new space (team) seeded from the framework baseline |
| `/amadeus codekb-path` | Print the deterministic per-repo codekb directory (read-only) |
| `/amadeus plugin <verb>` | Delegate to the plugin CLI (`status`, `compose`, `drop`, `doctor`, `install`) |
| `/amadeus --stage <slug\|#>` | Jump to a specific stage |
| `/amadeus --stage <slug> --single` | Run one stage in isolation, without advancing your workflow |
| `/amadeus --phase <name\|#>` | Jump to the start of a phase |
Expand Down
12 changes: 9 additions & 3 deletions docs/guide/17-skills.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
`/amadeus-plugin`。最初の4つは読み取り専用のビューまたはインタビューです。
`/amadeus-mirror` と `/amadeus-plugin` は最初に診断(`status`)し、その後
ユーザーが選択した1操作だけを実行できます。
- **ユーティリティスキル** — `/amadeus-compose`(適応的コンポーザーを強制し、
タスクに合わせた EXECUTE/SKIP プランを提案)、`/amadeus-election`(選挙 CLI の
typed directive ループでチーム選挙を駆動)、`/amadeus-upstream-sync`(本家
AI-DLC v2 タグとの同期を計画)。

ランナーが行うことはすべてフラグ付きの `/amadeus` から到達可能です。ランナーは
パッケージングです — `/amadeus-fix` とタイプして `/` メニューに現れるのは良い
Expand Down Expand Up @@ -116,8 +120,9 @@ basename だけを受け入れ、単一引数として渡します。basename
```

**ランナーを同梱するのは 4 つのスコープだけ** — トラフィックの多いものです。
フレームワークは合計 10 個のスコープを定義しています([スコープ、深さ、テスト戦略](05-scopes-and-depth.ja.md) を参照)。
他のすべて — `chore`、`enterprise`、`infra`、`poc`、`refactor`、`workshop` — は常に
フレームワークは合計 15 個のスコープを定義しています([スコープ、深さ、テスト戦略](05-scopes-and-depth.ja.md) を参照)。
他のすべて — `chore`、`enterprise`、`infra`、`installer-distribution`、`poc`、`refactor`、
`self-document`、`self-feature`、`self-fix`、`self-refactor`、`workshop` — は常に
オーケストレーター経由で到達可能です:

```
Expand Down Expand Up @@ -187,6 +192,7 @@ basename だけを受け入れ、単一引数として渡します。basename
| Init ラッパー | `/amadeus-init` | 最初の intent を誕生させる(Initialization を実行) | 新規ワークスペースでの `/amadeus` |
| セッションビュー | `/amadeus-session-cost`、`/amadeus-replay`、`/amadeus-outcomes-pack` | 読み取り専用のワークフローレポート | [セッション管理](11-session-management.ja.md) を参照 |
| Grilling インタビュー | `/amadeus-grilling` | プランや設計についての読み取り専用の一問一答インタビュー | [インタラクションモード](07-interaction-modes.ja.md) を参照 |
| ユーティリティスキル | `/amadeus-compose`、`/amadeus-election`、`/amadeus-upstream-sync` | 合わせたプランの提案、チーム選挙の駆動、本家同期の計画 | 最初のものは `/amadeus compose "<task>"` |

ライフサイクル内の実行可能なステージごとにステージランナーが 1 つあります。全体の
セットを見るには、スキルディレクトリを一覧してください:
Expand Down Expand Up @@ -246,7 +252,7 @@ bun .claude/tools/amadeus-runner-gen.ts scopes --check # スコープランナ
```
# フルワークフロー
/amadeus スコープを検出し、すべてを実行
/amadeus --scope enterprise 10 スコープのいずれか
/amadeus --scope enterprise 名前付きスコープのいずれか

# スコープランナー(トラフィックの多い 4 つの入口)
/amadeus-fix · /amadeus-feature · /amadeus-mvp · /amadeus-security-patch
Expand Down
Loading
Loading