@takagaki/cortex-decisions-viewer 0.4.29 → 0.4.30
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: "このプロジェクトの主要なドメイン概念(用語集)と、それらの関係性を、ノードと矢印で表した図として可視化してください。mermaid のコードではなく、ブラウザでそのまま絵として見られる単一の HTML ファイル(インライン SVG と CSS)で出力し、パスを教えてください。",
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
title: "決定の経緯を辿る",
|
package/package.json
CHANGED