Use when editing Tamework `TwInteractionConfig` prompts, sensors, actions, cooldowns, contextual interactions, config-defined command modes, command cycles, or interaction-triggered role behavior. Does not own command-item hotswaps, panels, target authority,…
Use for general Tamework Java/JSON wiring that is not owned by a focused Tamework skill, especially custom NPC builder types, type registration, stable IDs, role templates, and current-source or exact-profile type discovery. Also use to route an unfamiliar…
Use when a Tamework change has passed the test-value gate and needs a focused Java behavior regression, config parser or resolver test, ECS behavior test, bug reproduction, or narrow static guard for a documented high-impact invariant. Distinguishes Java…
Use when changing Tamework avatar flight activation, launch charge, packet input, movement, vigour, combat abilities, transformed player models, mounts, fake riders, source NPC parking or recovery, equipment visibility, animations, VFX, audio, HUD, dismount,…
Use when changing a Tamework system, tick callback, ECS component access or write, world-thread dispatch, async callback, delayed task, executor, scan, cache, cadence, backoff, retry, HUD refresh loop, diagnostics loop, allocation-heavy hot path, or shutdown…
Use when adding, changing, deprecating, or removing a Tamework public API interface, method, DTO, result/status, capability, event, API version, adapter, self-test, recipe, or downstream integration contract. Also use before adding a convenience method that…
Use when changing Tamework companion needs, hunger, thirst, happiness, breeding, traits, talents, levels, life stages, progression modifiers, offline progression, progression timestamps, dynamic attachments, snapshot restore, or progression presentation. Also…
Use when changing Tamework command items, hotswap actions, radial controls, command target selection, linked or bonded companion panels, command HUD state, panel events, target authority, action routing, or command cleanup. Use when one action must work in…