Forge
markdown3407750f
1# Commercial Forge plugin template
2
3Copy this folder into a **private** `forge-zoo-*` repository before writing paid SKU code ([FORGE-ADR-0020](../design/FORGE-ADR-0020-commercial-plugins-and-repo-boundaries.md)).
4
5## Steps
6
71. Create or clone `AI-Guiders/forge-zoo-{domain}` (private, proprietary LICENSE).
82. Copy `src/`, `forge.plugins.toml`, adjust `PluginId` and assembly name.
93. Reference `AgentForge.Plugin.Abstractions` via NuGet (when published) or project reference to a local MIT spine checkout during dev.
104. Build → `{pluginId}-{semver}.zip` per [FORGE-ADR-0019](../design/FORGE-ADR-0019-plugin-marketplace-and-registry.md).
115. Do **not** commit proprietary implementation into `agent-forge`.
12
13## Prepared private repos (AI-Guiders)
14
15| Repo | URL |
16|------|-----|
17| `forge-zoo-cad` | https://github.com/AI-Guiders/forge-zoo-cad |
18| `forge-zoo-enterprise-auth` | https://github.com/AI-Guiders/forge-zoo-enterprise-auth |
19| `forge-zoo-compliance` | https://github.com/AI-Guiders/forge-zoo-compliance |
20| `forge-zoo-ci-premium` | https://github.com/AI-Guiders/forge-zoo-ci-premium — **ci-runner-fleet** only; Visual CI (`ci-visual`) is MIT in spine |
21
22Org teams: `forge-core` (spine), `forge-commercial` (zoo write).
23
View only · write via MCP/CIDE