docs(squad): enforce sprint context on all issue creation (#66)#67
Merged
Conversation
- sprint-planning.md: strengthen Hard Gate to require [Sprint N] title prefix and milestone before any branch; add 2 new anti-patterns - sprint-planning.md: Step 3 gains mandatory-format table - routing.md: Guardrails #1 and #8 require milestone + sprint prefix on every issue - issue-lifecycle.md: add mandatory issue format block to GitHub section Closes #66 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
SummarySummary
CoverageAppHost - 0%
Domain - 93.4%
ServiceDefaults - 0%
Web - 68.1%
|
- routing.md: Add Guardrails #9 (Gimli parallel), #10 (no-verify prohibition), #11 (rubber duck for new patterns); strengthen Rule #6 to name Gimli+Frodo+Pippin - ceremonies.md: Add Feature Work Kickoff ceremony; harden Retrospective with coverage-gate trigger and closure requirement - pre-push-process.md: Add hard block on git push --no-verify at top of file with SDK mismatch fix instructions - pr-merge-process.md: Step 3 now explicitly checks coverage gate (not just tests passing); adds 'Tests authored' gate for Gimli coverage - gimli/charter.md: Fix Critical Rule #1 paths from IssueTracker to MyBlog (tests/Unit.Tests, tests/Architecture.Tests); add coverage gate (89%); add Rule #9 enforcing parallel spawn Closes #68 (retrospective action items) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Owner
Author
Squad Retrospective Additions — PR #58 Quality Gate HardeningThis PR now includes the governance hardening from the PR #58 retrospective in addition to the original sprint-context enforcement. 5 files updated: Changes added in this push:
Root cause addressed:PR #58 failed CI on coverage (83.68% < 89% threshold). All tests passed but Domain CQRS handlers had no unit tests. Issue #68 (raise Domain coverage) remains open for Gandalf/Gimli to address the actual test gap. |
Contributor
|
mpaulosky
added a commit
that referenced
this pull request
Apr 19, 2026
Merges governance enforcement updates from PR #67 into sprint branch. Squad documentation conflicts resolved by keeping the more comprehensive HEAD version (sprint enforcement) and incorporating net-new content from dev. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Closes #66
Working as Ralph (Meta / squad maintenance)
Summary
Strengthens three squad process documents so that no issue can exist without a sprint assignment and every issue title carries the
[Sprint N]prefix.Changes
sprint-planning.md— Hard Gate updated to require[Sprint N]title prefix + milestone before any branch; Step 3 gains a mandatory-format table; two new anti-patterns addedrouting.md— Guardrails refactor: move Tailwind CSS to wwwroot/css/, remove wwwroot/lib #1 and feat(ci): Phase 1-2 — label automation + CodeQL security scanning #8 updated to require both milestone and sprint prefix on every issue before code startsissue-lifecycle.md— Mandatory issue format block added to GitHub section (title pattern + milestone field rules)Testing
Squad process documents — no build or test suite applies.