You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance `RandomSeed` with matching procedural convenience methods.
5
+
Move generic validation/assertion helpers out of random helper code into a shared validation module.
6
6
7
7
## Source Of Truth
8
8
9
-
This `BUILD_PR.md`, `PLAN_PR.md`, the user request, and `docs_build/dev/ProjectInstructions.zip` are the source of truth for `PR_26177_DELTA_055-random-seed-enhancements`.
9
+
This `BUILD_PR.md`, `PLAN_PR.md`, the user request, and `docs_build/dev/ProjectInstructions.zip` are the source of truth for `PR_26177_DELTA_056-shared-validation-assertions`.
10
10
11
11
## OWNER Override And Team Assignment
12
12
13
-
OWNER override approved: Continue Team Delta random utility stack with `PR_26177_DELTA_055-random-seed-enhancements`.
13
+
OWNER override approved: Continue Team Delta random utility stack with `PR_26177_DELTA_056-shared-validation-assertions`.
14
14
15
15
Team Delta owns Shared JS, runtime utilities, technical debt remediation, and runtime test coverage.
16
16
17
17
## Stack
18
18
19
-
- Base branch: `PR_26177_DELTA_054-random-utility`
20
-
- This PR depends on the shared helper module from PR_053 and the stack context from PR_054.
19
+
- Base branch: `PR_26177_DELTA_055-random-seed-enhancements`
20
+
- This PR depends on the random helper module from PR_053, `Random` from PR_054, and `RandomSeed` enhancements from PR_055.
21
21
22
22
## Exact Scope
23
23
24
-
- Update `RandomSeed` to use shared helper logic where appropriate.
Copy file name to clipboardExpand all lines: docs_build/dev/ProjectInstructions/team_assignments/ACTIVE_TEAM_REGISTRY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ If a team has no assignment, no active branch, and no active PR, it is inactive
31
31
| Team Alfa | none | none | none | Available | Active ownership lane |
32
32
| Team Bravo | none | none | none | Available | Active ownership lane |
33
33
| Team Charlie | none | none | none | Available | Active ownership lane |
34
-
| Team Delta |PR_26177_DELTA_055-random-seed-enhancements|PR_26177_DELTA_055-random-seed-enhancements|PR_26177_DELTA_055-random-seed-enhancements| Active | OWNER override approved: Continue Team Delta random utility stack with PR_26177_DELTA_055-random-seed-enhancements|
34
+
| Team Delta |PR_26177_DELTA_056-shared-validation-assertions|PR_26177_DELTA_056-shared-validation-assertions|PR_26177_DELTA_056-shared-validation-assertions| Active | OWNER override approved: Continue Team Delta random utility stack with PR_26177_DELTA_056-shared-validation-assertions|
35
35
| Team Golf | none | none | none | Available | Replacement active ownership lane for retired Team Gamma |
36
36
| Team OWNER | none | none | none | Available | Governance Phase 1 complete |
Copy file name to clipboardExpand all lines: docs_build/dev/ProjectInstructions/team_assignments/TEAM_ASSIGNMENTS.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
| Team Alfa | none | none | none | Available |
8
8
| Team Bravo | none | none | none | Available |
9
9
| Team Charlie | none | none | none | Available |
10
-
| Team Delta |PR_26177_DELTA_055-random-seed-enhancements|PR_26177_DELTA_055-random-seed-enhancements|PR_26177_DELTA_055-random-seed-enhancements| Active |
10
+
| Team Delta |PR_26177_DELTA_056-shared-validation-assertions|PR_26177_DELTA_056-shared-validation-assertions|PR_26177_DELTA_056-shared-validation-assertions| Active |
11
11
| Team Golf | none | none | none | Available |
12
12
| Team OWNER | none | none | none | Available |
13
13
@@ -50,13 +50,13 @@ Current OWNER clarification:
50
50
51
51
Status: Active
52
52
53
-
Active assignment: PR_26177_DELTA_055-random-seed-enhancements.
53
+
Active assignment: PR_26177_DELTA_056-shared-validation-assertions.
54
54
55
-
Active branch: PR_26177_DELTA_055-random-seed-enhancements.
55
+
Active branch: PR_26177_DELTA_056-shared-validation-assertions.
56
56
57
-
Active PR: PR_26177_DELTA_055-random-seed-enhancements.
57
+
Active PR: PR_26177_DELTA_056-shared-validation-assertions.
58
58
59
-
OWNER override approved: Continue Team Delta random utility stack with PR_26177_DELTA_055-random-seed-enhancements.
59
+
OWNER override approved: Continue Team Delta random utility stack with PR_26177_DELTA_056-shared-validation-assertions.
| Move generic assertion helpers from random helper code into `assert.js`| PASS |`assertArray`, `assertFiniteNumber`, and `assertOrderedRange` were extracted. |
7
+
| Include only generic reusable validation functions needed by current random helpers | PASS | No unrelated validation helpers were added. |
8
+
| Update random helper code to import from `src/shared/validation/assert.js`| PASS |`randomHelpers.js` now imports from shared validation. |
0 commit comments