| 1 | namespace AgentForge.Abstractions; |
| 2 | |
| 3 | /// <summary>Minimal API route token for nested catalog group paths (FORGE-ADR-0021 v0.7).</summary> |
| 4 | public static class ForgeRepoGroupRouting |
| 5 | { |
| 6 | public const string Parameter = "groupPath"; |
| 7 | |
| 8 | public const string Pattern = "{" + Parameter + "}"; |
| 9 | } |
| 10 | |
View only · write via MCP/CIDE