File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ https://moneyforward.kibe.la/notes/8680
58
58
Gituhb上にあるコードをローカルに落とす作業(=クローン)を行います。以下の手順で進めてください。
59
59
60
60
Cursorのチャットに以下を入力:
61
- ` https://github.com/your-repo/help-request-assistant `
61
+ ` https://github.com/moneyforward/stampless_help_assistant `
62
62
このリポジトリをクローンして
63
63
64
64
### 2. ルールファイルを適用
@@ -96,12 +96,24 @@ https://moneyforward.kibe.la/notes/329675
96
96
https://notion.notion.site/Notion-MCP-1d0efdeead058054a339ffe6b38649e1#:~:text=Cursor%E3%81%A7%E3%81%AE%E8%A8%AD%E5%AE%9A%E6%96%B9%E6%B3%95
97
97
98
98
## Gituhubのコードを最新に保つための設定
99
- クローンしたGitリポジトリを一括で最新状態へ更新する方法です。情報が古いままだとインプットを間違え、当然アウトプットも間違えます。必ず設定し、更新するようにしましょう。
100
- 以下の記事をCursorのチャット欄に挿入し、「この記事を参考に設定して」と言うだけでOKです。
101
- [ https://moneyforward.kibe.la/notes/330999 ] ( https://moneyforward.kibe.la/notes/331449 )
99
+ ### 🚀 ** 自動更新システム導入済み**
102
100
103
- 途中Runするかどうか聞かれますが、基本的にEnterで大丈夫です。進みましょう。
104
- ※Enter押すだけでコマンドを叩かないように進められるように作っています。
101
+ このリポジトリには** GitHub Actions** による完全自動更新システムが導入されています!
102
+
103
+ #### ✅ ** 自動更新機能**
104
+ - ** リモート更新** : 毎日朝10時(JST)に自動実行
105
+ - ** プッシュ時更新** : コード変更時に自動実行
106
+ - ** 依存関係管理** : Node.js, npm, プロジェクト構造の自動確認
107
+
108
+ #### 📊 ** 現在の状況確認方法**
109
+ - ** GitHub Actions実行状況** : [ こちら] ( https://github.com/moneyforward/stampless_help_assistant/actions )
110
+ - ** ローカル更新通知** : ` 🔔_STAMPLESS_UPDATE_NOTIFICATION.md ` ファイル
111
+ - ** 更新コマンド** : Cursorで ` Tasks: Run Task ` → ` Git リポジトリ更新 `
112
+
113
+ #### 💡 ** 従来の手動設定は不要**
114
+ 以前のKibela記事による手動設定は不要になりました。すべて自動化されています。
115
+
116
+ ** 情報が常に最新状態に保たれ、正確なAI分析結果を提供します!** 🎯
105
117
106
118
107
119
You can’t perform that action at this time.
0 commit comments