feat(board): introduce new board agent templates and restructure existing files

This commit is contained in:
Abhimanyu Saharan
2026-02-15 00:45:28 +05:30
parent 313ce874f9
commit 2084405593
33 changed files with 795 additions and 903 deletions

View File

@@ -101,7 +101,7 @@ async def test_gateway_coordination_nudge_success(monkeypatch: pytest.MonkeyPatc
board=board, # type: ignore[arg-type]
actor_agent=actor, # type: ignore[arg-type]
target_agent_id=str(target.id),
message="Please run BOOT.md",
message="Please run session startup checklist",
correlation_id="nudge-corr-id",
)
@@ -169,7 +169,7 @@ async def test_gateway_coordination_nudge_maps_gateway_error(
board=board, # type: ignore[arg-type]
actor_agent=actor, # type: ignore[arg-type]
target_agent_id=str(target.id),
message="Please run BOOT.md",
message="Please run session startup checklist",
correlation_id="nudge-corr-id",
)