一键导入
gateway-extension-boundary-guard
Prevent gateway projects from taking compile-time dependencies on extension assemblies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Prevent gateway projects from taking compile-time dependencies on extension assemblies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Keep prompt template behavior consistent across CLI and cron by reusing one resolver pipeline.
Standard collaboration protocol for all squad agents
Prevent refresh regressions by paging conversation history from newest entries
Fast session investigation using BotNexus Probe CLI (preferred) or Python helper scripts. Use when debugging session state, resuming issues, message routing, checking what sessions exist for an agent, reviewing gateway logs for errors, or correlating events across logs/sessions/traces.
Use when creating GitHub issues, opening worktrees, naming branches, or managing the full lifecycle of a work item on sytone/botnexus. Enforces consistent issue titles, label application, worktree creation, branch naming, PR linking, and cleanup. Triggers on: "create an issue", "open a worktree", "start work on", "file a bug", "add an issue for", "new feature issue", "track this as an issue".
Design spec lifecycle management — creating, reviewing, transitioning, and archiving specs in docs/planning/
| name | gateway-extension-boundary-guard |
| description | Prevent gateway projects from taking compile-time dependencies on extension assemblies. |
| domain | testing |
| confidence | high |
| source | earned |
Use this when a gateway/runtime layer must remain extension-agnostic and regressions can sneak in through csproj references.
src\gateway\**\*.csproj.ProjectReference path containing \extensions\.ProjectReference, PackageReference, or Reference name starting with BotNexus.Extensions..AppContext.BaseDirectory until BotNexus.slnx exists.IAgentChangeNotifier) that extensions implement.tests\gateway\BotNexus.Gateway.Tests\Architecture\GatewayProjectDependencyBoundaryTests.cssrc\gateway\BotNexus.Gateway.Contracts\Agents\IAgentChangeNotifier.cssrc\extensions\BotNexus.Extensions.Channels.SignalR\SignalRAgentChangeNotifier.cs