Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: fix stale .ts adapter references in skills and guides#954

Merged
jackwener merged 3 commits into
mainfrom
fix/skill-ts-to-js-refs
Apr 11, 2026
Merged

docs: fix stale .ts adapter references in skills and guides#954
jackwener merged 3 commits into
mainfrom
fix/skill-ts-to-js-refs

Conversation

@jackwener
Copy link
Copy Markdown
Owner

Summary

  • Fix 28 instances of .ts adapter file references that should be .js across skills and docs
  • Affected files: opencli-oneshot SKILL.md, opencli-autofix SKILL.md, opencli-explorer references (adapter-templates, advanced-patterns, record-workflow), electron-app-cli guide
  • These would mislead users into creating .ts files that won't auto-register after the JS-first migration

Test plan

  • Verify no remaining clis/<site>/<name>.ts patterns in skills/
  • Verify docs/guide references use .js

All adapters are now .js files. Update references in:
- opencli-oneshot SKILL.md (7 instances)
- opencli-autofix SKILL.md (1 instance)
- opencli-explorer references (15 instances)
- electron-app-cli guide (5 instances)
- Plugin type column: YAML/TS → JS (all 4 plugins have JS conversion PRs)
- synthesize command: "YAML adapters" / "TS adapters" → "JS adapters"
- zh index: remove "YAML 声明式" reference
- zh README: add missing vk plugin entry
- electron-app-cli.md: "TypeScript desktop adapter" → "desktop adapter", file layout .ts → .js
- adapter-templates.md: section title "提取 utils.ts" → "提取 utils.js"
- opencli-explorer SKILL.md: "写 following.ts" → "写 following.js"
@jackwener jackwener merged commit 892ddcb into main Apr 11, 2026
11 checks passed
@jackwener jackwener deleted the fix/skill-ts-to-js-refs branch April 11, 2026 05:13
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.

1 participant