Closed
Conversation
Replace monolithic build.yml with 3 focused workflows:\n- build.yml: dev CI for development/feature branches (test on failure, 3-day retention)\n- preview-release.yml: WiX MSI + GitHub Pre-release (90-day retention)\n- production-release.yml: WiX MSI + GitHub Release (90-day retention)\n\nVersion managed via Version.props, branch triggers updated for 4-branch flow.
* ci: Standardize CI/CD - split into 3 workflows with artifact retention - Split single build.yml into build, preview-release, production-release - Dev builds: test results only on failure (3-day retention), no build artifacts - Preview: MSI + GitHub Pre-release (90-day retention) - Production: MSI + GitHub Release (90-day retention) - Add development branch to pipeline: feature/* -> development -> preview -> master Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering> * ci: Add Claude Code permissions, slim CLAUDE.md - CLAUDE.md: 129 → 80 lines (Ralph Loop moved to @refs, architecture in AGENTS.md) - New .claude/settings.json with scoped read/edit/bash permissions - VS 2022 full-path MSBuild/vstest fallback rules - Add Session Start Protocol for cross-session continuity - .gitignore: track .claude/settings.json, ignore local files Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering> * ci: Trim ROTATING_FEATURE.md - remove verbose examples Reduced from ~190 to ~70 lines by removing project-specific examples that duplicated the template with filled-in brackets. Kept standard and compact rotation variants and commit/PR format reference. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering> --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Happy <yesreply@happy.engineering>
Add async versions of all long-running operations (model reading, calculations, file saving) with StatusStrip progress bar, Cancel button, Escape key cancellation, auto-clearing status messages with model names, and 20 new async unit tests. Fix 3 pre-existing bugs in Load Model workflow. Closes #24.
# Conflicts: # GeoMagSharp/GeoMag.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Promote
development→previewwith 4 changes:Test plan
developmentvia reviewed PRs