mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
docs: clarify handling of agents directory in docs_manager documentation
This commit is contained in:
parent
15a7fefd8f
commit
1648955cab
2 changed files with 2 additions and 2 deletions
BIN
meshchatx.rsm
BIN
meshchatx.rsm
Binary file not shown.
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue