Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c6d5e21
feat: wire create flags into add flows
Copilot Jul 15, 2026
cb0528c
test: fix add create checkout expectations
Copilot Jul 15, 2026
5c2840f
fix: address add create review feedback
Copilot Jul 15, 2026
75ac5cf
Plan address PR feedback
Copilot Jul 16, 2026
8ba047a
Add license and init to add create flow
Copilot Jul 16, 2026
1c6e8a9
Polish add create bootstrap follow-up
Copilot Jul 16, 2026
62e39ce
Plan update
Copilot Jul 16, 2026
18b6d89
Enable codespaces init for add create flow
Copilot Jul 16, 2026
c09c70a
Merge branch 'main' into copilot/add-create-flag-to-add-command
pelikhan Jul 16, 2026
130c394
Address reviewer feedback: fix init timing and CodespaceEnabled in ad…
Copilot Jul 16, 2026
cc7c514
Merge branch 'main' into copilot/add-create-flag-to-add-command
pelikhan Jul 16, 2026
8ada927
Fix review issues: skip init for PR flows; CodespaceEnabled defaults …
Copilot Jul 16, 2026
5cf4b32
Merge main into copilot/add-create-flag-to-add-command
Copilot Jul 16, 2026
913c676
Recompile workflows after merging main
Copilot Jul 16, 2026
1ed37dd
Merge branch 'main' into copilot/add-create-flag-to-add-command
pelikhan Jul 16, 2026
b9d2ccd
Merge branch 'main' into copilot/add-create-flag-to-add-command
pelikhan Jul 16, 2026
6710990
Plan: Make --create flag support optional value and owner inference
Copilot Jul 16, 2026
ff6bbcb
Implement --create flag enhancements: optional value, owner inference…
Copilot Jul 16, 2026
1d07dcd
Address code review feedback: improve validation and add failure test…
Copilot Jul 16, 2026
62880dc
Merge branch 'main' into copilot/add-create-flag-to-add-command
pelikhan Jul 16, 2026
a03c72b
Fix test validator to support flags with NoOptDefVal and fix nil poin…
Copilot Jul 16, 2026
98fb459
Fix test failures after firewall package update
Copilot Jul 16, 2026
f67539e
Update action pin tests for package update
Copilot Jul 16, 2026
21308ed
Merge branch 'main' into copilot/add-create-flag-to-add-command
Copilot Jul 16, 2026
0f2fdb4
Apply remaining changes
Copilot Jul 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/agentic-auto-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ name: Agentic Auto-Upgrade

on:
schedule:
- cron: "21 3 * * 5" # Weekly (auto-upgrade)
- cron: "11 4 * * 6" # Weekly (auto-upgrade)
workflow_dispatch:

permissions:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/avenger.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .github/workflows/hourly-ci-cleaner.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading