Akira
|
7102f0f553
|
.gitignore: ワークフロー定義ファイルをmainブランチから除外
u/ と workflows/f,u,g/ はsyncブランチがgit_syncで管理するため
mainブランチのローカル作業ディレクトリでは追跡しない
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-02 02:37:12 +09:00 |
|
Akira
|
6de184968d
|
Windmill MCP サーバーを追加
mcp/windmill_mcp.py: FastMCP ベースの Python MCP サーバー
- windmill_list_flows: フロー一覧
- windmill_get_flow: フロー定義取得
- windmill_run_flow: フローのトリガー実行
- windmill_list_recent_jobs: ジョブ一覧(成功/失敗/実行中フィルタ対応)
- windmill_get_job_logs: ジョブログ・実行結果取得
- windmill_list_scripts: スクリプト一覧
- windmill_get_script: スクリプトソースコード取得
.gitignore: .mcp.json, __pycache__/ を除外
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-02-25 21:42:41 +09:00 |
|
Akira
|
dd9799d8b3
|
除外ファイル
|
2026-02-13 18:28:41 +09:00 |
|
Akira
|
da60b92a64
|
Add Windmill workflows and Git auto-sync
- Add wmill.yaml configuration with includes for f/**, u/**, g/**
- Add sync_to_git.sh script for automatic Git synchronization
- Add initial workflows synced from Windmill:
- Test script: u/antigravity/test_git_sync
- Admin scripts: u/admin/hub_sync
- Setup app: g/all/setup_app
- Folders: f/app_custom, f/app_groups, f/app_themes
|
2026-02-11 21:59:55 +09:00 |
|
Akira
|
4895761405
|
Initial commit: Windmill setup with Docker Compose
- Add docker-compose.yml for Windmill services
- Add Caddyfile for reverse proxy configuration
- Add .env for environment variables
- Add .gitignore for project
|
2026-02-11 19:59:40 +09:00 |
|