chore: correct repository metadata URLs to stagecraft-ing/tenant-tail#9
Conversation
The published-surface metadata pointed at github.com/bartekus/tenant-tail, but the canonical repository (git remote, CI, releases, tags) is github.com/stagecraft-ing/tenant-tail. Corrects the repository, homepage, and issues URLs across the crate manifest, the npm package and its platform-package generator, and the PyPI project and its wheel/sdist metadata generator, so future publishes carry working links. Already-published 0.3.0 metadata on crates.io/npm/PyPI is immutable; this takes effect from the next release.
AI Code ReviewReviewSummaryThis diff is a pure metadata update: repository/homepage/issues URLs are migrated from Issues FoundMissing file:
|
chore: correct repository metadata URLs
The published-surface metadata pointed at
github.com/bartekus/tenant-tail, butthe canonical repository (git remote, CI, releases, and tags) is
github.com/stagecraft-ing/tenant-tail. This corrects therepository,homepage, andissuesURLs so future publishes carry working links.Changed
Cargo.toml:repository/homepage.npm/package.json:homepage,repository.url,bugs.url.npm/scripts/generate-platform-packages.js: therepository.urlstamped intoeach generated
@tenant-tail/cli-<triple>platform package.py/pyproject.toml:[project.urls]Homepage / Repository / Issues.py/scripts/generate_wheels.py: theProject-URL:lines and the refusal-sdistREADME pointer stamped into the wheel/sdist metadata.
Already-published 0.3.0 metadata on crates.io / npm / PyPI is immutable; this
takes effect from the next release. No behavioral change.
Testing
cargo fmt --check·build --workspace --locked·npm test(7/7) ·spec-spine
compile/index check/lint --fail-on-warnall green. No.deriveddrift (URLs are not indexed).Spec-Drift-Waiver: Cargo.toml, npm/package.json, py/pyproject.toml (and the npm/py generator scripts) metadata URL correction from bartekus/tenant-tail to the canonical stagecraft-ing/tenant-tail; a link-only change with no behavioral or spec-content change, so the owning specs (000-tenant-tail-bootstrap, 003-distribution) are unchanged.