Skip to content

Commit 6aa2c6a

Browse files
committed
Merge remote-tracking branch 'origin/main' into copilot/fix-b5de4762-6bf9-4cb7-8cd4-020990da6a19
2 parents 9c7257e + 98a4870 commit 6aa2c6a

28 files changed

Lines changed: 5047 additions & 21 deletions

.github/workflows/ci-doctor.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dev.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/tidy.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ install: build
182182
# Recompile all workflow files
183183
.PHONY: recompile
184184
recompile: build
185-
./$(BINARY_NAME) compile --validate --instructions --verbose
186-
./$(BINARY_NAME) compile --workflows-dir pkg/cli/workflows --validate --verbose;
185+
./$(BINARY_NAME) compile --validate --instructions --verbose --purge
186+
./$(BINARY_NAME) compile --workflows-dir pkg/cli/workflows --validate --verbose --purge;
187187

188188
# Run development server
189189
.PHONY: dev

pkg/cli/workflows/test-all.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/cli/workflows/test-claude-max-patch-size.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

pkg/cli/workflows/test-claude-missing-tool.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/cli/workflows/test-claude-patch-size-exceeded.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)