Skip to content

Game versions become the fourth derived tag group - #134

Merged
roowus merged 2 commits into
mainfrom
feat/version-tags
Aug 28, 2026
Merged

Game versions become the fourth derived tag group#134
roowus merged 2 commits into
mainfrom
feat/version-tags

Conversation

@roowus

@roowus roowus commented Aug 28, 2026

Copy link
Copy Markdown
Owner

What

Owner: "also add version numbers to the tag" — plus the PML Core/PML API summary fix from the question that preceded it (both commits ride this PR).

Version tags

Fourth application of the derivation rule (format → persons → no-build prose → versions): every chip a card states about itself is computed from the row's own fields, never hand-written into tags.

  • The chip is the versions the row COVERS, not its gameVersions list — computed with buildsForGameVersion against a universe (every release version in the catalog + the launcher default, newest first). Chipping the literal range string would have made the 0.6.2 filter falsely drop poly-to-track, the one native mod; expanding to covered versions keeps it, pinned by unit test AND smoke:registry leg 2d (chip narrows to exactly the eight covering rows, range entry among them — the inverse of the thirteen-warned assertion, one predicate).
  • Prereleases excluded from the universe — a beta chip answers nobody's filter question; the detail page's GAME VERSIONS facts row still shows the full list.
  • Filter and chips agree by construction: searchRegistry derives its own universe from the entries in scope, the grid passes the tab's, the detail page the registry's.
  • Monospace (.tag-version) is the only visual signature; the coarse-pointer tap-target rule updated for the card-span variant.

PML Core / PML API summaries

Both rows now answer "do I need this?" on the card: not needed under TSPML — the adapter supplies the PML runtime; nothing in the catalog depends on either. The pmlapi summary also dropped a stale "mixins cannot carry across" clause (#133 made it untrue).

Proof

  • Portal 728 tests (722 → 728; registry.test.ts 80 → 86), repo-wide 1,341 green.
  • tsc clean; smoke typecheck clean and run after the last script edit.
  • smoke:registry PASS with leg 2d; screenshot review done (four labelled rows: loader / category / version / people, versions newest-first).

Docs (same merge)

docs/project/progress.md new section, docs/concepts/pml-compatibility.md catalog section, README bullet + count 1,341.

roowus added 2 commits August 28, 2026 12:28
…the card

Both rows now say outright what the adapter means for them: TSPML supplies
the PML runtime itself, so neither is required — install only if a mod asks
by name (nothing in the catalog does). The pmlapi summary also dropped a
stale clause claiming mixins 'cannot carry across'; token-anchored ones have
since #133.
Owner: "also add version numbers to the tag". Fourth application of the
derivation rule (format, persons, no-build prose, versions): everything a card
states about itself is computed from the row's own fields.

The chip is the versions the row COVERS, not the gameVersions list: computed
with buildsForGameVersion against a universe (every release version in the
catalog + the launcher default, newest first). Chipping the literal range
string would have made the 0.6.2 filter falsely drop poly-to-track, the one
native mod — pinned by unit test and smoke:registry leg 2d (chip narrows to
exactly the eight covering rows, range entry among them; the inverse of the
thirteen-warned assertion, one predicate).

Prereleases are excluded from the universe — a beta chip answers nobody's
filter question; the detail facts row still shows the full list. The filter
and the chips agree by construction: searchRegistry derives its own universe
from the entries in scope, the grid passes the tab's, the detail page the
registry's. Monospace (.tag-version) is the only visual signature.

Portal 722 -> 728 tests (registry.test.ts 80 -> 86); repo-wide 1,341 green;
smoke typecheck after the last script edit; smoke:registry PASS with the new
leg; screenshot review done (four labelled rows: loader/category/version/people).
@vercel

vercel Bot commented Aug 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tspml Ready Ready Preview Aug 28, 2026 8:42pm

@roowus
roowus merged commit 90f251a into main Aug 28, 2026
5 checks passed
@roowus
roowus deleted the feat/version-tags branch August 28, 2026 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant