higashi-masafumi-dlm-train-refactor-chatmode.ocm.json json Copy{
"ocm": "1",
"id": "higashi-masafumi-dlm-train-refactor-chatmode",
"kind": "persona",
"name": "refactor",
"description": "Description of the custom chat mode.",
"publisher": "Higashi-Masafumi",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Description of the custom chat mode."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/Higashi-Masafumi/DLM-Train",
"path": ".github/chatmodes/refactor.chatmode.md",
"ref": "b7ba481dddf0f57014d1ea5a99fb678c0ef76c5f",
"url": "https://github.com/Higashi-Masafumi/DLM-Train/blob/b7ba481dddf0f57014d1ea5a99fb678c0ef76c5f/.github/chatmodes/refactor.chatmode.md",
"key": "Higashi-Masafumi/DLM-Train/.github/chatmodes/refactor.chatmode.md"
},
"tools": [
"runCommands",
"runTasks",
"edit",
"runNotebooks",
"search",
"new",
"extensions",
"todos",
"runTests",
"usages",
"vscodeAPI",
"problems",
"changes",
"testFailure",
"openSimpleBrowser",
"fetch",
"githubRepo",
"getPythonEnvironmentInfo",
"getPythonExecutableCommand",
"installPythonPackage",
"configurePythonEnvironment"
],
"model": "Claude Sonnet 4.5 (Preview) (copilot)"
},
"instructions": "# codebase\n既存の実装の構造を確認したうえで、どこに追加を加えればいいのかを考えてから実装に進みましょう。\nこのプロジェクトはHydraを使って設定管理を行っています。\n設定はYAMLファイルで行い、コマンドライン引数で上書きが可能です。\nまた、PyTorch Lightningを使ってモデルの学習ループを管理しています。\nREADME.mdに記載されている主要な機能と設定のカスタマイズ方法を参考にしてください。\n\n実装が完了したら、必ず正しく動くかどうかを確認しましょう。\nまた、README.mdに新しい実験設定の例を追加してください。",
"cost": {
"context_tokens": 69
}
}