ci: Add Claude Code permissions, slim CLAUDE.md#39
Merged
StreckerCM merged 3 commits intodevelopmentfrom Feb 13, 2026
Merged
Conversation
- 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>
- 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>
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>
This was referenced Feb 13, 2026
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
.claude/settings.jsonwith fine-grained allow/deny rules for GeoMagGUI, GeoMagSharp, unit tests, and Installer directories, plus VS 2022 full-path build tool access@AGENTS.mdfor architecture details instead of inliningACTIVE_WORK.mdBranch Flow
developmentdevelopmentis included in branch protection rulesChanges
.claude/settings.json— New project-level permissions (readC:\GitHub\*+ VS 2022 paths, edit project dirs, deny destructive commands).gitignore— Track.claude/settings.jsonwhile ignoring other.claude/filesCLAUDE.md— Slimmed to essentials, added Session Start Protocol and Extended Documentation referencesTest plan
.claude/settings.jsonpermissions work as expected in Claude Codemsbuild GeoMagGUI.slnGenerated with Claude Code
via Happy