@spences10/pi-svelte-guardrails 0.0.8 → 0.0.9

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 +4 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,9 +5,10 @@
5
5
  [![npm version](https://img.shields.io/npm/v/@spences10/pi-svelte-guardrails?color=CB3837&logo=npm&logoColor=white)](https://www.npmjs.com/package/@spences10/pi-svelte-guardrails)
6
6
  [![license](https://img.shields.io/npm/l/@spences10/pi-svelte-guardrails)](https://www.npmjs.com/package/@spences10/pi-svelte-guardrails)
7
7
 
8
- Pi extension that blocks agents from writing discouraged Svelte
9
- patterns. In `my-pi`, this guardrail is built in and enabled by
10
- default. In vanilla Pi, install it explicitly with this package.
8
+ Catch discouraged Svelte patterns before they land in your codebase.
9
+ `pi-svelte-guardrails` blocks common agent mistakes and points the
10
+ model toward current Svelte 5 practices while edits are still cheap to
11
+ fix.
11
12
 
12
13
  By default, blocks `$effect` in `.svelte` `write`/`edit` tool calls
13
14
  and bash writes, then tells the agent to prefer `$derived`, event
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spences10/pi-svelte-guardrails",
3
- "version": "0.0.8",
4
- "description": "Pi extension that blocks discouraged Svelte patterns before agents write them",
3
+ "version": "0.0.9",
4
+ "description": "Svelte 5 guardrails for Pi that block discouraged agent-written patterns before they land in code",
5
5
  "keywords": [
6
6
  "agent-guardrails",
7
7
  "pi",