@reporails/cli 0.5.11 → 0.5.12

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Reporails CLI (v0.5.11)
1
+ # Reporails CLI (v0.5.12)
2
2
 
3
3
  > **AI Instruction Diagnostics for coding agents. Validates the entire agentic instruction system against 120+ rules across six rule packs (core + per-agent). Supports Claude, Codex, Copilot, Cursor, and Gemini.**
4
4
  >
package/bin/reporails.mjs CHANGED
@@ -13,6 +13,7 @@ ails — Validate and score AI instruction files
13
13
  Usage:
14
14
  ails check [PATH] [OPTIONS] Validate instruction files
15
15
  ails explain RULE_ID Show rule details
16
+ ails rules [list|capabilities] Browse the framework rule registry
16
17
  ails install [PATH] Install MCP server for detected agents
17
18
  ails update Update rules framework
18
19
  ails update --cli Upgrade CLI package itself
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reporails/cli",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "description": "AI instruction diagnostics for coding agents",
5
5
  "type": "module",
6
6
  "bin": {