Skip to content
Apothem
リファレンス

出力スタイル

操作者トーンのプロファイル(シニアアーキテクト、簡潔エンジニア、フォレンジック監査者)。/output-style コマンドでセッションごとに有効化される。

出力スタイルプロファイルは src/apothem/output-styles/ 配下に存在し、スタイルごとの 操作者トーンガイダンスを保持します。ホストのハーネスランタイムは、 /output-style <name> を介してスタイルをセッションごとに有効化します。

規約上のプロファイル

プロファイルファイルトーン
デフォルトアーキテクトsrc/apothem/output-styles/default-architect.mdシニアソフトウェアアーキテクトのトーン(デフォルト)
簡潔エンジニアsrc/apothem/output-styles/concise-engineer.md短文のエンジニアリングトーン
フォレンジック監査者src/apothem/output-styles/forensic-auditor.md発見ごとの監査トーン

Frontmatter 契約

---
name: <style name>
description: <one-line tone summary>
type: output-style
---

新しいプロファイルの作成

src/apothem/output-styles/ 配下に規約上の frontmatter を備えた新しい <name>.md ファイルを作成し、本文でトーンを宣言し、次のセッションの開始時に /output-style <name> を呼び出して批准します。

On this page