diff --git a/meshchatx.rsm b/meshchatx.rsm index 6365397b..57c74590 100644 Binary files a/meshchatx.rsm and b/meshchatx.rsm differ diff --git a/meshchatx/src/backend/docs_manager.py b/meshchatx/src/backend/docs_manager.py index c7f102b6..d5cd6be3 100644 --- a/meshchatx/src/backend/docs_manager.py +++ b/meshchatx/src/backend/docs_manager.py @@ -234,8 +234,8 @@ class DocsManager: def _sync_docs_tree(self, src_docs, dest_dir): """Copy manifest, markdown, and text files from src_docs into dest_dir. - Skips agents/ (contributor and automated-agent guidance, not - end-user documentation). + Skips a top-level agents/ directory if one is present under docs/. + Agent guidance lives at repo-root .agents/ and is not in-app docs. """ for root, dirnames, files in os.walk(src_docs): rel_root = os.path.relpath(root, src_docs)