From 3a64b515a919404ffb744005b1b8010197e1aec0 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Tue, 16 Jun 2026 05:45:38 +0200 Subject: [PATCH] docs: refresh repo inventory risks --- docs/repo_inventory.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/repo_inventory.md b/docs/repo_inventory.md index a49a60e..1036225 100644 --- a/docs/repo_inventory.md +++ b/docs/repo_inventory.md @@ -72,7 +72,7 @@ pytest tests/ -v ## Risks / Unknowns -- `config/README.md` still refers to `skill_config.json`, but the repo currently ships `config/clawskills.json`; this looks like stale docs. -- Some README commands describe outputs such as `skills/` and `dist/`, but those directories are not populated in the current checkout. +- `config/README.md` documents the current `config/clawskills.json` runtime config; keep it in sync with `core/env.py` and `core/config.py`. +- `skills/` and `dist/` are generated output directories; a fresh checkout may not contain them until publish, bundle, or site-build commands run. - Source coverage for Zhihu/XHS depends on Playwright auth state and platform restrictions, so those paths are environment-sensitive. -- No dedicated `docs/` folder existed before this inventory; repo documentation is centered in `README.md` and module READMEs. +- Repository documentation now spans `docs/`, the root `README.md`, and module READMEs.