feat(community): add functional packages and phase three delivery plan

This commit is contained in:
2026-09-06 01:19:29 +08:00
parent 99a92e9eb1
commit 9497519e8b
19 changed files with 675 additions and 2 deletions
@@ -0,0 +1,13 @@
commands:
- command_id: markdown-workbench.inspect-selection
title: 检查选中 Markdown
description: 对当前选区生成标题、任务和格式问题统计,不修改原文。
icon: document
locations: [command_palette, context_menu]
when: [editor.has_selection]
context: [selection]
mcp_tool: markdown-workbench.selection_report
parameters:
type: object
properties: {}
additionalProperties: false