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

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.15",
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,8 @@ 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 手動リリースの手順
57
+ ├── ci-cd-guide.md # CI/CDパイプライン全体像・主要ワークフロー・手動実行・失敗確認
56
58
  ├── godd_usage.md # GoDD のコマンド一覧、ツール一覧、利用方法
57
59
  ├── setup_godd.md # GoDD の始め方
58
60
  ├── setup_godd_notes.md # GoDD Notesの構築方法(ローカル構築〜デプロイ)
@@ -68,6 +70,8 @@ docs/
68
70
  4. 既に `docs/` が存在する場合は既存構造を尊重し、不足分のみ追加
69
71
  5. 各ファイルの先頭にファイルの目的を1行コメントで記載
70
72
  6. `007_guides/godd_notes_getting_started.md` は「初期セットアップ・ログイン・ファイル編集・Issue/PR 作成」の 4 ステップをカバーし、GoDD Notes を初めて使うユーザーが迷わず操作できる導線を提供する
73
+ 7. `007_guides/release-procedure.md` は「canary 自動リリース(main マージ時)」と「production 手動リリース(Actions 手動実行)」の両フローを説明し、必要な Secrets・確認コマンド・トラブルシューティングを含める
74
+ 8. `007_guides/ci-cd-guide.md` は「CI/CD 全体像・主要ワークフロー一覧・手動実行手順・失敗時の確認ポイント」を含め、PR から本番デプロイまでのフローを一覧できる
71
75
 
72
76
  ## CSV ヘッダー定義
73
77