원클릭으로
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