Add project metadata and docs
build-winui / winui (push) Has been cancelled

This commit is contained in:
QWQLwToo
2026-06-26 13:26:40 +08:00
parent e43a25ce71
commit f59190251d
32 changed files with 5492 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
# Contributing
## Add A Tool
1. Add metadata to `ToolCatalog`.
2. Add core execution logic to `ToolExecutor` or a dedicated service.
3. Add tests in `YMhut.Box.Tests`.
4. Verify the tool appears in `ToolboxPage`, opens in `ToolDetailPage`, and writes recent-tool history.
Use `IApiManager` for remote tools and keep parsing logic unit-testable.