Skip to content

docs(skills): remove stale templates repo pointer from README - #8974

Merged
os-zhuang merged 1 commit into
mainfrom
claude/issue-8694-readme-templates-pointer
Aug 16, 2026
Merged

docs(skills): remove stale templates repo pointer from README#8974
os-zhuang merged 1 commit into
mainfrom
claude/issue-8694-readme-templates-pointer

Conversation

@os-zhuang

Copy link
Copy Markdown
Contributor

Fixes #8694

What changed

skills/README.md, under Related repositories, listed
objectstack-ai/templates as a "template library consumed by
create-objectstack". Both halves were false: the repository was
delisted 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 repository
anymore.

Fix

Removed the ../templates bullet entirely (docs-only, skills/README.md
lines 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-objectstack scaffolds referenced skill names from
this 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 ../objectui entry 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 in
packages/create-objectstack/src/rewrite-identity.ts, and a comment in
packages/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 — no check:*
    family names this path directly (the doc-scoped families
    check:doc-authoring/check:doc-anchors/check:docs-audit-scope
    scope to content/docs/ and .claude//SKILL.md frontmatter, not
    skills/README.md prose).
  • pnpm check:nul-bytes — green (check-nul-bytes: OK, 5936 tracked
    text files scanned, no raw control bytes).
  • Head at time of this verification run: 56064bca8.

ADR-class — awaits manual merge

skills/** is a skill root; per the maintainer's standing ADR-class
rule 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/*.md added; will apply the skip-changeset label once
the PR exists.

Generated by Claude Code


Generated by Claude Code

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
@vercel

vercel Bot commented Aug 16, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
objectstack Ignored Ignored Aug 16, 2026 3:33am

Request Review

@os-zhuang os-zhuang added skip-changeset PR has no user-facing published change; bypasses the changeset gate and removed size/xs labels Aug 16, 2026 — with Claude
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Aug 16, 2026
@os-zhuang
os-zhuang marked this pull request as ready for review August 16, 2026 04:05
@os-zhuang
os-zhuang added this pull request to the merge queue Aug 16, 2026
Merged via the queue into main with commit 3204c78 Aug 16, 2026
28 checks passed
@os-zhuang
os-zhuang deleted the claude/issue-8694-readme-templates-pointer branch August 16, 2026 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation skip-changeset PR has no user-facing published change; bypasses the changeset gate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

skills/README.md still lists objectstack-ai/templates as the template library "consumed by create-objectstack"

2 participants