github-actions[bot]
7234e64967
Version Packages
2025-10-09 16:43:04 +00:00
github-actions[bot]
f1280b9876
Version Packages
2025-10-09 16:33:34 +00:00
github-actions[bot]
c35be898da
Version Packages
2025-10-09 16:23:57 +00:00
paoloricciuti
3fbc786383
fix: verify checksum
2025-10-08 17:20:16 +02:00
paoloricciuti
c5c08ccd13
fix: lint
2025-10-08 00:09:23 +02:00
paoloricciuti
aaac49cdef
chore: update version of server.json on release
2025-10-07 23:49:28 +02:00
paoloricciuti
558d964919
Merge branch 'main' into publish-to-registry
2025-10-07 23:35:45 +02:00
Paolo Ricciuti
c7060c8bdb
Merge pull request #20 from sveltejs/attachments-autofixer
2025-10-07 21:31:50 +02:00
Paolo Ricciuti
ef2d569934
Merge pull request #26 from sveltejs/function-call-in-effect
2025-10-07 21:31:21 +02:00
github-actions[bot]
5920f7482f
Version Packages
2025-10-06 10:30:53 +00:00
paoloricciuti
73bf0c3782
fix: allow TS .svelte.ts modules
2025-10-06 12:13:22 +02:00
paoloricciuti
11cd2447fc
feat: publish to registry
2025-10-05 12:13:34 +02:00
github-actions[bot]
75e676d928
Version Packages
2025-10-04 22:54:37 +00:00
Paolo Ricciuti
5b16bdd80b
Merge pull request #41 from 43081j/effect-pre-assign
...
fix: check effect.pre in assign-in-effect
2025-10-05 00:54:12 +02:00
paoloricciuti
485e60e245
fix: change title names to allow claude code to invoke the prompt
2025-10-04 16:49:23 +02:00
James Garbutt
f93a6cee60
fix: check effect.pre in assign-in-effect
...
It seems like the intention here was to check `$effect` _and_
`$effect.pre`, but the condition (`in_effect`) was filtering those out.
The `is_rune` helper already does the same checks, so we can just remove
the ones here and delegate to that.
2025-10-04 12:18:08 +01:00
renovate[bot]
e8989db548
chore(deps): update all non-major dependencies
2025-10-04 07:55:47 +00:00
paoloricciuti
cb316c5b3e
fix: enable doc tools
2025-10-04 09:54:14 +02:00
Paolo Ricciuti
273c78092d
Merge branch 'main' into llms-txt
2025-10-04 01:53:03 +02:00
paoloricciuti
3bb71f3963
chore: infer when possible, move schemas, add tsconfig to scripts
2025-10-04 01:27:27 +02:00
Stanislav Khromov
a881cb5938
move to devdeps
2025-10-04 01:19:48 +02:00
Stanislav Khromov
03859141ed
rewrite to valibot
2025-10-04 01:07:15 +02:00
Stanislav Khromov
f747c4ac65
remove tsx
2025-10-04 00:55:11 +02:00
Stanislav Khromov
1916c410e6
use --experimental-strip-types
2025-10-04 00:53:37 +02:00
Stanislav Khromov
1e7ebeaf5b
Merge branch 'llms-txt-plus-use-cases' of https://github.com/sveltejs/mcp into llms-txt-plus-use-cases
2025-10-04 00:48:43 +02:00
Stanislav Khromov
f82ceac79d
validate sections
2025-10-04 00:48:41 +02:00
Stanislav Khromov
cde6d700e6
Update packages/mcp-server/src/mcp/utils.ts
...
Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com >
2025-10-04 00:46:23 +02:00
Stanislav Khromov
522fae6017
Update packages/mcp-server/src/mcp/utils.ts
...
Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com >
2025-10-04 00:39:44 +02:00
Stanislav Khromov
1f94d33dc9
Update packages/mcp-server/src/mcp/utils.ts
...
Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com >
2025-10-04 00:39:26 +02:00
github-actions[bot]
121395e98e
Version Packages
2025-10-03 20:38:35 +00:00
paoloricciuti
b2275587ee
fix: remove package manager from inner packages
2025-10-03 22:33:56 +02:00
Paolo Ricciuti
4964303100
chore: apply suggestions from code review
...
Co-authored-by: Dominik G. <dominik.goepel@gmx.de >
2025-10-03 22:31:46 +02:00
paoloricciuti
81901b2564
fix: small configs
2025-10-03 22:03:59 +02:00
paoloricciuti
5aa1aa401a
Merge branch 'main' into setup-changesets
2025-10-03 21:52:45 +02:00
paoloricciuti
b5a88c454d
fix: small typos
2025-10-03 16:49:24 +02:00
Stanislav Khromov
937216e1de
use format function
2025-10-02 23:44:38 +02:00
Stanislav Khromov
6a23b9c87f
use slug for path
2025-10-02 23:44:27 +02:00
Stanislav Khromov
8064a4f5cf
remove docs/ prefix
2025-10-02 23:42:19 +02:00
Stanislav Khromov
005b9d45bd
Prioritize use_cases from metadata, fallback to JSON, then empty string
...
Updated get_sections() to use a three-tier priority system for use_cases:
1. section.metadata.use_cases (from API)
2. summaries[section.slug] (from use_cases.json)
3. '' (empty string fallback)
This ensures we always have the most up-to-date use cases from the API
while maintaining local fallbacks for sections that haven't been updated yet.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-02 23:04:32 +02:00
Stanislav Khromov
12a80515a0
Update utils.ts
2025-10-02 23:03:02 +02:00
Stanislav Khromov
7acbaad478
Merge main into llms-txt-plus-use-cases
...
Resolved conflicts by adopting main's dynamic documentation fetching approach:
- utils.ts: Use dynamic fetch from svelte.dev instead of hardcoded sections
- utils.ts: Read use_cases from metadata instead of hardcoded JSON
- svelte-task.ts: Keep format_sections_list() for formatted output
- Added new schemas/index.ts from main
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-02 23:01:57 +02:00
Stanislav Khromov
55f9009a77
wip
2025-10-02 22:56:17 +02:00
Stanislav Khromov
02042daa02
Update svelte-task.ts
2025-10-02 22:53:34 +02:00
Stanislav Khromov
eb5444e3b6
format
2025-10-02 22:43:27 +02:00
Stanislav Khromov
c3134bdfde
Update prompts.ts
2025-10-02 22:40:00 +02:00
Stanislav Khromov
334f9330e7
Update list-sections.ts
2025-10-02 22:38:52 +02:00
Stanislav Khromov
b16448b6df
wip
2025-10-02 22:35:17 +02:00
Stanislav Khromov
b0888d6ac3
format, delete readme
2025-10-02 22:28:34 +02:00
Stanislav Khromov
6fc0419fc5
wip
2025-10-02 22:24:32 +02:00
Stanislav Khromov
d138349c46
fixes
2025-10-02 22:07:03 +02:00