Commit graph

6 commits

Author SHA1 Message Date
Copilot
14d4f1e429
Move validateExclusiveModes before getBody for fail-fast validation (#1663)
* Initial plan

* feat: refactor option validation to list-based approach and add delete+hide_and_recreate check

Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>

* feat: add only_update to exclusive modes validation list

Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>

* refactor: extract validation logic into src/validate.ts

Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>

* refactor: move validateExclusiveModes before getBody in run()

Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>

* test: assert getBody is not called when validateExclusiveModes fails

Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
2026-03-13 21:05:41 +09:00
marocchino
308b2fd250
Don't create a comment with hide: true (#1661) 2026-03-13 20:35:57 +09:00
Copilot
3bbec31446
Add comprehensive tests for main.ts covering all branches (#1660)
Some checks are pending
Test / test (push) Waiting to run
* Initial plan

* test: add comprehensive tests for main.ts covering all branches

Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
2026-03-13 20:04:30 +09:00
marocchino
eba69144ce
test: comment 2019-11-23 10:12:15 +09:00
marocchino
cb9470fc12
feat: actual logic 2019-11-21 09:57:13 +09:00
marocchino
cce71e2a2d Initial commit 2019-11-21 08:05:13 +09:00