Skip to content

Commit 19c6b51

Browse files
committed
chore: archive completed specs and add VSIX resources
Archived changes: - add-cli-integration-tests - add-module-template - adopt-vsixmanifest-format Merged specs: - cli-testing/spec.md (new) - module-template/spec.md (new) - runtime/spec.md (updated with vsixmanifest format) VSIX resources: - Added icon.png, LICENSE.txt - Added ProjectTemplates directory - Updated csproj with resource references - Fixed GitHub URL to AgiBuild/Modulus
1 parent 3118f9e commit 19c6b51

File tree

20 files changed

+487
-19
lines changed

20 files changed

+487
-19
lines changed

openspec/changes/add-cli-integration-tests/design.md renamed to openspec/changes/archive/2025-12-15-add-cli-integration-tests/design.md

File renamed without changes.

openspec/changes/add-cli-integration-tests/proposal.md renamed to openspec/changes/archive/2025-12-15-add-cli-integration-tests/proposal.md

File renamed without changes.

openspec/changes/add-cli-integration-tests/specs/cli-testing/spec.md renamed to openspec/changes/archive/2025-12-15-add-cli-integration-tests/specs/cli-testing/spec.md

File renamed without changes.

openspec/changes/add-cli-integration-tests/tasks.md renamed to openspec/changes/archive/2025-12-15-add-cli-integration-tests/tasks.md

File renamed without changes.

openspec/changes/add-module-template/design.md renamed to openspec/changes/archive/2025-12-15-add-module-template/design.md

File renamed without changes.

openspec/changes/add-module-template/proposal.md renamed to openspec/changes/archive/2025-12-15-add-module-template/proposal.md

File renamed without changes.

openspec/changes/add-module-template/specs/module-template/spec.md renamed to openspec/changes/archive/2025-12-15-add-module-template/specs/module-template/spec.md

File renamed without changes.

openspec/changes/add-module-template/tasks.md renamed to openspec/changes/archive/2025-12-15-add-module-template/tasks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## 0. 前置条件
44

5-
- [ ] 0.1 确认 Modulus.Sdk 已发布到 NuGet
6-
- [ ] 0.2 确认 Modulus.UI.Abstractions 已发布到 NuGet
7-
- [ ] 0.3 确认 Modulus.UI.Avalonia 已发布到 NuGet
5+
- [x] 0.1 确认 Modulus.Sdk 已发布到 NuGet
6+
- [x] 0.2 确认 Modulus.UI.Abstractions 已发布到 NuGet
7+
- [x] 0.3 确认 Modulus.UI.Avalonia 已发布到 NuGet
88

99
## 1. Visual Studio 项目模板
1010

@@ -20,7 +20,7 @@
2020
- UI.Blazor 子项目模板
2121
- extension.vsixmanifest
2222
- [x] 1.4 创建模板安装脚本(PowerShell)
23-
- [ ] 1.5 验证 VS 模板在 Visual Studio 中可用(需手动测试)
23+
- [x] 1.5 验证 VS 模板在 Visual Studio 中可用(需手动测试)
2424

2525
## 2. CLI 模板引擎
2626

@@ -39,9 +39,9 @@
3939

4040
## 4. 验证和测试
4141

42-
- [ ] 4.1 验证 VS 模板生成的 Avalonia 项目可编译(需 NuGet 包发布后)
43-
- [ ] 4.2 验证 VS 模板生成的 Blazor 项目可编译(需 NuGet 包发布后)
42+
- [x] 4.1 验证 VS 模板生成的 Avalonia 项目可编译(需 NuGet 包发布后)
43+
- [x] 4.2 验证 VS 模板生成的 Blazor 项目可编译(需 NuGet 包发布后)
4444
- [x] 4.3 验证 CLI 生成的 Avalonia 项目结构正确
4545
- [x] 4.4 验证 CLI 生成的 Blazor 项目结构正确
46-
- [ ] 4.5 验证生成的模块可被 Host 加载(需 NuGet 包发布后)
46+
- [x] 4.5 验证生成的模块可被 Host 加载(需 NuGet 包发布后)
4747

openspec/changes/adopt-vsixmanifest-format/design.md renamed to openspec/changes/archive/2025-12-15-adopt-vsixmanifest-format/design.md

File renamed without changes.

openspec/changes/adopt-vsixmanifest-format/proposal.md renamed to openspec/changes/archive/2025-12-15-adopt-vsixmanifest-format/proposal.md

File renamed without changes.

0 commit comments

Comments
 (0)