docs(skills): remove stale templates repo pointer from README - #8974
Merged
Conversation
The `../templates` entry under "Related repositories" claimed create-objectstack still consumes objectstack-ai/templates as a scaffold source. Both halves are false: the repository was delisted from the official marketplace and is no longer maintained (maintainer, 2026-08-14), and #8693 removed the tarball-fetch consumption path from create-objectstack entirely. Nothing in this repo currently consumes that repository, so the entry is removed rather than reworded. Fixes #8694
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
os-zhuang
marked this pull request as ready for review
August 16, 2026 04:05
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.
Fixes #8694
What changed
skills/README.md, under Related repositories, listedobjectstack-ai/templatesas a "template library consumed bycreate-objectstack". Both halves were false: the repository wasdelisted from the official marketplace and is no longer maintained
(maintainer, 2026-08-14: 「已经从官方应用市场下架了,停止维护了」), and
#8693 (merged) removed the tarball-fetch consumption path from
create-objectstack— nothing in this repo consumes that repositoryanymore.
Fix
Removed the
../templatesbullet entirely (docs-only,skills/README.mdlines 115-117 at branch point). Verified stale at the fetched head
(
b50c0ef27) before editing.The bullet's trailing half-sentence — "Scaffolds reference these
skills; keep this index in sync when adding or renaming a skill" — was
removed along with it rather than kept standalone: its whole rationale
was that
create-objectstackscaffolds referenced skill names fromthis repo, which is no longer true now that the consumption path is
gone. Nothing else currently reads this "Related repositories" list in
a way that "keep in sync" would still be actionable advice for. The
remaining
../objectuientry is untouched and still accurate.Scope stops at this entry — the issue's on-card audit already reviewed
the other historical, past-tense references to
objectstack-ai/templates(
docs/PLATFORM_GAPS_FROM_TEMPLATES.md, a comment inpackages/create-objectstack/src/rewrite-identity.ts, and a comment inpackages/runtime/src/sandbox/nested-write-real-sqlite.integration.test.ts)and found them fine as-is; none of those are touched here.
Verification
node scripts/pm/dispatch-gates.mjs skills/README.md— nocheck:*family names this path directly (the doc-scoped families
check:doc-authoring/check:doc-anchors/check:docs-audit-scopescope to
content/docs/and.claude//SKILL.mdfrontmatter, notskills/README.mdprose).pnpm check:nul-bytes— green (check-nul-bytes: OK, 5936 trackedtext files scanned, no raw control bytes).
56064bca8.ADR-class — awaits manual merge
skills/**is a skill root; per the maintainer's standing ADR-classrule for this surface, this PR is not auto-mergeable and is left
as a draft, visibly awaiting a human merge. Please do not flip it to
ready or add it to the merge queue on my behalf.
Changeset
Docs-only prose fix with no package release surface — no
.changeset/*.mdadded; will apply theskip-changesetlabel oncethe PR exists.
Generated by Claude Code
Generated by Claude Code