chore: remove dead code identified by vulture + coverage cross-validation
Remove unused code confirmed dead via vulture scan, grep verification, and coverage analysis: - _get_bridge_dir (cli/commands.py): 82-line function with zero callers - add_assistant_message (agent/context.py): method body never executed, also removed now-unused build_assistant_message import - _tool_parameters_schema (agent/tools/base.py): redundant copy of schema already exposed via the `parameters` property - MSTEAMS_REF_TTL_S (channels/msteams.py): unused constant (production uses config.ref_ttl_days directly); inlined in test - MESSAGE_TYPE_USER (channels/weixin.py): unused constant
This commit is contained in:
@@ -47,7 +47,6 @@ ITEM_FILE = 4
|
||||
ITEM_VIDEO = 5
|
||||
|
||||
# MessageType (1 = inbound from user, 2 = outbound from bot)
|
||||
MESSAGE_TYPE_USER = 1
|
||||
MESSAGE_TYPE_BOT = 2
|
||||
|
||||
# MessageState
|
||||
|
||||
Reference in New Issue
Block a user