@crouton-kit/crouter 0.3.46 → 0.3.48

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.
@@ -59,7 +59,6 @@ do not install it locally.
59
59
  | `crtr-commands/` | Auto-generates a slash command per `crtr` CLI node. `filters.json` controls which nodes are exposed; `tree-cache.json` is generated (run `/crtr-refresh` to rebuild). |
60
60
  | `sysprompt-window.ts` | Registers `/sysprompt`, which runs `crtr sys sysprompt --window` without injecting the prompt into context. |
61
61
  | `frontmatter-rules/` | Injects `.pi/rules/*.md` whose `when:` frontmatter matches a read markdown file. Needs the `yaml` dep. See the `pi-frontmatter-rules` skill. |
62
- | `nested-context.ts` | Injects `.claude/rules` path-glob rules on matching reads. |
63
62
  | `statusline.ts` | Custom status line. |
64
63
  | `strip-skills-docs.ts` | Trims skill docs from context. |
65
64
 
@@ -3,9 +3,11 @@
3
3
  *
4
4
  * Conditional "pi rules" that load only when the agent reads a markdown file
5
5
  * whose YAML frontmatter satisfies a rule's `when:` condition. This is the
6
- * inverse of nested-context's `.claude/rules` path-glob matching: here the
7
- * *content* of the read document (its frontmatter) decides which rules apply,
8
- * not the document's path.
6
+ * inverse of a PATH-glob rule (matched on the document's location, not its
7
+ * content): here the *content* of the read document (its frontmatter) decides
8
+ * which rules apply, not the document's path. Path-glob rules now live as
9
+ * substrate docs with `applies-to` (see `crtr sys sync`'s `.claude/rules`
10
+ * migration), not as a sibling pi-extension.
9
11
  *
10
12
  * Rule files live in `.pi/rules/*.md` (walked up the read file's ancestor
11
13
  * chain, so a project-root rules dir governs everything beneath it) plus a