svelte-vitals 0.54.2 → 0.54.3
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.
|
@@ -42,8 +42,8 @@ without a judgment call of its own.
|
|
|
42
42
|
which you delete before finishing. If asked to "just fix it", decline and
|
|
43
43
|
point to \`improve-svelte execute <plan>\`, to running the plan with any
|
|
44
44
|
agent, or to the \`svelte-vitals\` skill's own diff/staged gate.
|
|
45
|
-
2. **No mutating operations.** No \`--fix\`-style flags (svelte-vitals
|
|
46
|
-
none
|
|
45
|
+
2. **No mutating operations.** No \`--fix\`-style flags (svelte-vitals ships
|
|
46
|
+
none, by design), no code edits, no commits, no formatters, no
|
|
47
47
|
dependency installs. Run svelte-vitals read-only, for evidence only.
|
|
48
48
|
3. **Plans must be fully self-contained.** The executor has zero context
|
|
49
49
|
from this conversation. Never write "fix it like seo/title-presence above" — inline
|
|
@@ -123,7 +123,7 @@ Get the machine map before applying judgment:
|
|
|
123
123
|
Audit against svelte-vitals' six categories: SEO, Performance, Correctness,
|
|
124
124
|
Security, Architecture, Accessibility (see the rule catalog below for the
|
|
125
125
|
full "hunt for" list per category, generated from svelte-vitals' own rule
|
|
126
|
-
metadata
|
|
126
|
+
metadata).
|
|
127
127
|
|
|
128
128
|
For anything beyond a small project, fan out read-only subagents — one per
|
|
129
129
|
category. Each subagent prompt must include: the recon facts (stack,
|
|
@@ -167,7 +167,8 @@ Severity here is leverage-driven, **not** svelte-vitals' raw rule severity:
|
|
|
167
167
|
- **LOW** — polish and hygiene: an \`info\`-severity finding on a low-traffic
|
|
168
168
|
route, a namespace import that could be more tree-shakeable.
|
|
169
169
|
|
|
170
|
-
After the table, list
|
|
170
|
+
After the table, list the **missed opportunities** worth naming — additive
|
|
171
|
+
improvements
|
|
171
172
|
svelte-vitals doesn't (and by design won't) flag, since it's a static
|
|
172
173
|
analyzer, not a runtime auditor: actual Core Web Vitals measurement, a
|
|
173
174
|
missing \`sitemap.xml\` entry for a new route, structured-data types beyond
|
|
@@ -198,10 +199,11 @@ order, dependencies between plans, and a status column.
|
|
|
198
199
|
|
|
199
200
|
## Rule catalog
|
|
200
201
|
|
|
201
|
-
(This section is generated
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
202
|
+
(This section is generated from svelte-vitals' own rule metadata — every
|
|
203
|
+
rule's id, title, severity, rationale, docs link and, where the rule ships
|
|
204
|
+
one, its canonical fix — grouped by category. It reflects the svelte-vitals
|
|
205
|
+
source this skill was generated from; \`npx svelte-vitals explain --list\` is
|
|
206
|
+
the authority for what the version installed in this project checks.)
|
|
205
207
|
|
|
206
208
|
${ruleDigest()}
|
|
207
209
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-vitals",
|
|
3
|
-
"version": "0.54.
|
|
3
|
+
"version": "0.54.3",
|
|
4
4
|
"description": "A deterministic SvelteKit code-health scanner (SEO, performance, correctness, security, architecture, accessibility).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"dist"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@svelte-vitals/core": "0.51.
|
|
46
|
+
"@svelte-vitals/core": "0.51.1",
|
|
47
47
|
"@clack/prompts": "^1.7.0",
|
|
48
48
|
"@gunshi/plugin-completion": "0.37.1",
|
|
49
49
|
"@gunshi/plugin-i18n": "0.37.1",
|