huskies: merge 542_refactor_add_doc_comments_to_all_undocumented_source_files_and_generate_source_map_in_readme

This commit is contained in:
dave
2026-04-12 13:16:11 +00:00
parent 6b1737d52d
commit cec62dad1c
99 changed files with 377 additions and 0 deletions
@@ -1,3 +1,4 @@
//! WhatsApp command handling — processes incoming WhatsApp messages as bot commands.
use std::sync::Arc;
use crate::chat::transport::matrix::{ConversationEntry, ConversationRole, RoomConversation};
@@ -1,3 +1,4 @@
//! WhatsApp message formatting — Markdown-to-WhatsApp conversion and message chunking.
use regex::Regex;
use std::sync::LazyLock;
@@ -1,3 +1,4 @@
//! WhatsApp conversation history — per-number message history and messaging window tracking.
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
use std::sync::Arc;
@@ -1,3 +1,4 @@
//! WhatsApp Meta (Cloud API) transport — sends and receives messages via the Meta Graph API.
use async_trait::async_trait;
use serde::{Deserialize, Serialize};
@@ -1,3 +1,4 @@
//! WhatsApp Twilio transport — sends and receives messages via the Twilio API.
use async_trait::async_trait;
use serde::Deserialize;