> For the complete documentation index, see [llms.txt](https://planetz.gitbook.io/planetz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://planetz.gitbook.io/planetz/ja/rifarensu/glossary.md).

# 用語集

> Status: リファレンス · 対象バージョン 0.1.x

このドキュメント全体で使う用語の短い定義です。詳しい説明があるものはリンクします。

***

**Planetz / Planetz Agent Deck** — AI エージェントの艦隊を走らせ統治するデスクトップアプリ。

**Deck** — メイン画面：左レールのビュー、中央ビュー、ドック可能なパネル。

**ハーネス（Harness）** — 自由に走るエージェントを、定義済みワークフローを通すことで統治されたものに変える実行エンジン。アプリ内表示名は **orbit**。→ [ハーネス](/planetz/ja/tonarue/harness-governance.md)

**orbit** — ハーネスの、そして Planetz のワークスペース別設定の、アプリ内表示名。

**ワークスペース** — Planetz で開く Git リポジトリ。Planetz は自身の状態をプロジェクトの傍らの管理フォルダに保持し、実行時にあなたの既存ツールのデータには書き込まない。→ [Git 連携](/planetz/ja/tonarue/git-integration.md)

**艦隊（Fleet）** — 並列に働くエージェントの集合。各々が自分のレーンを持つ。→ [マルチエージェント艦隊](/planetz/ja/tonarue/multi-agent.md)

**エージェントの役割** — planner・coder・reviewer・tester などの専門エージェント（maker–checker 分離）。

**レーン（Lane）** — タスクの隔離されたブランチとワークスペース。並列エージェントが衝突しないように。

**タスク／実行（Run）** — *タスク*は投入する作業の単位、*実行*はその 1 回の遂行。

**ワークフロー** — 実行が従うプロセス（ステップ・役割・承認ポイント）。YAML で定義され、監査可能・バージョン管理可能・共有可能。→ [ワークフロー](/planetz/ja/gotono/workflows.md)

**自動ルーティング** — ハーネスがタスクを分類し、適切なワークフローを自動選択すること。理由は記録される。

**facet** — ワークフローが利用する再利用可能な部品（ペルソナ・ポリシー・知識・指示）。

**意図台帳（Intent Ledger）** — 何が決められ、その出自は何で、今もあなたの望みと一致しているかの永続的な記録。コードが説明責任を負う真実源。→ [意図台帳](/planetz/ja/tonarue/intent-ledger.md)

**decided intent（決定された意図）** — 何が欲しいか、なぜ、何が対象外か。[Spec Studio](/planetz/ja/gotono/spec-studio.md) で捉える。

**決定（Decision）** — 実行中にエージェントが下した選択。出自と、あなたの意図へのリンクとともに記録される。

**出自（Provenance）** — 決定がどこから来たか：あなたの要件、設計上の選択、エージェントの仮定、事後に観測されたもの。

**Anchored / Unanchored** — 決定が要件や設計にトレースできれば *anchored*、何にもトレースできなければ *unanchored*——ドリフトの兆候。

**ドリフト（Drift）** — 実装が、あなたの決めたことから逸れていくこと。多くは小さな未照合の決定の積み重ねで起きる。

**Approve / Reject（ratify / reverse）** — 決定へのあなたの裁定。一度下すとロックされ、後の実行が黙って上書きできない。

**可逆性（Reversibility）** — 操作の取り消しにくさ。意図的な確認に値する箇所を決める。

**エッジモデル** — あなたのマシン上でローカルに走るモデル（**Ollama** 経由）。コードが公開 API へ出ない。→ [エッジ AI とデータ主権](/planetz/ja/tonarue/edge-ai.md)

**Manta** — 任意のデスクトップロボ：状態 LCD、アンビエントライト、物理 Approve / Deny、プッシュ・トゥ・トーク。

**Planetz Cloud** — 同じ Deck とワークフローを持つマネージドのプライベートノード。より多くの馬力とチーム機能のため。→ [今後の展望](/planetz/ja/no/whats-next.md)

**MCP** — Model Context Protocol。外部ツールやサーバーが Planetz に接続する方式。

**アダプタ／外部エージェント** — 外部のエージェント（例：Cursor）を Deck に参加させる接続。*（Experimental）*

**takt** — Planetz のハーネス（orbit）が中核アイデアを採用し、その上に築いている、オープンソースのエンジン。Planetz は独立したプロジェクト。→ [Planetz の独自性](/planetz/ja/naze-planetz-ka/how-planetz-is-different.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://planetz.gitbook.io/planetz/ja/rifarensu/glossary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
