- 対話型Ganttチャート自動生成システム
- Claude Code スキル定義 (/gantt, /gantt-update)
- Google Apps Script連携
- Todoist・Discord統合機能
- 完全なセットアップドキュメント
🤖 Generated with Claude Code
8 lines
326 B
Text
8 lines
326 B
Text
# Google Drive API設定
|
|
GOOGLE_DRIVE_FOLDER_ID=your_folder_id_here
|
|
GOOGLE_CLIENT_ID=your_client_id_here
|
|
GOOGLE_CLIENT_SECRET=your_client_secret_here
|
|
GOOGLE_REDIRECT_URI=http://localhost:3000/oauth2callback
|
|
|
|
# プロジェクト設定
|
|
PROJECT_ROOT=/Users/takashishibata/Desktop/個人事業/185-automatic-gantt-chart-creation
|