Jeffery
|
40ebfe99a8
|
feat: 前置驗證納入 git push 認證檢查
AI / Code Review (pull_request) Failing after 2m48s
AI / 計算版本號 (pull_request) Successful in 2s
git push 走 askpass + HTTP 認證,與 Gitea REST API 是兩套機制,API token
有效不代表 push 能用(曾出現 askpass 無法執行、could not read Username 而
push 失敗)。新增 git.js verifyRemoteAccess() 以相同 askpass + remote URL
跑唯讀 git ls-remote,preflight 呼叫並在失敗時 exit 1,提前攔下設定問題。
新增 git.test.js 對 verifyRemoteAccess 的測試(成功、失敗不丟例外、token
不外洩、askpass 清理)。
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-15 13:39:04 +08:00 |
|
Jeffery
|
097b6fb721
|
feat: implement Git integration for automated repository instruction syncing and commit management
|
2026-05-21 11:36:11 +08:00 |
|
Jeffery
|
e99236b893
|
feat: implement git repository synchronization and automated commit functionality for AI review findings
|
2026-05-21 10:17:01 +08:00 |
|
Jeffery
|
e80a462d96
|
feat: 將 ANTIGRAVITY 加入程式
|
2026-05-20 10:49:34 +08:00 |
|
jiantw83
|
b4c54124ec
|
feat: force overwrite core instruction files
|
2026-05-18 02:50:47 +00:00 |
|
jiantw83
|
b51ab78a5e
|
feat: force sync skill trees
|
2026-05-18 02:48:54 +00:00 |
|
jiantw83
|
c836ec08e4
|
chore: triage log output suggestions
|
2026-05-15 15:45:08 +00:00 |
|
jiantw83
|
066b21aa5c
|
feat: encode ai review outcome in commit marker
|
2026-05-15 14:47:02 +00:00 |
|
jiantw83
|
9012fe64d1
|
chore: skip ai review bot commits
|
2026-05-15 14:11:21 +00:00 |
|
jiantw83
|
60f3a9beba
|
fix: skip ai review bot commits
|
2026-05-15 14:00:59 +00:00 |
|
jiantw83
|
8bf791a829
|
fix: clarify stage seven push failures
|
2026-05-15 06:51:56 +00:00 |
|
jiantw83
|
4a29c4aaa3
|
fix: refresh repo before staging review files
|
2026-05-15 06:23:07 +00:00 |
|
jiantw83
|
ece7377fc8
|
fix: stage generated review files
|
2026-05-15 05:47:06 +00:00 |
|
jiantw83
|
33d5cdde7c
|
fix: sync codex skill assets
|
2026-05-15 04:15:01 +00:00 |
|
jiantw83
|
109048e604
|
fix: package triage skills into the action image
|
2026-05-15 03:48:05 +00:00 |
|
jiantw83
|
7186098edf
|
fix: restore triage skill files and keep sync non-destructive
|
2026-05-15 03:30:48 +00:00 |
|
jiantw83
|
c70a818986
|
fix: mirror sync files before commit
|
2026-05-15 03:09:54 +00:00 |
|
jiantw83
|
684c35bc00
|
fix: skip missing sync paths in commit step
|
2026-05-15 03:04:27 +00:00 |
|
jiantw83
|
12980d6ca4
|
fix: dedupe sync paths in git tests
|
2026-05-14 02:22:50 +00:00 |
|
jiantw83
|
4492fcbdd6
|
feat: sync triage skill files
|
2026-05-14 02:13:08 +00:00 |
|
jiantw83
|
cc6345c32e
|
refactor: update commitAndPush function to accept repoDir parameter and adjust related tests
|
2026-05-13 01:46:27 +00:00 |
|
jiantw83
|
d230b5f445
|
fix: add Leo/Zara false positive exclusion; add cloneRepo unit tests
|
2026-05-12 02:30:14 +00:00 |
|
jiantw83
|
59509ae963
|
feat: refactor commitAndPush to use a runner function and improve token security; add tests for git operations
|
2026-05-12 02:30:14 +00:00 |
|