Skip to content

Fix broken @objectstack/spec links in documentation#107

Merged
hotlong merged 2 commits intocopilot/remove-packages-uifrom
copilot/fix-build-issue-in-ci
Jan 25, 2026
Merged

Fix broken @objectstack/spec links in documentation#107
hotlong merged 2 commits intocopilot/remove-packages-uifrom
copilot/fix-build-issue-in-ci

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 25, 2026

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:

-[@objectstack/spec](https://www.npmjs.com/package/@objectstack/spec)
+[@objectstack/spec](https://github.com/objectstack-ai/spec)

Files updated:

  • README.md (1 link)
  • ARCHITECTURE.md (2 links)
  • docs/SPEC_REFACTORING.md (2 links)
  • packages/kernel/README.md (1 link)
Original prompt

引用: https://github.com/objectstack-ai/objectos/actions/runs/21330066928/job/61393723385#step:3:1


💡 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.

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
objectos-site Error Error Jan 25, 2026 9:15am

Request Review

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
Copilot AI requested a review from xuyushun441-sys January 25, 2026 09:17
@hotlong hotlong marked this pull request as ready for review January 25, 2026 09:19
Copilot AI review requested due to automatic review settings January 25, 2026 09:19
@hotlong hotlong merged commit ea21304 into copilot/remove-packages-ui Jan 25, 2026
4 of 5 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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/spec references from https://www.npmjs.com/package/@objectstack/spec to https://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

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.

4 participants