chore: point metadata at the PCMStack/converter repository - #52
Open
mpicciolli wants to merge 7 commits into
Open
chore: point metadata at the PCMStack/converter repository#52mpicciolli wants to merge 7 commits into
mpicciolli wants to merge 7 commits into
Conversation
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>
There was a problem hiding this comment.
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-convertertoPCMStack/converter. - Updated
package.jsonmetadata (author,repository.url) to the new org/repo. - Added/expanded terminology guidance in
AGENTS.mdand 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.
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>
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.
Summary
The repository moved to the
PCMStackorganization and was renamed toconverter. This updates every reference to the oldmpicciolli/cdb-converterlocation:package.json:repository.urlandauthorREADME.md: CI badge targetsamples/browser/index.html: GitHub and License footer linksAlso included (unrelated to the move, small enough to ride along):
AGENTS.md: a Terminology section fixing the CDB / database / save vocabularyREADME.md: realigned two markdown tablesThe npm package name (
cdb-converter) is unchanged.Test plan
npm test) covers the rest.grep -ri mpicciollireturns nothing outsideLICENSE(intentional, see below).Follow-ups (not in this PR)
owner/repo— the OIDC publish workflow will fail on the next tag until the trusted publisher is re-pointed toPCMStack/converteron npmjs.com.LICENSEstill readsCopyright (c) 2025 Mathieu Picciolli; keep or switch to the org.bugs.urlandhomepagetopackage.jsonso npm links to the new repo.🤖 Generated with Claude Code