FUll implementation plan (first draft)
This commit is contained in:
		| @@ -37,6 +37,8 @@ src/ | ||||
|  | ||||
| **Language/runtime**: .NET 10 **Native AOT** for speed/startup; Linux builds use **musl** static when possible. | ||||
|  | ||||
| **Plug-in verbs.** Non-core verbs (Excititor, runtime helpers, future integrations) ship as restart-time plug-ins under `plugins/cli/**` with manifest descriptors. The launcher loads plug-ins on startup; hot reloading is intentionally unsupported. | ||||
|  | ||||
| **OS targets**: linux‑x64/arm64, windows‑x64/arm64, macOS‑x64/arm64. | ||||
|  | ||||
| --- | ||||
| @@ -386,4 +388,3 @@ script: | ||||
| * macOS: 13–15 (x64, arm64). | ||||
| * Windows: 10/11, Server 2019/2022 (x64, arm64). | ||||
| * Docker engines: Docker Desktop, containerd‑based runners. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user