diff --git a/readme.md b/readme.md index 3439401008..b5d560f4fb 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # Catalog Database Reference +> **⚠️ BETA — Not production ready.** This catalog system is still in active development. Schema changes, missing features, and breaking changes may occur. + This document describes the core catalog tables (`catalog_items`, `catalog_pages`, `items_base`) and their compatibility across the Habbo retro stack. ## Overview @@ -171,7 +173,7 @@ The FullDatabase.sql shipped with the emulator contains: - ~769 `catalog_pages` rows - ~10,790 `catalog_items` rows -This is the complete, production-ready catalog for Arcturus Morningstar Extended, fully compatible with Nitro-V3 and Nitro_Render_V3 out of the box. +This is the beta catalog for Arcturus Morningstar Extended, compatible with Nitro-V3 and Nitro_Render_V3. Not yet production-ready — expect ongoing changes. ## See Also @@ -179,4 +181,4 @@ This is the complete, production-ready catalog for Arcturus Morningstar Extended - `/var/www/emulator/docs/builders_club_catalog_reference.md` — BC catalog docs - `/var/www/atomcms/database/schema/mysql-schema.sql` — AtomCMS schema - `/var/www/atomcms/app/Services/CatalogService.php` — CMS catalog sync tools -- `/var/www/Nitro-V3/src/hooks/furni-editor/useFurniEditor.ts` — client furni editor \ No newline at end of file +- `/var/www/Nitro-V3/src/hooks/furni-editor/useFurniEditor.ts` — client furni editor