website: gate every yaml config example against the real plugin surface

New doc-sync gate verify-website-yaml: each ```yaml block under
website/zh-CN (api/ excluded — generator-owned) must parse with the loader's
real schema (JSON_SCHEMA + !!js), use only EntryOptions keys, name only real
workspace packages, and pass only config keys the plugin's declared Config
type / schemastery schema accepts (collectConfigCatalog drives the key sets).
```yaml ignore-check opts out a deliberate-placeholder block (the
capability-trio tutorial keeps its fictional package names).
This commit is contained in:
lintianle
2026-07-16 18:13:04 +08:00
parent 83cb48441e
commit da26138592
4 changed files with 288 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ export function apply(ctx: Context) {
### 在 cordis.yml 中组合
```yaml
```yaml ignore-check
- name: '@deepseek-ai/dsh-my-cap-local'
- name: '@deepseek-ai/dsh-tool-my-cap'
```