Fix broken @objectstack/spec links in documentation#107
Merged
hotlong merged 2 commits intocopilot/remove-packages-uifrom Jan 25, 2026
Merged
Fix broken @objectstack/spec links in documentation#107hotlong merged 2 commits intocopilot/remove-packages-uifrom
hotlong merged 2 commits intocopilot/remove-packages-uifrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix build issue in CI workflow
Fix broken @objectstack/spec links in documentation
Jan 25, 2026
hotlong
approved these changes
Jan 25, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes broken documentation links by replacing non-existent npm package URLs with the correct GitHub repository URL for @objectstack/spec. The CI workflow failed due to 403 errors when checking the npm links because the package doesn't exist on npm - the spec lives on GitHub instead.
Changes:
- Updated all
@objectstack/specreferences fromhttps://www.npmjs.com/package/@objectstack/spectohttps://github.com/objectstack-ai/spec - Fixed 6 total link instances across 4 documentation files
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updated 1 link in the Protocol Compliance section |
| ARCHITECTURE.md | Updated 2 links in the Protocol Foundation and Three-Repository Model sections |
| docs/SPEC_REFACTORING.md | Updated 2 links in the Overview and Resources sections |
| packages/kernel/README.md | Updated 1 link in the package description |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The check-links CI workflow failed due to 403 errors on npm package links for
@objectstack/spec. The package doesn't exist on npm; the spec lives at https://github.com/objectstack-ai/spec.Changes
Replaced all npm package URLs with GitHub repository URLs across documentation:
Files updated:
README.md(1 link)ARCHITECTURE.md(2 links)docs/SPEC_REFACTORING.md(2 links)packages/kernel/README.md(1 link)Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.