Commit 30f89e5
* #49 Consume nadle kernel for workspace resolution
- Port @nadle/kernel functions (deriveWorkspaceId, parseTaskReference,
composeTaskIdentifier, isWorkspaceQualified, isRootWorkspaceId) to
NadleKernel.kt with 18 unit tests
- Fix leading colon prefix divergence: task names now use kernel
convention (packages:lib:build instead of :packages:lib:build)
- Consolidate duplicated NADLE_CONFIG_PATTERN into NadleFileUtil
- Add NadleProjectService with @nadle/project-resolver CLI integration,
JSON parsing, caching, and VFS-based cache invalidation
- Refactor NadleToolWindowPanel and NadleTaskSearchEverywhereContributor
to use project service with fallback to NadleTaskScanner
- Bundle @nadle/project-resolver in plugin JAR alongside language server
- Update nightly packages to @4e92eba
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* #49 Fix LSP server: always use bundled server with manifest-based extraction
- Remove project-local and global resolution from NadleLspServerDescriptor,
always use the bundled language server from plugin JAR
- Rewrite NadleLspServerExtractor to use a build-time manifest for reliable
extraction across all classloader types (IntelliJ PathClassLoader, JAR, file)
- Generate manifest.txt in BundleLspServerTask listing all bundled files
- Add version-based staleness check to avoid partial extractions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* #49 Resolve project-resolver CLI through nadle symlink for pnpm support
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5033d42 commit 30f89e5
File tree
13 files changed
+682
-140
lines changed- src
- main
- kotlin/com/github/nadlejs/intellij/plugin
- lsp
- run
- search
- service
- toolwindow
- util
- resources/META-INF
- test/kotlin/com/github/nadlejs/intellij/plugin/util
13 files changed
+682
-140
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
151 | 158 | | |
152 | 159 | | |
153 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 37 | | |
59 | 38 | | |
60 | 39 | | |
61 | 40 | | |
62 | 41 | | |
63 | 42 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 43 | + | |
76 | 44 | | |
77 | 45 | | |
78 | 46 | | |
| |||
0 commit comments