@typescape-ai/cli 1.9.30 → 1.9.33
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 +5 -5
- package/dist/cli.js +1383 -665
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,8 +46,9 @@ typescape rules get --properties '{"doc_type":"procedure"}'
|
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
`rules get --format text` now prepends a metadata block with the bundle
|
|
49
|
-
`compiled_hash`, freshness, and applicability basis. Use `--format
|
|
50
|
-
|
|
49
|
+
`compiled_hash`, freshness, and applicability basis. Use plain `--format text`
|
|
50
|
+
for the canonical human/agent-readable bundle, or `--format structured` /
|
|
51
|
+
`--format json` for machine-oriented payloads.
|
|
51
52
|
|
|
52
53
|
4. Create a review:
|
|
53
54
|
|
|
@@ -117,14 +118,13 @@ compatibility shape.
|
|
|
117
118
|
|
|
118
119
|
| Command | Description |
|
|
119
120
|
| ----------------- | ----------------------------------------------------------- |
|
|
120
|
-
| `rules list` | List
|
|
121
|
+
| `rules list` | List applicable rules |
|
|
121
122
|
| `rules get` | Get the canonical compiled rules bundle for agent reasoning |
|
|
122
123
|
| `rules check` | Request an optional server-side advisory pass |
|
|
123
124
|
| `rules import` | Import markdown into a draft rule review |
|
|
124
125
|
| `rules publish` | Publish a draft rule review |
|
|
125
|
-
| `rules revise` |
|
|
126
|
+
| `rules revise` | Create or revise a working draft for a rule review |
|
|
126
127
|
| `rules deprecate` | Deprecate a published rule review |
|
|
127
|
-
| `rules pack` | Compatibility alias for `rules get` |
|
|
128
128
|
| `coverage` | Check section coverage against active rules |
|
|
129
129
|
|
|
130
130
|
### Review & Approval
|