issue_number int64 1 100k | title large_stringlengths 17 66 | body large_stringlengths 29 4.72k | creator large_stringclasses 3 values | status large_stringclasses 6 values | labels large_stringlengths 0 45 | created_at large_stringdate 2026-02-27 11:41:32 2026-03-02 07:48:25 | updated_at large_stringdate 2026-02-27 11:41:32 2026-03-02 07:48:25 |
|---|---|---|---|---|---|---|---|
1 | Task 1.1 - Supabase schema design | Create github_issues, ai_responses, ai_agent_state tables | AI Admin | completed | 2026-02-27T11:41:32.891488+00:00 | 2026-02-27T11:41:32.891488+00:00 | |
2 | Task 1.2 - RLS policies | Enable Row Level Security for all tables | AI Admin | completed | 2026-02-27T11:41:32.891488+00:00 | 2026-02-27T11:41:32.891488+00:00 | |
3 | Task 1.3 - Realtime setup | Enable Realtime subscriptions | AI Admin | in_progress | 2026-02-27T11:41:32.891488+00:00 | 2026-02-27T11:41:32.891488+00:00 | |
9 | bpmbox 組織ハブ (ai-automation-platform) | ## bpmbox 組織リポジトリ
### タスク
- [x] `bpmbox/ai-automation-platform` リポジトリ作成
- [x] `docs/wiki/` - Milestone 1/2/3 ドキュメント
- [x] GitHub Pages 設定
- [x] Project V2 #8 作成
- [x] Issue #25 進捗レポート(スクリーンショット付き)
### ステータス
✅ **COMPLETE**
### URL
https://github.com/bpmbox/ai-automation-platform | kenichimiyata | pending | 2026-02-27T12:52:11+00:00 | 2026-02-27T12:52:11+00:00 | |
8 | Project Roadmap ボード (GitHub Projects V2) | ## GitHub Projects V2 ロードマップ
### タスク
- [x] Project #6 作成(ユーザーレベル)
- [x] Public 設定
- [x] Issue をロードマップに追加
- [ ] Status フィールド整備(Todo / In Progress / Done)
- [ ] マイルストーンごとのビュー作成
### ステータス
🟡 **IN PROGRESS**
### URL
https://github.com/users/kenichimiyata/projects/6 | kenichimiyata | pending | 2026-02-27T12:52:10+00:00 | 2026-02-27T12:52:10+00:00 | |
7 | 公開ドキュメントサイト (GitHub Pages) | ## 公開ドキュメント - kenichimiyata.github.io/ai-automation-docs
### タスク
- [x] `ai-automation-docs` リポジトリ作成(Public)
- [x] Jekyll / Cayman テーマ設定
- [x] `docs/index.md` - トップページ
- [x] `docs/architecture.md` - システム設計
- [x] `docs/milestone-1.md` ~ `milestone-3.md`
- [x] `docs/setup.md` - セットアップガイド
- [x] GitHub Pages 有効化
### ステータス
✅ **COMPLETE**
### URL
https://kenichimiyata.github.io/ai-automation-docs/ | kenichimiyata | pending | 2026-02-27T12:52:08+00:00 | 2026-02-27T12:52:08+00:00 | |
6 | Milestone 3: VS Code Copilot Bridge Extension | ## VS Code 拡張機能 - Supabase Realtime → Copilot Chat
### タスク
- [ ] TypeScript プロジェクト初期化
- [ ] Supabase Realtime リスナー実装
- [ ] VS Code Chat API 統合
- [ ] Copilot Chat への表示
- [ ] Supabase へのレスポンス書き戻し
- [ ] エラーハンドリング & オフラインキュー
- [ ] Marketplace 公開
### ステータス
⏳ **PLANNED**
### リンク
- [ドキュメント](https://kenichimiyata.github.io/ai-automation-docs/docs/milestone-3) | kenichimiyata | pending | 2026-02-27T12:52:06+00:00 | 2026-02-27T12:52:06+00:00 | |
5 | Milestone 2: GitHub Actions Workflow | ## GitHub Actions - Supabase 自動同期
### タスク
- [x] `sync-issues.yml` ワークフロー作成
- [x] Secrets 設定(SUPABASE_URL, SUPABASE_ANON_KEY)
- [ ] エンドツーエンドテスト(実 Issue イベントで確認)
- [ ] エラーハンドリング & リトライ
- [ ] ヘルスモニタリング
### ステータス
🟡 **IN PROGRESS**
### リンク
- [ドキュメント](https://kenichimiyata.github.io/ai-automation-docs/docs/milestone-2) | kenichimiyata | pending | 2026-02-27T12:52:05+00:00 | 2026-02-27T12:52:05+00:00 | |
4 | Milestone 1: Supabase Infrastructure | ## Supabase Infrastructure セットアップ
### タスク
- [x] `github_issues` テーブル作成
- [x] `ai_responses` テーブル作成
- [x] `ai_agent_state` テーブル作成
- [x] RLS ポリシー設定(8ポリシー)
- [x] Realtime 有効化(REPLICA IDENTITY FULL)
- [x] サンプルデータ確認
### ステータス
✅ **COMPLETE**
### リンク
- [ドキュメント](https://kenichimiyata.github.io/ai-automation-docs/docs/milestone-1) | kenichimiyata | pending | 2026-02-27T12:52:05+00:00 | 2026-02-27T12:52:05+00:00 | |
37 | [TEST] 通常Issue - Workflow テスト 2026-02-28 21:32 | ## テスト内容
これは sync-issues.yml の **通常Issue処理** をテストするための Issue です。
### 期待される動作
1. ✅ Issue種別判定で通常Issueと判定される
2. ✅ `process-normal` ジョブが実行される
3. ✅ Supabase に同期される
4. ✅ Google Chat に通知される
### 確認項目
- [ ] Actions タブで workflow が実行されたか
- [ ] Supabase の github_issues テーブルに登録されたか
- [ ] Google Chat に通知が届いたか
---
※ テスト完了後は自動的にクローズされます
---
⚡ **Workflow 再テスト** (Supabase upsert 修正後)
---
⚡ **Workflow 再テスト** (Supabase upsert 修正後)
---
⚡ **Workflow 再テスト** (Supabase upsert 修正後)
---
⚡ **Workflow 再テスト** (Supabase upsert 修正後)
---
⚡ **Workflow 再テスト** (Supabase upsert 修正後)
---
⚡ **Workflow 再テスト** (Supabase upsert 修正後)
---
⚡ **Workflow 再テスト** (Supabase upsert 修正後) | kenichimiyata | edited | test,workflow | 2026-02-28T12:55:29.533662+00:00 | 2026-02-28T12:55:29.533662+00:00 |
38 | [TEST] Milestone 4 - Workflow テスト 2026-02-28 21:33 | Milestone Issue テスト - 再実行 2026-02-28 21:55:57 | kenichimiyata | edited | test,milestone | 2026-02-28T12:56:18.982607+00:00 | 2026-02-28T12:56:18.982607+00:00 |
39 | [TEST] Bug Report - Workflow テスト 2026-02-28 21:33 | Bug Issue テスト - 再実行 2026-02-28 21:56:05 | kenichimiyata | edited | bug,test | 2026-02-28T12:56:26.199299+00:00 | 2026-02-28T12:56:26.199299+00:00 |
99,999 | pytest test issue | This is a test issue created by pytest | pytest-bot | open | test,pytest | 2026-02-28T13:24:15.632453+00:00 | 2026-02-28T13:24:15.632453+00:00 |
40 | 📋 2026-03-02: PHPRunner Workflows Migration & HF Spaces Deployment | # 📋 Today's Plan - 2026-03-02
## 🎯 Main Goal
PHPRunner 11 の GitHub Actions Workflow を ai-automation-dashboard にコピーして動作テスト
---
## ✅ Completed Tasks
### 1. Hugging Face Spaces Deployment ✅
- ❌ エラー調査: Python 3.13 で `audioop` モジュールが削除
- ✅ 修正: Python 3.11 を指定
- ✅ Space作成: `kenken999/fastapi-django-demo`
- ✅ デプロイ成功: https://huggingface.co/spaces/kenken999/fastapi-django-demo
**修正内容:**
- README.md に `python_version: "3.11"` 追加
- packages.txt に `ffmpeg` 追加
- Gradio 4.44.0 で動作確認
**スクリプト作成:**
- `create_space.py` - Space自動作成
- `check_space.py` - ステータス確認
- `fix_space.py` - Python 3.11 修正
---
## 📌 Current Tasks
### 2. PHPRunner 11 Workflows Migration ⏳
**目的:** ai-automation-dashboard に workflow をコピーしてテスト
**PHPRunner 11 の主要 Workflows:**
1. ✅ `auto-assign-copilot.yml` - Copilot自動割り当て
2. ✅ `notify-issue-to-googlechat.yml` - Issue→Google Chat通知
3. ✅ `notify-issue-card-to-googlechat.yml` - Issue Card→Google Chat
4. ✅ `deploy-n8n-workflows.yml` - n8n Workflow デプロイ
5. ✅ `create-issue-via-dispatch.yml` - API経由Issue作成
6. ✅ `cloud-agent.yml` - Cloud Agent実行
**実施内容:**
- [ ] ai-automation-dashboard/.github/workflows/ にコピー
- [ ] Secrets設定を確認
- [ ] テスト実行(ダミーIssue作成して動作確認)
- [ ] ドキュメント更新
---
## 📂 File Structure
```
ai-automation-dashboard/
├── .github/
│ └── workflows/
│ ├── sync-issues.yml (既存)
│ ├── auto-assign-copilot.yml (NEW from PHPRunner)
│ ├── notify-issue-to-googlechat.yml (NEW)
│ ├── notify-issue-card-to-googlechat.yml (NEW)
│ ├── deploy-n8n-workflows.yml (NEW)
│ └── create-issue-via-dispatch.yml (NEW)
├── scripts/
│ └── (notification scripts)
└── docs/
└── workflows/
└── phprunner-migration.md (NEW)
```
---
## 🔧 Required Actions
### Secrets to Configure
```
GOOGLE_CHAT_WEBHOOK_URL - Google Chat 通知用
N8N_API_KEY - n8n デプロイ用
N8N_SERVER_URL - n8n サーバーURL
COPILOT_TOKEN - Copilot API用(必要に応じて)
```
### Testing Plan
1. **通知テスト**: ダミーIssue作成 → Google Chat通知確認
2. **Copilot割り当てテスト**: Issue作成 → 自動アサイン確認
3. **n8nデプロイテスト**: workflow JSONプッシュ → n8n反映確認
---
## 📝 Documentation Tasks
- [ ] `docs/workflows/phprunner-migration.md` 作成
- [ ] README.md 更新(Workflow説明追加)
- [ ] IMPLEMENTATION_PLAN.md 更新
---
## 🎉 Success Criteria
- ✅ 全Workflowがエラーなく実行される
- ✅ Google Chat通知が正常に動作する
- ✅ Copilot自動割り当てが機能する
- ✅ ドキュメントが整備されている
---
## 📎 Related Links
- PHPRunner 11 Repo: https://github.com/urlounge-ds/PhPRunner_11
- Dashboard Repo: https://github.com/kenichimiyata/ai-automation-dashboard
- HF Space: https://huggingface.co/spaces/kenken999/fastapi-django-demo
---
## 💡 Notes
- PHPRunner 11 の workflow は実績あり(安定動作)
- ai-automation-dashboard に移植して汎用化
- 将来的に他プロジェクトでも再利用可能にする
| kenichimiyata | opened | enhancement,workflow,milestone-3 | 2026-03-02T03:27:47.680556+00:00 | 2026-03-02T03:27:47.680556+00:00 |
41 | 🧪 TEST: Workflow Auto-Assign & Notification Test | ## 🧪 Workflow Test Issue
このIssueはPHPRunner_11からコピーしたworkflowのテスト用です。
### テスト項目
- [ ] `auto-assign-copilot.yml` - Copilot自動割り当て
- [ ] `notify-issue-to-googlechat.yml` - Google Chat通知
- [ ] `notify-issue-card-to-googlechat.yml` - Issue Card通知
### 期待される動作
1. ✅ Copilot が自動的にアサインされる
2. ✅ Google Chat に通知が送信される(Webhook設定済みの場合)
3. ✅ Actionsログにエラーがない
### 関連
- Issue #40: PHPRunner Workflows Migration
- Source: PhPRunner_11/.github/workflows/
---
**Note:** この Issue は自動テスト用のため、確認後クローズしてください。
| kenichimiyata | opened | test,automated | 2026-03-02T03:29:27.839546+00:00 | 2026-03-02T03:29:27.839546+00:00 |
42 | 🔔 TEST: Google Chat Real Notification Test | ## 🔔 Google Chat Notification Test
このIssueはGoogle Chat通知機能の実際のテストです。
### 確認事項
- [ ] GitHub Actionsが正常に実行される
- [ ] Google Chatに通知が届く(**実際にChatを確認してください**)
- [ ] 通知内容が正しい
### Expected Behavior
1. ✅ Issue作成トリガー
2. ✅ Workflowが2つ実行される:
- `notify-issue-to-googlechat.yml`
- `notify-issue-card-to-googlechat.yml`
3. ✅ Google Chat Space に通知が届く
- シンプルメッセージ
- リッチカード形式
### Secrets確認
- ✅ GOOGLE_CHAT_WEBHOOK: 設定済み
- ✅ Space: `AAAAi6uA0xw`
---
**📱 Google Chatを確認してください!**
| kenichimiyata | opened | test,notification | 2026-03-02T03:31:54.096708+00:00 | 2026-03-02T03:31:54.096708+00:00 |
43 | 🎯 FINAL TEST: Auto-Assign & Notifications | ## 🎯 Final Workflow Test
Auto-assign workflow の最終テスト
### 確認項目
- [ ] Copilot が自動割り当てされる
- [ ] Google Chat 通知が届く
- [ ] Supabase に同期される
### Workflow修正内容
- ✅ 元のPHPRunner_11 workflowに戻す
- ✅ `GH_PAT_ASSIGN_BOT` → `GH_TOKEN` に変更
- ✅ 既存の `GH_TOKEN` Secret を使用
---
**Expected:** ✅ All workflows succeed
| kenichimiyata | opened | test,final-test | 2026-03-02T03:34:38.213555+00:00 | 2026-03-02T03:34:38.213555+00:00 |
45 | 🔍 TEST: Workflow Status Check | ## テスト目的
5つのワークフローが並列実行されることを確認:
1. 🤖 auto-assign-copilot.yml
2. 📢 notify-issue-to-googlechat.yml
3. 📢 notify-issue-card-to-googlechat.yml
4. 🔄 sync-issues.yml
5. 🔍 workflow-status-check.yml ← NEW!
**期待する結果:**
- ✅ kenichimiyata + copilot-swe-agent が自動アサイン
- ✅ Google Chat に3種類の通知
- テキスト通知
- カード通知
- ワークフロー状態確認
- ✅ Supabase に同期
- ✅ VS Code に通知 | kenichimiyata | opened | 2026-03-02T03:46:22.571739+00:00 | 2026-03-02T03:46:22.571739+00:00 | |
47 | 🔧 Implement BPMN YAML to GitHub Actions Converter | ## 🎯 実装目的
BPMN形式のプロセス定義(YAML)をGitHub Actions Workflowに自動変換するツールを実装してください。
これにより、プロセス図と実装の整合性を保ち、ドキュメント駆動開発が可能になります。
---
## 📋 実装仕様
### 入力ファイル形式(BPMN YAML)
```yaml
process:
name: "Issue Auto-Assignment Flow"
description: "Issue作成時の自動処理フロー"
trigger:
event: issues
types: [opened, edited]
tasks:
- id: check-issue-type
name: "Issue種別判定"
type: decision
conditions:
- if: "contains(github.event.issue.labels.*.name, 'bug')"
next: bug-handler
- else: normal-handler
- id: normal-handler
name: "通常Issue処理"
type: parallel-gateway
tasks:
- assign-copilot
- sync-supabase
- notify-googlechat
- id: assign-copilot
name: "Copilot自動割り当て"
type: action
command: |
gh issue edit ${{ github.event.issue.number }} --add-assignee copilot-swe-agent
- id: sync-supabase
name: "Supabase同期"
type: action
script: scripts/sync_to_supabase.py
- id: notify-googlechat
name: "Google Chat通知"
type: action
command: |
curl -X POST ${{ secrets.GOOGLE_CHAT_WEBHOOK }} -d '...'
```
### 出力ファイル形式(GitHub Actions YAML)
```yaml
name: "Issue Auto-Assignment Flow"
on:
issues:
types: [opened, edited]
jobs:
check-issue-type:
name: "Issue種別判定"
runs-on: ubuntu-latest
outputs:
next_job: ${{ steps.decide.outputs.next }}
steps:
- id: decide
run: |
if [[ ${{ contains(github.event.issue.labels.*.name, 'bug') }} == true ]]; then
echo "next=bug-handler" >> $GITHUB_OUTPUT
else
echo "next=normal-handler" >> $GITHUB_OUTPUT
fi
assign-copilot:
name: "Copilot自動割り当て"
needs: check-issue-type
if: needs.check-issue-type.outputs.next_job == 'normal-handler'
runs-on: ubuntu-latest
steps:
- name: Assign Copilot
run: gh issue edit ${{ github.event.issue.number }} --add-assignee copilot-swe-agent
sync-supabase:
name: "Supabase同期"
needs: check-issue-type
if: needs.check-issue-type.outputs.next_job == 'normal-handler'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python scripts/sync_to_supabase.py
notify-googlechat:
name: "Google Chat通知"
needs: check-issue-type
if: needs.check-issue-type.outputs.next_job == 'normal-handler'
runs-on: ubuntu-latest
steps:
- run: curl -X POST ${{ secrets.GOOGLE_CHAT_WEBHOOK }} -d '...'
```
---
## 🔧 実装要件
### 必須機能
1. **YAMLパース** - PyYAMLでBPMN YAMLを読み込み
2. **構造検証** - 必須フィールドのチェック
3. **変換ロジック**
- `process.trigger` → `on:`
- `tasks` → `jobs`
- `type: decision` → 条件分岐(if文、outputs)
- `type: parallel-gateway` → needs無し(並列実行)
- `type: action` → steps
4. **YAML出力** - GitHub Actions形式で保存
### オプション機能(余裕があれば)
5. **Mermaid図生成** - BPMN YAMLからフローチャート自動生成
6. **逆変換** - GitHub Actions → BPMN YAML
7. **バリデーション** - 生成されたYAMLの構文チェック
---
## 📂 実装ファイル
### 既存ファイル(編集)
- `scripts/bpmn_to_actions_converter.py` - メインコンバータ
### 新規作成ファイル
- `scripts/bpmn_yaml_schema.py` - BPMN YAMLスキーマ定義
- `examples/bpmn-process-example.yml` - サンプルBPMN定義
- `tests/test_bpmn_converter.py` - ユニットテスト
---
## ✅ 完了条件
- [ ] BPMN YAML → GitHub Actions YAML 変換が動作する
- [ ] サンプルファイルで変換テスト成功
- [ ] pytestでテストコード実装(3テスト以上)
- [ ] README.md に使用方法を追記
---
## 💡 実装のヒント
**変換ロジックの骨格:**
```python
import yaml
def convert_bpmn_to_actions(bpmn_file, output_file):
# 1. BPMN YAML読み込み
with open(bpmn_file) as f:
bpmn = yaml.safe_load(f)
# 2. GitHub Actions構造を構築
actions = {
'name': bpmn['process']['name'],
'on': convert_trigger(bpmn['process']['trigger']),
'jobs': convert_tasks_to_jobs(bpmn['process']['tasks'])
}
# 3. YAML出力
with open(output_file, 'w') as f:
yaml.dump(actions, f, sort_keys=False)
def convert_trigger(trigger):
return {trigger['event']: {'types': trigger['types']}}
def convert_tasks_to_jobs(tasks):
jobs = {}
for task in tasks:
if task['type'] == 'decision':
jobs[task['id']] = create_decision_job(task)
elif task['type'] == 'action':
jobs[task['id']] = create_action_job(task)
return jobs
```
---
## 🚀 期待する成果物
実装完了後、以下のコマンドで動作確認:
```bash
python scripts/bpmn_to_actions_converter.py \
examples/bpmn-process-example.yml \
.github/workflows/generated-workflow.yml
# 生成されたワークフローをチェック
cat .github/workflows/generated-workflow.yml
```
よろしくお願いします!
| kenichimiyata | opened | enhancement | 2026-03-02T03:51:26.84252+00:00 | 2026-03-02T03:51:26.84252+00:00 |
49 | [PDCA] ??????????????? | ## ?? Plan(??)
**??:**
???? Copilot ?????????????????????????????
**????:**
- [x] PDCA ?????????
- [ ] ??????????? BPMN Designer ??????????
- [ ] ?????? Inspector ? Priority ???????????
- [ ] ??????????? Priority ?????????
**??????:**
- ??????: `c:\xampp\htdocs\ai-automation-platform\docs\bpmn-designer.html`
- ???: VS Code Copilot, Playwright, HTML/JavaScript
- ????: localhost:8090 ??????
**????(??):** 1-2 hours
---
## ?? Do(??)
**??????:**
1. [ ] ??????????????????
2. [ ] ?????????: Inspector ? Priority ???????
3. [ ] ???????
**????:**
\\\
[???...]
\\\
---
## ? Check(??)
**????:**
- [ ] localhost:8090 ????????
- [ ] Priority ???????????
- [ ] ?????Save????????????
**????:**
\\\
[???????]
\\\
---
## ?? Act(??)
**????:**
- [ ] ??????????
- [ ] ?????
- [ ] ???????
---
## ?? Summary
| ?? | ?? |
|------|------|
| ?????? | ? |
| ?????? | ? |
| ??????? | ? |
| ???? | IN PROGRESS | | kenichimiyata | opened | pdca,process,task-system,bpmn-designer | 2026-03-02T07:39:28.24619+00:00 | 2026-03-02T07:39:28.24619+00:00 |
51 | [PDCA] ??????????????? | ## ?? Plan(??)
**??:**
???? Copilot ?????????????????????????????
**????:**
- [x] PDCA ?????????
- [ ] ??????????? BPMN Designer ??????????
- [ ] ?????? Inspector ? Priority ???????????
- [ ] ??????????? Priority ?????????
**??????:**
- ??????: c:\xampp\htdocs\ai-automation-platform\docs\bpmn-designer.html
- ???: VS Code Copilot, Playwright, HTML/JavaScript
- ????: localhost:8090 ??????
**????(??):** 1-2 hours | kenichimiyata | opened | pdca,process,task-system,bpmn-designer | 2026-03-02T07:39:51.379049+00:00 | 2026-03-02T07:39:51.379049+00:00 |
53 | [PDCA] Instruction Template System Development | ## ?? Objective
Create and test instruction template system for Copilot-to-Copilot delegation
## ?? PDCA Cycle Log
### ?? Plan(??)
**?? (Purpose)**
Establish a clear instruction format that enables Local Copilot to execute tasks based on written instructions alone.
**???? (Success Criteria)**
- [ ] Instruction template format is defined
- [ ] Local Copilot can execute tasks using only the template
- [ ] Template can be shared with remote Copilot
- [ ] Remote Copilot executes successfully with same template
**??????? (Resources)**
- File: BPMN Designer at localhost:8090
- Tool: VS Code Copilot, Terminal, Git
**???? (Estimated Time)**
2-3 hours
---
### ?? Do(??)
**?????? (Execution Steps)**
1. [ ] Design instruction template format
2. [ ] Create test task in template
3. [ ] Execute test task based on template only
4. [ ] Document results and refinements
**???? (Execution Log)**
\\\
Running...
\\\
---
### ? Check(??)
**????????? (Verification)**
- [ ] Template is clear and actionable
- [ ] Task execution succeeded without additional context
- [ ] All success criteria met
- [ ] No blocking errors
---
### ?? Act(??)
**???? (Improvements)**
- [ ] Template refinements based on execution
- [ ] Documentation updates
---
**Related:** http://localhost:8090/bpmn-designer.html | kenichimiyata | opened | documentation,pdca,process,copilot-delegation | 2026-03-02T07:48:09.192913+00:00 | 2026-03-02T07:48:09.192913+00:00 |
55 | [PDCA] Instruction Template System Development | ## ?? Objective
Create and test instruction template system for Copilot-to-Copilot delegation
## ?? PDCA Cycle Log
### ?? Plan(??)
- [ ] Instruction template format is defined
- [ ] Local Copilot can execute tasks using only the template
- [ ] Template can be shared with remote Copilot
### ?? Do(??)- [ ] Design instruction template format
- [ ] Create test task in template
- [ ] Execute test task based on template only
### ? Check(??)- [ ] Template is clear and actionable
- [ ] Task execution succeeded without additional context
### ?? Act(??)- [ ] Template refinements based on execution
- [ ] Documentation updates
**Related:** http://localhost:8090/bpmn-designer.html | kenichimiyata | opened | documentation,pdca,process | 2026-03-02T07:48:26.735516+00:00 | 2026-03-02T07:48:26.735516+00:00 |
README.md exists but content is empty.
- Downloads last month
- 11