From 04e7006f768ac0eca63382e7a02017b984f47df3 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Thu, 23 Jul 2026 17:12:17 +0000 Subject: [PATCH] fix(core): list scripts/ and tests/ READMEs in agentsmd-audit file table Independent clean-context audit recheck flagged that README.md's file table omitted scripts/README.md and tests/README.md despite both existing on disk, inconsistent with sibling kyberforge skills. --- plugins/core/skills/agentsmd-audit/README.md | 2 ++ plugins/core/skills/agentsmd-audit/SKILL.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/core/skills/agentsmd-audit/README.md b/plugins/core/skills/agentsmd-audit/README.md index 8dfb3e6..105a905 100644 --- a/plugins/core/skills/agentsmd-audit/README.md +++ b/plugins/core/skills/agentsmd-audit/README.md @@ -23,6 +23,8 @@ Provide the path to the repo root to audit when invoking. | `scripts/validate-structure.sh` | Checks for empty/placeholder content, common-sections checklist, nested-vs-root duplication | | `scripts/validate-drift.sh` | Resolves referenced npm/make commands and file paths against the repo | | `references/sources.md` | Provenance record — sources that informed this skill and which files each contributed to | +| `scripts/README.md` | Directory documentation for `scripts/` | +| `tests/README.md` | Bats test dependency and run instructions | | `tests/validate-secrets.bats` | Bats test suite for `scripts/validate-secrets.sh` | | `tests/validate-structure.bats` | Bats test suite for `scripts/validate-structure.sh` | | `tests/validate-drift.bats` | Bats test suite for `scripts/validate-drift.sh` | diff --git a/plugins/core/skills/agentsmd-audit/SKILL.md b/plugins/core/skills/agentsmd-audit/SKILL.md index c873582..d8a4a34 100644 --- a/plugins/core/skills/agentsmd-audit/SKILL.md +++ b/plugins/core/skills/agentsmd-audit/SKILL.md @@ -23,7 +23,7 @@ metadata: - context7-websites-agents-md - context7-agentsmd-agents-md - governance-secrets-hard-prohibition - version: "0.1.0" + version: "0.1.1" --- ## Gotchas