Skip to content

chore: point metadata at the PCMStack/converter repository - #52

Open
mpicciolli wants to merge 7 commits into
mainfrom
chore/repo-owner-pcmstack
Open

chore: point metadata at the PCMStack/converter repository#52
mpicciolli wants to merge 7 commits into
mainfrom
chore/repo-owner-pcmstack

Conversation

@mpicciolli

Copy link
Copy Markdown
Collaborator

Summary

The repository moved to the PCMStack organization and was renamed to converter. This updates every reference to the old mpicciolli/cdb-converter location:

  • package.json: repository.url and author
  • README.md: CI badge target
  • samples/browser/index.html: GitHub and License footer links

Also included (unrelated to the move, small enough to ride along):

  • AGENTS.md: a Terminology section fixing the CDB / database / save vocabulary
  • README.md: realigned two markdown tables

The npm package name (cdb-converter) is unchanged.

Test plan

  • Docs/metadata only, no source changes; CI (npm test) covers the rest.
  • grep -ri mpicciolli returns nothing outside LICENSE (intentional, see below).

Follow-ups (not in this PR)

  • npm trusted publishing is bound to the old owner/repo — the OIDC publish workflow will fail on the next tag until the trusted publisher is re-pointed to PCMStack/converter on npmjs.com.
  • LICENSE still reads Copyright (c) 2025 Mathieu Picciolli; keep or switch to the org.
  • Consider adding bugs.url and homepage to package.json so npm links to the new repo.

🤖 Generated with Claude Code

The repository moved to the PCMStack organization and was renamed to
"converter". Update the repository URL, author, CI badge and sample links
accordingly. Also document the CDB / database / save terminology in AGENTS.md
and realign two README tables.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 10, 2026 12:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates repository metadata and documentation links to reflect the move/rename to PCMStack/converter, while also making small documentation-only formatting/wording improvements.

Changes:

  • Repointed GitHub references (CI badge and sample footer links) from mpicciolli/cdb-converter to PCMStack/converter.
  • Updated package.json metadata (author, repository.url) to the new org/repo.
  • Added/expanded terminology guidance in AGENTS.md and realigned two README markdown tables.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
samples/browser/index.html Updates footer links to the new GitHub repository and LICENSE URL.
README.md Updates CI badge target to the new repo and adjusts markdown table formatting.
package.json Updates package metadata to point at PCMStack/converter.
AGENTS.md Adds a Terminology section clarifying CDB/database/save vocabulary.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

mpicciolli and others added 6 commits August 10, 2026 08:19
A .cdb is a database whatever its provenance: career save, official
Cyanide release or community update. "Save" only describes a .cdb the
game itself wrote into an edition's Cloud/ folder, so it never belongs
in copy about the converter, which accepts any .cdb.

Also states explicitly that the conversion runs client-side.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
A link to the demo shared on Discord, Reddit or the PCM forum rendered
as a bare URL. Adds the PCMStack favicon, a meta description and full
og:/twitter: tags, plus a 1200x630 card generated from an SVG source
kept alongside the PNG so it stays editable.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Someone arriving from an external link had no way to discover the rest
of the stack: the footer only carried GitHub and License. Adds a
PCMStack header linked to pcmstack.com and a footer listing pcm-mcp and
the editor, the latter described as still in design with nothing to
install.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…CDNs

The page hands the user's own database to the code it loads, so relying
on jsDelivr and cdnjs was both an availability risk and a needless
third-party request. Pico v2.1.1 and sql.js 1.14.1 (the version already
in package.json, up from the 1.10.2 the CDN served) now ship from the
same origin, with locateFile pointed at the vendored .wasm.

vendor/ is excluded from Biome so the minified artifacts survive intact.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The fonts gave the page away before the colour did, so they go first:
Archivo Expanded for display, Space Grotesk for text, Space Mono for
code and labels, imported with display=swap and warmed by a preconnect.

Declares the PCMStack tokens in :root with the values from the design
system, then maps them onto Pico's own variables rather than rewriting
the markup. Pico scopes its light palette to :root:not([data-theme=dark]),
so the mapping matches that specificity and <html> is pinned to light:
this brand has no dark counterpart.

Specific treatments: the title is a race-poster cartouche, the dropzone
takes a solid ink border and a hard shadow on drag and once armed, and
the logs and usage panels read as terminals on ink.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.

2 participants