@reporails/cli 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +11 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,14 +58,17 @@ Once installed, all commands use `ails` directly.
58
58
 
59
59
  ## Capability Levels
60
60
 
61
- | Level | Name | What it means |
62
- |-------|------|---------------|
63
- | L1 | Absent | No instruction file |
64
- | L2 | Basic | Has CLAUDE.md |
65
- | L3 | Structured | Sections, imports |
66
- | L4 | Abstracted | .claude/rules/ directory |
67
- | L5 | Maintained | Shared files, 3+ components |
68
- | L6 | Adaptive | Backbone + full governance |
61
+ Capability levels describe what your AI instruction setup enables — not how "mature" it is. Different projects need different capabilities.
62
+
63
+ | Level | Name | What It Enables |
64
+ |-------|------|-----------------|
65
+ | L0 | Absent | No instruction file — nothing to evaluate |
66
+ | L1 | Basic | Reviewed, tracked instruction file |
67
+ | L2 | Scoped | Project-specific constraints, size control |
68
+ | L3 | Structured | External references, multiple files |
69
+ | L4 | Abstracted | Path-scoped rules, context-aware loading |
70
+ | L5 | Maintained | Structural integrity, governance, navigation |
71
+ | L6 | Adaptive | Dynamic context, extensibility, persistence |
69
72
 
70
73
  ## Commands
71
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reporails/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Score your CLAUDE.md files. See what's missing. Improve your AI coding setup.",
5
5
  "type": "module",
6
6
  "bin": {