Skip to content

corrected the metadata of the project#67

Open
MdSadiqMd wants to merge 1 commit intohyperpush-org:mainfrom
MdSadiqMd:sadiq/harden-existing-mesher-ingestion
Open

corrected the metadata of the project#67
MdSadiqMd wants to merge 1 commit intohyperpush-org:mainfrom
MdSadiqMd:sadiq/harden-existing-mesher-ingestion

Conversation

@MdSadiqMd
Copy link
Copy Markdown
Collaborator

@MdSadiqMd MdSadiqMd commented Apr 13, 2026

Closes #29

Summary

Normalize public repository references from hyperpush-org/hyperpush-mono to hyperpush-org/hyperpush across all external-facing surfaces while preserving internal workspace compatibility with the hyperpush-mono local path structure.

Changes:

  • Updated GitHub URLs in issue templates, README, landing links, and verification scripts
  • Changed documentation titles from "Hyperpush Mono" to "Hyperpush"
  • Added repository field to mesher/mesh.toml pointing to canonical URL
  • Enhanced toolchain resolver to accept both hyperpush-mono and hyperpush workspace root names
  • Updated verification needles to match new canonical naming

This aligns the public repo identity with the post-split truth while maintaining backward compatibility for local workspace structures that still use hyperpush-mono/mesher paths.

Related issues

Part of the Mesher ingestion and project/event model hardening work. Addresses the repo identity normalization requirement where "public repo truth should read hyperpush-org/hyperpush even though local workspace evidence still references local compatibility path."

Verification

# Verify all modified files are syntactically valid
git diff --name-only | xargs -I {} bash -c 'echo "Checking: {}"; head -1 {}'

# Run landing surface verifier to confirm contract compliance
bash scripts/verify-landing-surface.sh

# Run maintainer surface verifier to confirm Mesher contract compliance
bash mesher/scripts/verify-maintainer-surface.sh

# Verify toolchain resolution still works with both naming conventions
cd mesher && bash scripts/lib/mesh-toolchain.sh

@MdSadiqMd MdSadiqMd requested a review from snowdamiz as a code owner April 13, 2026 08:18
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.

Hyperpush core parity: audit and harden existing Mesher ingestion and project/event model

1 participant