Skip to content

Point at commandprompt/pgcolumnar after the org move - #380

Merged
jdatcmd merged 1 commit into
mainfrom
docs/org-move
Aug 4, 2026
Merged

Point at commandprompt/pgcolumnar after the org move#380
jdatcmd merged 1 commit into
mainfrom
docs/org-move

Conversation

@jdatcmd

@jdatcmd jdatcmd commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

What

The repository moved from jdatcmd to the commandprompt organisation. GitHub
redirects the old paths, so nothing breaks immediately, but a release should carry
canonical URLs.

The one that would have broken quietly

.github/workflows/nightly.yml gated three jobs on:

if: github.event_name == 'workflow_dispatch' || github.repository == 'jdatcmd/pgcolumnar'

After the transfer that condition is false, so every nightly would have skipped
itself and reported success by not running
. Found by reading the diff, which is the
only way that class of thing gets found: a job that skips is green.

Also

GitHub Pages follows the owner, so jdatcmd.github.io/pgcolumnar becomes
commandprompt.github.io/pgcolumnar (confirmed live). Updated in mkdocs.yml
site_url, README.md and docs/testing.md.

27 URL references across docs/, mkdocs.yml and the workflow.

Deliberately not changed

.mailmap and PROVENANCE.md keep their jdatcmd references. Those name a
commit-author identity and the clean-room record, not a repository location, and
rewriting them would falsify history.

HANDOFF.md is gitignored and untracked.

Verification

docs_style.sh passes. No source change.

🤖 Generated with Claude Code

The repository moved from jdatcmd to the commandprompt organisation. GitHub
redirects the old paths, so nothing breaks immediately, but the canonical URLs
in a release should be the real ones.

The one that would have broken quietly: .github/workflows/nightly.yml gated
three jobs on

    github.repository == 'jdatcmd/pgcolumnar'

so every nightly would have skipped itself after the transfer, reporting
success by not running. Found by reading the diff rather than by a failure,
which is the only way that class of thing gets found.

Also moves the documentation site, since GitHub Pages follows the owner:
jdatcmd.github.io/pgcolumnar becomes commandprompt.github.io/pgcolumnar, in
mkdocs.yml site_url, README and docs/testing.md.

.mailmap and PROVENANCE.md keep their jdatcmd references on purpose. Those name
a commit-author identity and the clean-room record, not a repository location,
and rewriting them would falsify history.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@jdatcmd
jdatcmd merged commit 36350b9 into main Aug 4, 2026
11 checks passed
@jdatcmd
jdatcmd deleted the docs/org-move branch August 4, 2026 17:58
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