Skip to content

docs: point public project links to Anionex - #10

Merged
Anionex merged 1 commit into
Anionex:mainfrom
knlght:docs/fix-public-repo-urls
Aug 14, 2026
Merged

docs: point public project links to Anionex#10
Anionex merged 1 commit into
Anionex:mainfrom
knlght:docs/fix-public-repo-urls

Conversation

@knlght

@knlght knlght commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Point public repository, issue, support, changelog, landing-page, and package metadata links at Anionex/dsh-vision-toolkit while keeping the npm package name @dsh-external/dsh-vision-toolkit unchanged.
  • Update the landing page URLs that the original patch missed.
  • Use existing public commit ranges for the historical 0.1.0-0.1.2 changelog links, because those historical tags remain only in the former private repository. The current v0.1.4 public release remains owned by main.
  • Update scripts/verify-portable.mjs to validate the new package metadata and reject the retired public repository URL across the public project surfaces.

Windows guidance review

The original Windows notes were removed rather than rewritten:

Original note Final treatment Evidence
Disable core.autocrlf before cloning Removed #14 added .gitattributes byte preservation and a real core.autocrlf=true checkout regression to the portable gate.
Manually install/link out-of-tree dependencies Removed #14 switched to the host-provided namespaced schema peer and verified a clean tarball/profile install without the junction workaround.
Override WindowsApps Python stubs Removed as a dedicated workaround #4 probes candidates and resolves the selected interpreter to an absolute executable before uv; the existing runtime.python reference already documents the supported override. #13 separately enforces UTF-8 subprocess and trace contracts.

No Windows workaround section remains in the diff.

Copilot inline comments

  • index.html still used the old repository: fixed all six landing-page occurrences.
  • scripts/verify-portable.mjs expected the old metadata: fixed and covered with a retired-URL regression check.
  • The two autocrlf command comments are superseded because the obsolete workaround was removed entirely.

All four comments are addressed by the updated diff.

Verification

Passed:

  • git diff --check vision-upstream/main...HEAD
  • npm run verify:portable — 26 required files, 21 JavaScript files, 24 images; includes npm pack --dry-run --ignore-scripts
  • retired public repository URL scan across README, support, issue template, changelog, landing page, and package metadata
  • bilingual README repository URL comparison
  • HTTP checks for the changed repository, Issues, Support, landing-page assets, current v0.1.4 release, and historical changelog commit ranges — all returned 200
  • fresh adversarial Codex review — no reasonable high-value actionable findings

Full TypeScript build/tests are not claimed from this isolated out-of-tree worktree. The package's TypeScript configuration intentionally resolves DSH source types through sibling ../packages and ../vendor paths. A build attempt with the available newer local DSH facade failed on pre-existing API type mismatches, and standalone dependency installation failed because the @deepseek-ai/dsh-* peer packages are not published at the declared ^0.0.1 ranges. The dependency-free portable/package gate above is the relevant acceptance path for this documentation and verifier-only change.

This PR has not been merged.

Copilot AI lite review requested due to automatic review settings August 14, 2026 04:19

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates project documentation and metadata to reflect the public GitHub repository location and to improve Windows installation guidance.

Changes:

  • Repointed multiple documentation/support links from dsh-external/dsh-vision-toolkit to Anionex/dsh-vision-toolkit.
  • Removed “private repo access” prerequisites from Quick start sections.
  • Added Windows installation notes (autocrlf, WindowsApps Python stubs, out-of-tree dependency resolution).

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
SUPPORT.md Updates issue/PR and issue-chooser URLs to the public GitHub org.
README.md Fixes release/clone/issues links and adds Windows install notes.
README.zh.md Mirrors README updates for Chinese documentation, including Windows notes.
package.json Updates repository and bugs metadata to the public GitHub org.
CHANGELOG.md Updates compare/release reference URLs to the public GitHub org.
.github/ISSUE_TEMPLATE/config.yml Updates support link to the public GitHub org.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread README.md Outdated
Comment thread README.zh.md Outdated
Comment thread README.md Outdated
Comment thread package.json
Update the public README, landing page, support, issue-template, changelog, and package metadata links to the live Anionex repository. Keep the npm package scope unchanged and extend the portable gate so retired repository URLs cannot return on public surfaces.

Drop the Windows checkout and dependency workarounds from the original proposal because PR Anionex#14 fixed both in the package. The existing Python override documentation already covers interpreter discovery after PR Anionex#4 made bootstrap resolution explicit.

Co-Authored-By: DeepSeek Harness <noreply@deepseek.com>
@Anionex
Anionex force-pushed the docs/fix-public-repo-urls branch from cf945a3 to 3d4705b Compare August 14, 2026 06:41
@Anionex Anionex changed the title docs: fix public repo URLs and add Windows install notes docs: point public project links to Anionex Aug 14, 2026
@knlght knlght closed this Aug 14, 2026
@knlght

knlght commented Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

Closing this PR: the underlying Windows install issues have been fixed at the code level by #13 and #14 (scoped schemastery peer import, byte-preserved vendored snapshot, Windows trace/UTF-8 contracts), which supersede the documentation workarounds proposed here. The repo-URL cleanup can be handled separately by the maintainers if still wanted (note: index.html and scripts/verify-portable.mjs still reference the old org). Thanks for the quick fixes!

@Anionex
Anionex merged commit 80da7ee into Anionex:main Aug 14, 2026
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.

3 participants