feat: add SOUNDCLAW jukebox skill integration (#67)
Add the office jukebox flow so Spotify can be controlled from the SOUNDCLAW skill, manual jukebox UI, and local browser auth bridge during development. Made-with: Cursor
This commit is contained in:
@@ -54,9 +54,16 @@ describe("skill triggers", () => {
|
||||
});
|
||||
|
||||
it("keeps trigger places and fallback definitions in one central registry", () => {
|
||||
expect(OFFICE_SKILL_TRIGGER_PLACE_REGISTRY.desk.interactionTarget).toBe("desk");
|
||||
expect(OFFICE_SKILL_TRIGGER_PLACE_REGISTRY.github.interactionTarget).toBe("server_room");
|
||||
expect(DEFAULT_SKILL_TRIGGER_FALLBACKS_BY_SKILL_KEY["todo-board"]?.movementTarget).toBe("desk");
|
||||
expect(OFFICE_SKILL_TRIGGER_PLACE_REGISTRY.desk.interactionTarget).toBe(
|
||||
"desk",
|
||||
);
|
||||
expect(OFFICE_SKILL_TRIGGER_PLACE_REGISTRY.github.interactionTarget).toBe(
|
||||
"server_room",
|
||||
);
|
||||
expect(
|
||||
DEFAULT_SKILL_TRIGGER_FALLBACKS_BY_SKILL_KEY["todo-board"]
|
||||
?.movementTarget,
|
||||
).toBe("desk");
|
||||
});
|
||||
|
||||
it("builds animation hold maps from the central place registry", () => {
|
||||
|
||||
Reference in New Issue
Block a user