@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.
- package/README.md +11 -8
- 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
|
-
|
|
62
|
-
|
|
63
|
-
|
|
|
64
|
-
|
|
65
|
-
|
|
|
66
|
-
|
|
|
67
|
-
|
|
|
68
|
-
|
|
|
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
|
|