refactor(tools): remove household, calendar, meals, and CRM tools from core
Some checks failed
CI / build-and-test (push) Failing after -30m34s

- Moved to future plugin as part of project scope adjustment
- Updated tool registration and descriptions accordingly
This commit is contained in:
2026-04-05 18:55:18 +02:00
parent 02bcbdabd8
commit 1d4dbad33f
7 changed files with 100 additions and 285 deletions

View File

@@ -28,45 +28,27 @@ func TestNewListsAllRegisteredTools(t *testing.T) {
sort.Strings(got)
want := []string{
"add_activity",
"add_family_member",
"add_guardrail",
"add_household_item",
"add_important_date",
"add_maintenance_task",
"add_professional_contact",
"add_project_guardrail",
"add_project_skill",
"add_recipe",
"add_skill",
"add_vendor",
"annotate_tool",
"archive_thought",
"backfill_embeddings",
"capture_thought",
"create_meal_plan",
"create_opportunity",
"create_project",
"delete_chat_history",
"delete_thought",
"describe_tools",
"generate_shopping_list",
"get_active_project",
"get_chat_history",
"get_contact_history",
"get_follow_ups_due",
"get_household_item",
"get_meal_plan",
"get_project_context",
"get_thought",
"get_upcoming_dates",
"get_upcoming_maintenance",
"get_version_info",
"get_week_schedule",
"link_thought_to_contact",
"link_thoughts",
"list_chat_histories",
"list_family_members",
"list_files",
"list_guardrails",
"list_project_guardrails",
@@ -74,9 +56,7 @@ func TestNewListsAllRegisteredTools(t *testing.T) {
"list_projects",
"list_skills",
"list_thoughts",
"list_vendors",
"load_file",
"log_interaction",
"log_maintenance",
"recall_context",
"related_thoughts",
@@ -88,16 +68,11 @@ func TestNewListsAllRegisteredTools(t *testing.T) {
"retry_failed_metadata",
"save_chat_history",
"save_file",
"search_activities",
"search_contacts",
"search_household_items",
"search_maintenance_history",
"search_recipes",
"search_thoughts",
"set_active_project",
"summarize_thoughts",
"thought_stats",
"update_recipe",
"update_thought",
"upload_file",
}