Update AGENTS.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
@@ -16,9 +16,9 @@ Agent Skills package for researching any topic across Reddit, X, YouTube, and we
|
|||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
```bash
|
```bash
|
||||||
|
# Dev/fallback: direct engine invocation (scripting, cron, or engine testing only)
|
||||||
python3 skills/last30days/scripts/last30days.py "test query" --emit=compact
|
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
|
npx skills add . -g -y # one-time: symlink this repo into every detected harness's skill dir
|
||||||
```
|
|
||||||
|
|
||||||
## Rules
|
## Rules
|
||||||
- `lib/__init__.py` must be bare package marker (comment only, NO eager imports)
|
- `lib/__init__.py` must be bare package marker (comment only, NO eager imports)
|
||||||
|
|||||||
Reference in New Issue
Block a user