audit-tools 0.30.57 → 0.30.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "audit-tools",
3
- "version": "0.30.57",
3
+ "version": "0.30.58",
4
4
  "private": false,
5
5
  "description": "Portable hybrid code auditing + remediation orchestrators for arbitrary repositories.",
6
6
  "type": "module",
@@ -26,7 +26,6 @@
26
26
  "remediate-code.mjs",
27
27
  "dispatch/**",
28
28
  "schemas/**",
29
- "templates/**",
30
29
  "skills/**",
31
30
  "scripts/postinstall.mjs",
32
31
  "scripts/audit/postinstall.mjs",
@@ -1,6 +0,0 @@
1
- <!-- remediate-code:begin -->
2
- ## /remediate-code
3
- When the user enters `/remediate-code`, treat it as this repository's autonomous remediation workflow.
4
- If your host does not automatically register the installed slash command file, load and follow the global `~/.claude/commands/remediate-code.md`.
5
- Normal usage should stay conversation-first and avoid manual paths, provider flags, or batching arguments.
6
- <!-- remediate-code:end -->