@ripla/godd-mcp 1.0.2-canary.13 → 1.0.2-canary.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ripla/godd-mcp",
3
- "version": "1.0.2-canary.13",
3
+ "version": "1.0.2-canary.14",
4
4
  "type": "module",
5
5
  "description": "GoDD (Governance-orchestrated Driven Development) MCP Server - Encrypted prompt distribution via Model Context Protocol",
6
6
  "main": "dist/index.js",
@@ -53,6 +53,7 @@ docs/
53
53
  ├── README.md # フォルダの説明
54
54
  ├── godd_notes_getting_started.md # GoDD Notes 使い始め方(初期セットアップ/ログイン/編集/Issue・PR作成)
55
55
  ├── godd_notes_usage.md # GoDD Notesの利用方法(編集操作リファレンス)
56
+ ├── release-procedure.md # canary 自動リリース・production 手動リリースの手順
56
57
  ├── godd_usage.md # GoDD のコマンド一覧、ツール一覧、利用方法
57
58
  ├── setup_godd.md # GoDD の始め方
58
59
  ├── setup_godd_notes.md # GoDD Notesの構築方法(ローカル構築〜デプロイ)
@@ -68,6 +69,7 @@ docs/
68
69
  4. 既に `docs/` が存在する場合は既存構造を尊重し、不足分のみ追加
69
70
  5. 各ファイルの先頭にファイルの目的を1行コメントで記載
70
71
  6. `007_guides/godd_notes_getting_started.md` は「初期セットアップ・ログイン・ファイル編集・Issue/PR 作成」の 4 ステップをカバーし、GoDD Notes を初めて使うユーザーが迷わず操作できる導線を提供する
72
+ 7. `007_guides/release-procedure.md` は「canary 自動リリース(main マージ時)」と「production 手動リリース(Actions 手動実行)」の両フローを説明し、必要な Secrets・確認コマンド・トラブルシューティングを含める
71
73
 
72
74
  ## CSV ヘッダー定義
73
75