From 3f52a7ad2b15655ff78dde998d8a15630ca235e1 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 19 Jul 2026 20:28:16 -0700 Subject: [PATCH] Execute documented verification commands in CI --- AGENTS.md | 4 ++-- skills/archivebox/SKILL.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 3399fb83..b38e54f4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -73,8 +73,8 @@ archivebox run Use targeted tests for focused work: -```console -uv run pytest archivebox/tests/test_cli_add.py -q +```bash +uv run pytest archivebox/tests/test_cli_add.py::test_add_help_shows_depth_and_tag_options -q uv run prek run --all-files ``` diff --git a/skills/archivebox/SKILL.md b/skills/archivebox/SKILL.md index 8f5e71df..1235b7bf 100644 --- a/skills/archivebox/SKILL.md +++ b/skills/archivebox/SKILL.md @@ -67,8 +67,8 @@ archivebox run ## Verification -```console -uv run pytest archivebox/tests/test_cli_add.py -q +```bash +uv run pytest archivebox/tests/test_cli_add.py::test_add_help_shows_depth_and_tag_options -q uv run prek run --all-files ```