Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 4 additions & 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 All @@ -25,6 +25,7 @@ Harness Engineer Guide と Developer Reference の境界は **データ対コー
## ビルドと貢献

メンテナは `packages/framework/core/` で著述し、`bun run dist`(`bun scripts/package.ts`)で `dist/<harness>/` ツリーを再生成します — 完全なビルド&テストのループについては [Contributing Guide](reference/11-contributing.ja.md) を、ハーネスの追加については [Porting to a New Harness](harness-engineering/09-porting-to-a-new-harness.ja.md) を参照してください。
ハーネス配布物への変更を出荷する前には、[実ハーネスのエンドツーエンド検証](harness-engineering/live-e2e.ja.md) のopt-inなローカルジャーニーを実行してください。

## 本家 AI-DLC v2の違い

Expand All @@ -36,6 +37,8 @@ Harness Engineer Guide と Developer Reference の境界は **データ対コー
- [形式モデルを実装に追従させる](reference/21-formal-model-following.ja.md)
- [新規プロトコルへ形式モデルを供給する](reference/22-formal-model-supply.ja.md)
- [Telemetry Schema reference](reference/23-telemetry-schema.ja.md)
- [Intent autonomy・レビュー・完了](reference/24-intent-autonomy.ja.md)
- [AI-DLC v2 生成ファイル完全目録](amadeus-files.ja.md)

リポジトリレイアウトの設計判断は
[Workspace Layout Decision](reference/18-workspace-layout.ja.md) に記録しています。
Expand Down
6 changes: 5 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 Expand Up @@ -39,6 +40,7 @@ Maintainers author in `packages/framework/core/` and `packages/framework/harness
`bun run dist` (`bun scripts/package.ts`) — see the [Contributing Guide](reference/11-contributing.md)
for the full build-and-test loop, and [Porting to a New Harness](harness-engineering/09-porting-to-a-new-harness.md)
to add one.
Before shipping a change to a harness distribution, run the opt-in local journeys in [Live Harness End-to-End Verification](harness-engineering/live-e2e.md).

## Upstream AI-DLC v2 differences

Expand All @@ -50,6 +52,8 @@ to add one.
- [Keeping a formal model in step with its implementation](reference/21-formal-model-following.md)
- [Supplying a formal model for a new protocol](reference/22-formal-model-supply.md)
- [Telemetry Schema reference](reference/23-telemetry-schema.md)
- [Intent autonomy, review, and completion](reference/24-intent-autonomy.md)
- [Complete AI-DLC v2 Generated File Inventory](amadeus-files.md)

The repository layout decision is recorded in
[Workspace Layout Decision](reference/18-workspace-layout.md): the framework
Expand Down
Loading
Loading