@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.
Files changed (2) hide show
  1. package/dist/render.js +1 -1
  2. 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("このプロジェクトについて、Cortex/Home.md と最近の Decision を読んだうえで、直近の状況・主要な決定・進行中の論点を教えてください。");
16
+ const askUrl = codeUrl("このプロジェクトの概要について教えてください。");
17
17
  // 「操作」タブの取り込みアクション。repo が解決できた案件だけ出す(リポ書き込み権を持つ人=CM社員や招待済み顧客が使える)。
18
18
  if (repoSlug) {
19
19
  site.intake = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takagaki/cortex-decisions-viewer",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "description": "Cortexの意思決定記録(Decisions/*.md)を静的サイトにビルドして閲覧する。各レコードに「Edit on GitHub」リンクを付与する。",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,