@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.
- package/README.md +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,9 +5,10 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@spences10/pi-svelte-guardrails)
|
|
6
6
|
[](https://www.npmjs.com/package/@spences10/pi-svelte-guardrails)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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.
|
|
4
|
-
"description": "Pi
|
|
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",
|