Skip to content

Plasma plugin v0.1.6

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 03:57

新增 view → blueprint → PG 匯出流程,並統一技能說明為台灣繁體中文。

  • 保留 view、mview、blueprint、PG 等系統功能英文名稱,翻譯既有三份 skill。
  • 新增 plasma-postgres-export:先從 Ophion 列出已串接 DB,反問使用者選擇 PG 連線,再核對 Plasma DBC、database 與 schema。
  • 補齊一般 create_view(type=view) 行為,不帶 mview 同步設定,建立後導向 blueprint 流程。
  • 新增八個 MCP 工具,支援 PG 連線查核、blueprint 建立/查詢、job 執行與結果追蹤。
  • blueprint 建立不啟動同步;spawn_blueprint_job 在開始寫入 PG 前透過中文確認說明目的地與寫入影響。
  • 支援 appendoverwritetruncate,明確指定是否允許建立目標表;不提供 upsert。拒絕不一致的 DBC 目的地,不將舊 job 的成功當成本次結果。

目前使用既有 PG DBC,提供單次執行;尚未封裝 blueprint 排程或直接查詢 PG 資料內容。

驗證包含 Go 測試、建置、啟動器與設定測試,以及四份 skill 的格式檢查。未對實際 PG 執行寫入測試。

發布流程會產生 macOS/Linux 的 arm64、amd64 預編譯執行檔與 SHA-256 校驗檔。