@takagaki/cortex-decisions-viewer 0.4.30 → 0.4.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/render.js +1 -1
- package/package.json +1 -1
package/dist/render.js
CHANGED
|
@@ -184,7 +184,7 @@ function buildTutorialData(site, codeUrl, repoSlug) {
|
|
|
184
184
|
{
|
|
185
185
|
title: "ドメインを可視化する",
|
|
186
186
|
desc: "案件の概念と関係を図にする",
|
|
187
|
-
prompt: "
|
|
187
|
+
prompt: "このプロジェクトの主要なドメイン概念(用語集)と、それらの関係性を、HTML アーティファクトで見やすく可視化してください。カードやボックスと線でノードと関係を表す軽量な作りにし、描画に時間のかかる精密な SVG 座標計算は避けてください。配色は リポジトリの デザイン/DESIGN.md のトークンに従い、無ければ薄い青と白を基調に、黄・ピンク・明るい緑をアクセントとして使ってください。",
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
title: "決定の経緯を辿る",
|
package/package.json
CHANGED