From 9fe4b8f1308d1fd2fe1df7974f302198e47801ba Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Sat, 16 May 2026 18:42:14 -0700 Subject: [PATCH] Update AGENTS.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index b1b1015..6c5d0b9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -16,9 +16,9 @@ Agent Skills package for researching any topic across Reddit, X, YouTube, and we ## Commands ```bash +# Dev/fallback: direct engine invocation (scripting, cron, or engine testing only) python3 skills/last30days/scripts/last30days.py "test query" --emit=compact npx skills add . -g -y # one-time: symlink this repo into every detected harness's skill dir -``` ## Rules - `lib/__init__.py` must be bare package marker (comment only, NO eager imports)