Skip to content

Promote development to preview#40

Closed
StreckerCM wants to merge 5 commits intopreviewfrom
development
Closed

Promote development to preview#40
StreckerCM wants to merge 5 commits intopreviewfrom
development

Conversation

@StreckerCM
Copy link
Copy Markdown
Owner

Summary

Promote developmentpreview with 4 changes:

Test plan

  • All changes merged to development via reviewed PRs
  • Build and tests verified during PR reviews

StreckerCM and others added 5 commits February 4, 2026 12:34
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant