Skip to content
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
138bb0a
Lots of miscellaneous changes. 🤷🏻‍♂️
Feb 18, 2026
9725086
Introduce automation envelopes and effective terminal-promotion seman…
Feb 18, 2026
2422b94
Add server tests for automation event mapping semantics
Feb 18, 2026
8a53c5c
Add PromotionSet/Validation/Artifact grain scaffolding
Feb 18, 2026
3717d6d
Implement PromotionSet recompute/apply orchestration and recompute tr…
Feb 18, 2026
5144ef8
Rename queue candidate surface to promotion-set semantics
Feb 19, 2026
df8f805
Add validation and artifact contracts with server endpoints
Feb 19, 2026
9377403
Record derived quick-scan as validation results
Feb 19, 2026
05167bc
Remove Stage0 and gate-attestation runtime surfaces
Feb 19, 2026
d7f3ace
Remove candidate public surfaces and switch review to promotion-set s…
Feb 19, 2026
4daeefa
Remove legacy candidate/promotion-group/stage0 surfaces
Feb 19, 2026
91b96c7
Expand PromotionSet endpoint and SDK surface
Feb 19, 2026
6f68ac8
Add promotion-set conflict CLI commands
Feb 19, 2026
5fa07b4
Add agent add-summary and work item artifact links
Feb 19, 2026
e41a98b
Finalize validation orchestration and remove legacy eventing surfaces
Feb 19, 2026
6dcd8c6
Harden recompute conflict artifacts and add budget guardrails
Feb 19, 2026
2ae5072
Add validation branch-glob tests and tighten conflict artifact flow
Feb 19, 2026
863754b
Materialize recompute applied directory versions for promotion sets
Feb 20, 2026
f7023ed
Add file-budget guardrail to promotion set recompute merge
Feb 20, 2026
c2403b5
Use provider-backed model suggestions for promotion-set conflicts
Feb 21, 2026
b3bec09
Add parser coverage for promotion-set model responses
Feb 21, 2026
488e54a
Add promotion-set validation and effective-promotion tests
Feb 21, 2026
3c8ef37
test(cli): expand workitem parsing and attach-source property coverage
Feb 26, 2026
c0339cf
test(server): add workitem resolver/property tests and Orleans mappin…
Feb 26, 2026
6697ef5
test(integration): cover workitem number/link lifecycle and SDK link …
Feb 26, 2026
9d7d2b7
Massive redesign of promotion sets; simplfication of CLI surface area…
Feb 28, 2026
809c00e
Merge origin/main into feature/promotion-sets and resolve conflicts
Feb 28, 2026
c9f4c6f
Updating GitHub Actions workflow for new .slnx file.
Feb 28, 2026
c9a01b1
Update .NET restore step in workflow config
Feb 28, 2026
5494551
Reject empty step IDs in promotion conflict resolution
ScottArbeit Feb 28, 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
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Install .NET Aspire workload
run: dotnet workload install aspire
- name: Restore dependencies
run: dotnet restore Grace.sln
run: dotnet restore Grace.slnx
working-directory: src
- name: Build
run: dotnet build Grace.sln --no-restore
run: dotnet build Grace.slnx --no-restore -c Release
working-directory: src
# - name: Test
# run: dotnet test Grace.sln --no-build --verbosity normal
Expand Down
Loading