From b9e71b6d7f01ba2c8c4d077fdcae7cd820bf4aba Mon Sep 17 00:00:00 2001 From: rcmerci Date: Sun, 19 Apr 2026 18:00:25 +0800 Subject: [PATCH] update cli agents.md --- src/main/logseq/cli/AGENTS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/logseq/cli/AGENTS.md b/src/main/logseq/cli/AGENTS.md index 4aad17a314..4f29970b7e 100644 --- a/src/main/logseq/cli/AGENTS.md +++ b/src/main/logseq/cli/AGENTS.md @@ -6,3 +6,11 @@ - Do not implement new `thread-api` in db-worker unless it is absolutely necessary. - Use logseq-cli skill; test the changed parts with the new-built logseq-cli & db-worker-node server. - Ensure at least all cli-e2e non-sync cases passed. + +## Debug tools +- `--verbose` - debug cli process +- `--profile` - performance check +- Logseq-cli skill - explore cli self in agent +- db-worker-node.log - logs for db-worker-node process +- db-worker-node-repl skill - Directly validate some db worker node code in the REPL +