Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .claude/verify-report.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"gates": [
{ "name": "Typecheck", "status": "Passed", "detail": "npm --prefix src/engine run typecheck — tsc --noEmit && tsc --noEmit -p tsconfig.scripts.json — exit 0" },
{ "name": "Lint", "status": "Passed", "detail": "npm --prefix src/engine run lint — eslint src scripts — exit 0" },
{ "name": "Test", "status": "Passed", "detail": "npm --prefix src/engine test (vitest run) — Test Files 79 passed (79), Tests 1174 passed (1174), Duration 3.40s" },
{ "name": "Test", "status": "Passed", "detail": "npm --prefix src/engine test (vitest run) — Test Files 79 passed (79), Tests 1174 passed (1174), Duration 5.10s" },
{ "name": "Pack package", "status": "Passed", "detail": "cd src/engine; npm pack --silent — produced the-running-dev-game-engine-0.10.0.tgz, exit 0" },
{ "name": "Inspect tarball", "status": "Passed", "detail": "tar -tzf the-running-dev-game-engine-0.10.0.tgz: grep for ^package/src/|tsconfig.*\\.json|\\.test\\. found NONE; package/dist/ present (e.g. package/dist/kinds/story-graph/achievements.js) — INSPECT OK" },
{ "name": "Consumer smoke", "status": "Passed", "detail": "consumer-smoke: cleared node_modules/package-lock.json/dist, copied fresh tarball, then npm run install:engine && npm run build && npm run smoke — all three exited 0 (install:engine added 5 packages, tsc build clean, node dist/smoke.js exit 0)" },
{ "name": "Parse-check PowerShell scripts", "status": "Passed", "detail": "Parsed every *.ps1 repo-wide with [System.Management.Automation.Language.Parser]::ParseFile — 0 parse errors, printed PASSED" },
{ "name": "Run Pester tests", "status": "Failed", "detail": "Invoke-Pester -Path tools -Output Detailed -PassThru — Tests Passed: 243, Failed: 10, Skipped: 0, NotRun: 0; plus 1 BeforeAll/AfterAll failure ('CI workflow: the Run Pester tests step is authenticated (#79)'), which also fails identically on main (confirmed via a disposable worktree at 9da79de — main: 235 passed, 1 failed, same GH_TOKEN-env test). The other 9 do NOT reproduce on main and persist even with design/state/work/ removed from the tree, ruling out the mirror files as the cause; the remaining candidate is the content edited in design/30-slices.md/design/90-decisions.md, not yet isolated further. The 10 test failures: (1) 'S4.6: unit/command/track and unit/document/agents-md exist and their closures are complete' — Expected $true, got $false. (2) 'the Run Pester tests step carries a GH_TOKEN env, the same as Check the design state against the tree' — pre-existing, also fails on main. (3) 'this repository's own table and its own enumeration agree' — Expected $null or empty, got ContractListUnreadable/GlobTableNotFound: design/20-contract.md; GlobDisagreement is uncomputed, not clean. (4) 'S12.5: the check exits 0 against this repository, and names the largest closure and its size' — Expected 0, got 2; findings list dozens of [UnrecordedArtifact] entries (every .claude/commands/*.md, most tools/*.ps1, most design/*.md have no active unit record naming them as Anchor), dozens of [LogEntryUnrecorded] entries (90-decisions.md log headings with no decision record naming them as Anchor, including several from 2026-08-23 that this branch's own commit touches), [RegionMalformed] entries in design/00-brief.md, design/10-design.md, design/20-contract.md, design/30-slices.md, design/90-decisions.md (closing marker for 'human-doc' region does not match innermost open region — three of these five files this PR does not touch), plus [ContractListUnreadable], [ProjectorFailed] exited 1, and [TrackerUnavailable] for all 48 issues mirrored under design/state/work/ (could not read issue #142, #145, ... #371) despite gh auth status confirming an authenticated session and gh issue view 142 succeeding standalone when run directly — root cause not diagnosed, this command does not fix. (5) 'S7.9: the projector runs against this repository and ProjectionStale does not fire' — Expected $null or empty, got ProjectorFailed/exited 1; ProjectionStale is uncomputed, not clean. (6) 'S16.1/S16.2: this repository has one Contract record per design/20-contract.md Public-surface entry' — Expected 9, got 0. (7) 'S16.5: design/state-index.md's consumers region lists real consumers' — Cannot find path design/state-index.md, does not exist. (8) 'S17.2: every invariant row in the real Invariants section sits inside the single invariants region' — Expected actual value greater than -1, got -1. (9) 'S18.6: EnforcementUnevidenced rejects this repository's own superseded decision' — Cannot find path design/state/decisions/2026-08-03-ticking-checkbox-is-the-users.md, does not exist. (10) 'S7.2: -DryRun against the real repository writes nothing' — Expected 0, got 7 refusals (same [UnrecordedArtifact]/[LogEntryUnrecorded]/[RegionMalformed] set as #4). This looks like pre-existing design-state drift the branch's content edits expose rather than something the two-line status/decision changes themselves broke, but that is not confirmed." },
{ "name": "Validate Markdown links, terminology, and generated files", "status": "Passed", "detail": "./build/Test-Documentation.ps1 — after running build/ConvertTo-HumanDocumentation.ps1 to regenerate engine/TODO.md and engine/OPEN-QUESTIONS.md (skipped in the first commit, since fixed in a follow-up commit): 'Human-documentation drift check passed across 18 generated engine page(s), compatibility pointers, and the guide. Documentation checks passed across 173 Markdown file(s).'" },
{ "name": "Build documentation", "status": "DidNotRun", "reason": "Runs inside the ghcr.io/the-running-dev/docs-template container image via /template/scripts/docs-build.ps1. docs.ps1 (the local wrapper) is absent from this checkout — CLAUDE.md states it is installer-generated (Invoke-SetupDocs), not committed. Docker itself is running locally, but the wrapper script needed to invoke the containerized build is missing, so this was not attempted; the corresponding CI check ('Verify Documentation Build') on the pull request is where the answer will come from." },
{ "name": "Inspect tarball", "status": "Passed", "detail": "tar -tzf the-running-dev-game-engine-0.10.0.tgz: grep for ^package/src/|tsconfig.*\\.json|\\.test\\. found NONE; package/dist/ present — PASS: tarball inspection clean" },
{ "name": "Consumer smoke", "status": "Passed", "detail": "consumer-smoke: npm run install:engine && npm run build && npm run smoke — all three exited 0 (install:engine up to date, tsc build clean, node dist/smoke.js exit 0)" },
{ "name": "Parse-check PowerShell scripts", "status": "Passed", "detail": "Parsed every *.ps1 repo-wide (excluding node_modules) with [System.Management.Automation.Language.Parser]::ParseFile — Checked 32 files, PASS: all PowerShell scripts parse cleanly" },
{ "name": "Run Pester tests", "status": "Failed", "detail": "Invoke-Pester -Path tools -Output Detailed -PassThru — Tests Passed: 243, Failed: 10, Skipped: 0, NotRun: 0; plus 1 BeforeAll/AfterAll block failure ('CI workflow: the Run Pester tests step is authenticated (#79)' — ParameterBindingValidationException: Cannot bind argument to parameter 'LiteralPath' because it is null, at Test-CIWorkflow.Tests.ps1:26). Identical count and identical failure set to the run recorded against this same branch's predecessor state earlier today (verify-report.json history, commit 8128a0f), which already traced these as pre-existing design-state drift, not caused by this branch's design/state/work/ MirroredAt-only edits: (1) 'S4.6: unit/command/track and unit/document/agents-md exist and their closures are complete' — Expected $true, got $false. (2) 'the Run Pester tests step carries a GH_TOKEN env, the same as Check the design state against the tree' — pre-existing, also fails on main. (3) 'this repository's own table and its own enumeration agree' — Expected $null or empty, got ContractListUnreadable/GlobTableNotFound: design/20-contract.md. (4) 'S12.5: the check exits 0 against this repository, and names the largest closure and its size' — Expected 0, got 2; dozens of [UnrecordedArtifact]/[LogEntryUnrecorded] entries, [RegionMalformed] in five design/ files, [ContractListUnreadable], [ProjectorFailed] exited 1, [TrackerUnavailable] for all 48 mirrored issues. (5) 'S7.9: the projector runs against this repository and ProjectionStale does not fire' — ProjectorFailed/exited 1. (6) 'S16.1/S16.2: one Contract record per Public-surface entry' — Expected 9, got 0. (7) 'S16.5: design/state-index.md's consumers region lists real consumers' — Cannot find path design/state-index.md. (8) 'S17.2: every invariant row sits inside the single invariants region' — Expected actual value greater than -1, got -1. (9) 'S18.6: EnforcementUnevidenced rejects this repository's own superseded decision' — Cannot find path design/state/decisions/2026-08-03-ticking-checkbox-is-the-users.md. (10) 'S7.2: -DryRun against the real repository writes nothing' — Expected 0, got 7 refusals (same set as #4). This branch does not touch design/30-slices.md, design/90-decisions.md, design/20-contract.md, or any tools/*.ps1 — only design/state/work/*.md MirroredAt stamps — so it cannot be the cause of this pre-existing drift; this command does not fix it." },
{ "name": "Validate Markdown links, terminology, and generated files", "status": "Passed", "detail": "./build/Test-Documentation.ps1 — 'Human-documentation drift check passed across 18 generated engine page(s), compatibility pointers, and the guide. Documentation checks passed across 173 Markdown file(s).'" },
{ "name": "Build documentation", "status": "DidNotRun", "reason": "Runs inside the ghcr.io/the-running-dev/docs-template container image via docs.ps1. docs.ps1 (the local wrapper) is absent from this checkout — CLAUDE.md states it is installer-generated (Invoke-SetupDocs), not committed. Docker itself is running locally, but the wrapper script needed to invoke the containerized build is missing, so this was not attempted; the corresponding CI check ('Verify Documentation Build') on the pull request is where the answer will come from." },
{ "name": "Build and verify landing page", "status": "Passed", "detail": "npm --prefix src/engine run build (tsc -p tsconfig.build.json) exit 0, then npm --prefix site run check: unit tests (Test Files 2 passed, Tests 15 passed), test:browser (Test Files 1 passed, Tests 11 passed), test:build (vite build succeeded, 'Both built HTML entry points contain their required static metadata, and 3 bundle(s) are free of Node-only runtime references'), test:merge ('Package-backed merge proven: /, /roadmap/ and the protected docs/ subtree all verified, and the top-level docs/ guard rejects a bad landing build') — all exited 0" },
{ "name": "Merge landing page into documentation build", "status": "DidNotRun", "reason": "npm --prefix site run merge needs a completed docs build in artifacts/docs, which the 'Build documentation' gate above did not produce (docs-template container image not available locally without the docs.ps1 wrapper)." },
{ "name": "Test the host", "status": "Passed", "detail": "dotnet test src/host/SubZeroDev.GameEngine.Host.Tests — all projects up-to-date for restore (NuGet packages already cached locally from a prior run, so no NUGET_GITHUB_TOKEN was needed this pass) — Passed: 12, Failed: 0, Skipped: 0, Total: 12, Duration 818ms" },
{ "name": "Test the host", "status": "Passed", "detail": "dotnet test src/host/SubZeroDev.GameEngine.Host.Tests — all projects up-to-date for restore — Passed: 12, Failed: 0, Skipped: 0, Total: 12, Duration 351 ms" },
{ "name": "Positive route and probe smoke", "status": "DidNotRun", "reason": "Requires building the host Docker image, which restores SubZeroDev.Platform.Hosting from a private GitHub Packages NuGet feed inside the build via a docker/build-push-action secret (nuget_github_token). REGISTRY_TOKEN is not present in this local environment, so the image build step itself cannot be reproduced locally even though Docker is running; the corresponding CI check ('Build, run, and smoke the image') on the pull request is where the answer will come from." },
{ "name": "Negative fixture -- corrupted artifact must fail to start", "status": "DidNotRun", "reason": "Same dependency as 'Positive route and probe smoke': requires the built host image, blocked on the missing REGISTRY_TOKEN for the private NuGet feed restore." }
]
Expand Down
2 changes: 1 addition & 1 deletion design/state/work/142.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 142
Title: World-graph: demolished guests always route to exits[0], not nearest exit
State: OPEN
Rank: 142
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/145.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 145
Title: World-graph: scenery placement has no rotation/bounds validation (unlike buildings)
State: OPEN
Rank: 145
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/146.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 146
Title: World-graph: staff assignment emits both StateChanges unconditionally, even when unchanged
State: OPEN
Rank: 146
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/168.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 168
Title: Design a defensive-cloning strategy for the Kind.project seam
State: OPEN
Rank: 168
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/180.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 180
Title: site/ declares five ESLint packages it never runs
State: OPEN
Rank: 180
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/195.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 195
Title: Enforce StatusEffect.stacking (refresh replaces, resets expiry) when an effect is applied
State: OPEN
Rank: 195
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/203.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 203
Title: CI: cache Alpine chromium install in Verify Documentation Build
State: OPEN
Rank: milestone/3
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/211.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 211
Title: Assert per-kind regression evidence exists, so deleting a test class fails the build
State: OPEN
Rank: milestone/2
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/212.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 212
Title: Vision doc says "two kinds ship in v1"; the repository ships three
State: OPEN
Rank: milestone/1
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/213.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 213
Title: Dead references to bulgaria-bureaucracy.determinism.test.ts, deleted in #189
State: OPEN
Rank: milestone/1
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
4 changes: 2 additions & 2 deletions design/state/work/214.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# work/214
Issue: 214
Title: Slice ledger checkboxes drifted from delivery reality: W50/W51/W66 unticked, W41ΓÇôW49 not headings
Title: Slice ledger checkboxes drifted from delivery reality: W50/W51/W66 unticked, W41–W49 not headings
State: OPEN
Rank: milestone/1
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/215.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 215
Title: Batch invariance (world-graph's load-bearing property) is tested at exactly one data point
State: OPEN
Rank: milestone/2
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/216.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 216
Title: world-graph: 21 source modules (~2,100 LOC) have no adjacent test file
State: OPEN
Rank: milestone/2
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/217.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 217
Title: docs-deploy.yml never received the Playwright/Chromium fix docs-ci.yml's verify job got; last three deploys failed
State: OPEN
Rank: milestone/3
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/218.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 218
Title: Envelope-duplication has recurred five times with no mechanical guard; add one
State: OPEN
Rank: milestone/4
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
4 changes: 2 additions & 2 deletions design/state/work/219.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# work/219
Issue: 219
Title: design/ has no customer, competitive analysis, or monetization path ΓÇö the commercial thesis is entirely unrecorded
Title: design/ has no customer, competitive analysis, or monetization path the commercial thesis is entirely unrecorded
State: OPEN
Rank: milestone/5
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/225.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 225
Title: Migrate pre-resume orphaned local saves to the new save-index scheme
State: OPEN
Rank: 225
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/226.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 226
Title: SaveRecordStore.delete() has a TOCTOU race with a concurrent put() for the same saveId
State: OPEN
Rank: 226
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/229.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 229
Title: resolveApplications removes a JobOpening entirely on hire, not decrementing positionsAvailable
State: OPEN
Rank: 229
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
4 changes: 2 additions & 2 deletions design/state/work/234.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# work/234
Issue: 234
Title: Spike: generic scene-presentation layer (Municipality reference) ΓÇö not engine work, will move to SubZeroDev.Presentation
Title: Spike: generic scene-presentation layer (Municipality reference) not engine work, will move to SubZeroDev.Presentation
State: OPEN
Rank: 234
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/237.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 237
Title: validateUnreachableItems predates `shop`: a purchasable item is reported unreachable
State: OPEN
Rank: 237
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
4 changes: 2 additions & 2 deletions design/state/work/245.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# work/245
Issue: 245
Title: Nothing checks emitted → registered for reason codes, and hand-auditing has now failed twice
Title: Nothing checks emitted registered for reason codes, and hand-auditing has now failed twice
State: OPEN
Rank: 18
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/266.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 266
Title: Forking a session at an earlier point should be a store operation
State: OPEN
Rank: milestone/13
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/267.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 267
Title: Provisional simulation-kind numbers need a balancing pass
State: OPEN
Rank: 19
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/268.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 268
Title: ChainScope's "profile" value has nowhere to persist
State: OPEN
Rank: 20
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/269.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 269
Title: Hosted MCP contract in SubZeroDev.Platform needs its W48 mirror (preview_action)
State: OPEN
Rank: 21
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
2 changes: 1 addition & 1 deletion design/state/work/270.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Issue: 270
Title: Extract a shared SystemPipeline substrate for tick-driven kinds (simulation + world-graph)
State: OPEN
Rank: 22
MirroredAt: 9da79de055bdb13513121bfe7681b9c03443ea39
MirroredAt: 7c86a22eb514a097a24b08abd1d7d72b0aab2362
Criteria:
Loading
Loading