Skip to content

chore(links): repoint self-referential repo links to DIG-Network/digs (#764) - #28

Merged
MichaelTaylor3d merged 1 commit into
mainfrom
chore/digs-repo-self-refs-f2d
Jul 19, 2026
Merged

chore(links): repoint self-referential repo links to DIG-Network/digs (#764)#28
MichaelTaylor3d merged 1 commit into
mainfrom
chore/digs-repo-self-refs-f2d

Conversation

@MichaelTaylor3d

Copy link
Copy Markdown
Contributor

Summary

Part of the F2d reference sweep (#764). The repo's git remote already tracks DIG-Network/digs, but several hard-coded self-referential URLs still pointed at the pre-rename DIG-Network/dig-store:

  • Cargo.toml repository = ... on the three publishable crates (dig-client-wasm, digstore-core, digstore-subscription)
  • README.md badges/links, SPEC.md, runbooks/release.md prose
  • .github/ISSUE_TEMPLATE/config.yml (security policy / discussions links)
  • .github/workflows/nightly-release.yml comment
  • action.yml (uses:-style repository checkout target)

Excluded (git-ignored wasm-pack build output, not source): crates/dig-client-wasm/pkg/**, crates/dig-client-wasm/pkg-node/**.

Scope discipline: only the repo-URL/repository= field changed; the crate/binary/CLI names (dig-store, digstore, digs) are untouched.

Blast radius checked

Metadata/doc-only edits (Cargo.toml repository field, markdown, YAML comments/links). No code logic touched.

Test plan

  • cargo build --workspace clean (after the required guest-wasm build prereq)
  • cargo fmt --all -- --check clean
  • Version bumped: workspace 0.17.0 -> 0.17.1, dig-client-wasm 0.1.0 -> 0.1.1 (patch -- link/metadata fix, no behavior change)

Co-Authored-By: Claude noreply@anthropic.com

… (#764)

The repo's remote already tracks DIG-Network/digs (the rename landed at
the GitHub level), but README/SPEC/runbook prose, CI workflow comments,
the issue-template links, action.yml's checkout target, and the
Cargo.toml `repository` field on the three publishable crates
(dig-client-wasm, digstore-core, digstore-subscription) still hard-coded
the pre-rename DIG-Network/dig-store URL.

Repoints all of them to DIG-Network/digs -- pure link/metadata edits, no
crate/binary/CLI name change (dig-store/digstore/digs stay as-is).

Co-Authored-By: Claude <noreply@anthropic.com>
@MichaelTaylor3d
MichaelTaylor3d merged commit fbb3e00 into main Jul 19, 2026
10 checks passed
@MichaelTaylor3d
MichaelTaylor3d deleted the chore/digs-repo-self-refs-f2d branch July 19, 2026 23:27
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