| 1 | namespace AgentForge.Plugin.Sdk; |
| 2 | |
| 3 | /// <summary>Meta-package anchor — plugin helpers live in the host under this namespace (ADR-0014).</summary> |
| 4 | public static class ForgePluginSdk |
| 5 | { |
| 6 | public const string Version = "0.2.0"; |
| 7 | } |
| 8 | |
View only · write via MCP/CIDE