From 14e23bb9e3cb854dd083fe17dcd149be76ecafc7 Mon Sep 17 00:00:00 2001 From: Kai Koenig Date: Tue, 12 May 2026 16:11:45 +1200 Subject: [PATCH] docs(heartbeat): mark integration as unsupported Adds clear 'Unsupported' notices to both the main repo README and the heartbeat directory README so users can see the integration is no longer maintained. Closes #319 --- README.md | 4 +++- heartbeat/README.md | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9109675..aa6c2fff 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,9 @@ Supports basic HTTP authentication and Bearer token authentication via the SDK. ### Heartbeat -[heartbeat](heartbeat): Connects to Heartbeat.chat community platform for comprehensive access to channels, threads, comments, users, and events. Supports retrieving channel information, managing thread discussions, creating and viewing comments, accessing user profiles, and viewing community events. Includes full CRUD operations for community engagement and content management. Supports API key authentication. +> ⚠️ **Unsupported** — this integration is no longer maintained by the Autohive team and is not guaranteed to work. Use at your own risk. + +[heartbeat](heartbeat): **[UNSUPPORTED]** Connects to Heartbeat.chat community platform for comprehensive access to channels, threads, comments, users, and events. Supports retrieving channel information, managing thread discussions, creating and viewing comments, accessing user profiles, and viewing community events. Includes full CRUD operations for community engagement and content management. Supports API key authentication. ### Humanitix diff --git a/heartbeat/README.md b/heartbeat/README.md index 506d8d1a..cc3508dd 100644 --- a/heartbeat/README.md +++ b/heartbeat/README.md @@ -1,5 +1,9 @@ # Heartbeat Integration for Autohive +> ⚠️ **Status: Unsupported** +> +> This integration is **no longer supported or maintained** by the Autohive team. It is kept in the repository for reference only and is not covered by validation, CI checks, or bug-fix updates. Use at your own risk — functionality may break without notice. + Connects Autohive to the Heartbeat.chat API to allow users to retrieve channel information, manage threads and comments, access user data, and view community events. ## Description