Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/repo_inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.