From 06a6dd5a6b70865dc14b97083cddf806c5abd559 Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Tue, 21 Apr 2026 19:33:36 -0400 Subject: [PATCH] chore(docs): update stale docs ref --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index c25364731d3..275e81d6af2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -7,7 +7,7 @@ Telegraph style. Root rules only. Read scoped `AGENTS.md` before touching a subt - Repo: `https://github.com/openclaw/openclaw` - Replies: repo-root file refs only, e.g. `extensions/telegram/src/index.ts:80`. No absolute paths, no `~/`. - CODEOWNERS: maintenance/refactors/tests are ok. For larger behavior, product, security, or ownership-sensitive changes, get a listed owner request/review first. -- First pass: run docs list (`bin/docs-list` or `pnpm docs:list`; ignore if unavailable), then read only relevant docs/guides. +- First pass: run docs list (`pnpm docs:list`; ignore if unavailable), then read only relevant docs/guides. - Missing deps: run `pnpm install`, rerun once, then report first actionable error. - Use "plugin/plugins" in docs/UI/changelog. `extensions/` remains internal workspace layout. - Add channel/plugin/app/doc surface: update `.github/labeler.yml` and matching GitHub labels.