@takagaki/cortex-decisions-viewer 0.4.10 → 0.4.11
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
|
@@ -13,7 +13,7 @@ function renderSite(site) {
|
|
|
13
13
|
const codeUrl = (prompt) => repoSlug
|
|
14
14
|
? `https://claude.ai/code?repo=${repoSlug}&prompt=${encodeURIComponent(prompt)}`
|
|
15
15
|
: "https://claude.ai/code/";
|
|
16
|
-
const askUrl = codeUrl("
|
|
16
|
+
const askUrl = codeUrl("このプロジェクトの概要について教えてください。");
|
|
17
17
|
// 「操作」タブの取り込みアクション。repo が解決できた案件だけ出す(リポ書き込み権を持つ人=CM社員や招待済み顧客が使える)。
|
|
18
18
|
if (repoSlug) {
|
|
19
19
|
site.intake = {
|
package/package.json
CHANGED