docs(antigravity): 補齊 action 與 workflow 逐行註解並重建 README #8

Open
jiantw83 wants to merge 5 commits from ai-review-resolve/develop-20260629-142707 into develop
Member

變更摘要

本 PR 為 doc-funcs 文件化成果:為 composite action 與 Gitea workflow 指令檔補齊逐行繁體中文註解,並重建專案 README。不涉及任何指令邏輯變更,皆為註解與文件異動。

影響範圍

  • 僅文件/註解層級,runtime 行為與 workflow 執行結果不變。
  • action.ymlci.yamlcd.yaml 的有效指令與順序與先前一致。

重點檔案

  • action.yml:補強開頭用途/更新日期區塊,並逐行說明安裝流程、OAuth token 解碼寫檔(強調不得輸出 secret 明文)、權限設定與 agy --print 執行與 output 寫入。
  • .gitea/workflows/ci.yaml:補強觸發條件、job 相依、版本計算與 release tag 組成等註解;同步移除已不存在於 action.ymlmodel input 對應行(與上游 refactor(ci) 一致)。
  • .gitea/workflows/cd.yaml:補強 CD 觸發與 release-tag-version action 版本來源說明。
  • README.md:重建專案列表(專案描述/參考專案/NuGet 套件三表)、功能列表與使用範例,並將專案連結更新為現行 develop 分支。

風險與注意事項

  • 純文件變更,風險低。
  • README 功能列表如實標示此 repo 無可列入的 public method。
  • YAML 已通過語法驗證。
## 變更摘要 本 PR 為 `doc-funcs` 文件化成果:為 composite action 與 Gitea workflow 指令檔補齊逐行繁體中文註解,並重建專案 README。**不涉及任何指令邏輯變更**,皆為註解與文件異動。 ## 影響範圍 - 僅文件/註解層級,runtime 行為與 workflow 執行結果不變。 - `action.yml`、`ci.yaml`、`cd.yaml` 的有效指令與順序與先前一致。 ## 重點檔案 - `action.yml`:補強開頭用途/更新日期區塊,並逐行說明安裝流程、OAuth token 解碼寫檔(強調不得輸出 secret 明文)、權限設定與 `agy --print` 執行與 output 寫入。 - `.gitea/workflows/ci.yaml`:補強觸發條件、job 相依、版本計算與 release tag 組成等註解;同步移除已不存在於 `action.yml` 的 `model` input 對應行(與上游 `refactor(ci)` 一致)。 - `.gitea/workflows/cd.yaml`:補強 CD 觸發與 release-tag-version action 版本來源說明。 - `README.md`:重建專案列表(專案描述/參考專案/NuGet 套件三表)、功能列表與使用範例,並將專案連結更新為現行 `develop` 分支。 ## 風險與注意事項 - 純文件變更,風險低。 - README 功能列表如實標示此 repo 無可列入的 public method。 - YAML 已通過語法驗證。
jiantw83 added 3 commits 2026-06-29 08:30:42 +00:00
jiantw83 force-pushed ai-review-resolve/develop-20260629-142707 from 5a03e33813 to 3b882b73ce 2026-06-29 08:30:42 +00:00 Compare
jiantw83 added 2 commits 2026-06-29 08:41:29 +00:00
chore(ci): 移除測試 job 的工具輸出 step
CI / Release Tag Version (pull_request) Successful in 4s
CI / Antigravity (pull_request) Failing after 17s
a66eef5490
Some required checks failed
CI / Release Tag Version (pull_request) Successful in 4s
CI / Antigravity (pull_request) Failing after 17s
Required
Details
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin ai-review-resolve/develop-20260629-142707:ai-review-resolve/develop-20260629-142707
git checkout ai-review-resolve/develop-20260629-142707
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: old-composite-actions/antigravity#8