Squad/278 work on build warnings#275
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Scribe merged 7 decision inbox files from Sprint 18 release orchestration: - aragorn-apphost-tests-parallel-fix.md (xunit serialization fix) - aragorn-board-sync-theme-closeout.md (board cleanup verification) - aragorn-pr-review-262-257.md (PR #262, #257 approvals) - boromir-249-apphost-clear-hardening.md (issue #249 AC1-AC3 implementation) - boromir-cleanup-240.md (worktree cleanup) - boromir-release-pr-opened.md (PR #272 opened) - boromir-theme-cleanup.md (post-theme branch cleanup) Session artifacts created: - .squad/orchestration-log/2026-05-08T18:49:02Z-boromir.md - .squad/log/2026-05-08T18:49:02Z-release-pr272.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
🏗️ PR Added to Squad Triage QueueThis PR has been labeled with Next steps:
|
There was a problem hiding this comment.
Pull request overview
This PR updates Squad operational documentation to record recent workflow/CI decisions and board-sweep activity, capturing the rationale and outcomes for future reference.
Changes:
- Added two new decision entries covering Projects V2 authentication (GH_PROJECT_TOKEN) and Blog→README sync branching behavior.
- Expanded
.squad/decisions.mdwith Sprint 18 release decisions and related PR/issue outcomes. - Updated Ralph’s agent history log with a 2026-05-08 board sweep and CI-fix sprint summary.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .squad/decisions/decisions.md | Adds decision records for GH Projects V2 token requirements and README sync pushing to dev. |
| .squad/decisions.md | Adds Sprint 18 release decision notes and historical context for prior PRs/issues. |
| .squad/agents/ralph/history.md | Records board sweep actions and CI-fix sprint outcomes in the agent history. |
Comment on lines
+2272
to
+2273
| --- | ||
|
|
Comment on lines
+2290
to
+2293
| 2. **Required PAT scopes:** | ||
| - Classic PAT: `project` OAuth scope | ||
| - Fine-grained PAT: "Projects" → read + write | ||
|
|
Comment on lines
+2274
to
+2280
| # Decision: GitHub Projects V2 requires a classic PAT with `project` scope | ||
|
|
||
| **Date:** 2026-05-08 | ||
| **Author:** Boromir (DevOps Engineer) | ||
| **Issue:** #268 | ||
| **PR:** #271 (squash-merged) | ||
| **Status:** ✅ Implemented |
| **Actions taken:** | ||
|
|
||
| - **Issue #265** (Milestone Review): Decided Option A — release candidate, v1.5.0 minor bump (2 additive user-facing enhancements #259, #260; no breaking changes; CI green). Applied `release-candidate` label, removed `pending-review`, commented decision on issue. Issue auto-closed by `milestone-blog.yml`. | ||
| - **Issue #266** (Rename `_clearMutex → _dbMutex`): Delegated to Sam. Sam created branch `squad/266-rename-clear-mutex-to-db-mutex`, renamed field across 7 sites in `src/AppHost/MongoDbResourceBuilderExtensions.cs` (1 declaration + 6 usage sites + 1 comment), ran pre-push gates (build 0 errors, Architecture.Tests 15/15, Domain.Tests 42/42, Integration.Tests 12/12), opened PR #267 targeting `dev`. |
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #275 +/- ##
=======================================
Coverage 86.57% 86.57%
=======================================
Files 44 44
Lines 1043 1043
Branches 116 116
=======================================
Hits 903 903
Misses 96 96
Partials 44 44 🚀 New features to boost your workflow:
|
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.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com## Summary
Closes #
Type of Change
Domain Affected
Self-Review Checklist
Code Quality
dotnet build MyBlog.slnx --configuration Release— 0 errors, 0 warningsdotnet test MyBlog.slnx --configuration Release --no-build— all passArchitecture
Command/Query/Handler/Validatornaming conventionssealedWeborPersistence.*projectsResult<T>/ResultErrorCodeused for expected failures (no exception-driven control flow)Domain.DTOs; Models are inDomain.ModelsTests
[Collection("XxxIntegration")])IssueDto.Empty/CommentDto.Emptyinstances directlySecurity (check if security-relevant)
RequireAuthorization/ policy appliedMarkupStringused with user-supplied contentMerge Readiness
main(no merge conflicts)Screenshots / Evidence
Notes for Reviewers