@directive-run/cli 1.21.0 → 1.23.0

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
@@ -4,7 +4,7 @@ CLI for [Directive](https://directive.run) – project scaffolding, system intro
4
4
 
5
5
  ## Quick: install AI rules for your assistant
6
6
 
7
- If you found this package looking for "how do I get Directive knowledge into my AI assistant?" one command:
7
+ If you found this package looking for "how do I get Directive knowledge into my AI assistant?" one command:
8
8
 
9
9
  ```bash
10
10
  npx directive ai-rules init
@@ -260,8 +260,8 @@ const tools = detectTools("./my-project");
260
260
 
261
261
  ## Composes with
262
262
 
263
- - [`@directive-run/knowledge`](../knowledge) the source-of-truth knowledge package the CLI reads from. Every rules-file generator pulls from here, so a knowledge update reaches every assistant on the next `ai-rules update`.
264
- - [`@directive-run/claude-plugin`](../claude-plugin) the Claude Code plugin built from the same knowledge. Use the plugin for Claude Code; use `directive ai-rules init` for everything else.
263
+ - [`@directive-run/knowledge`](../knowledge) the source-of-truth knowledge package the CLI reads from. Every rules-file generator pulls from here, so a knowledge update reaches every assistant on the next `ai-rules update`.
264
+ - [`@directive-run/claude-plugin`](../claude-plugin) the Claude Code plugin built from the same knowledge. Use the plugin for Claude Code; use `directive ai-rules init` for everything else.
265
265
 
266
266
  ## Contributing
267
267