@reqlan/analytical 0.4.0 → 0.4.1

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 ADDED
@@ -0,0 +1,152 @@
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/littletuna4/reqlan/HEAD/packages/extension/media/logo.png" alt="reqlan logo" width="128" height="128">
3
+ </p>
4
+
5
+ # @reqlan/analytical
6
+
7
+ Shared requirement graph index and analysers for reqlan
8
+
9
+ ## Features
10
+
11
+ - Headless requirement graph index (sql.js) over parsed `.rq` workspaces
12
+ - Analysers for semantic search, file context, local graphs, and completion status
13
+ - `AnalysisApi` façade shared by the CLI and MCP server
14
+ - Context-model helpers for composing focused requirement context
15
+
16
+ ## Install
17
+
18
+ ```bash
19
+ npm install @reqlan/analytical
20
+ ```
21
+
22
+ ## Links
23
+
24
+ - [Site](https://tony.is-a.dev/reqlan)
25
+ - [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=reqlan.reqlan-extension)
26
+ - [Open VSX](https://open-vsx.org/extension/reqlan/reqlan-extension)
27
+ - [GitHub repository](https://github.com/littletuna4/reqlan)
28
+ - [Contact](mailto:reqlan@tony.is-a.dev)
29
+
30
+ ## Changelog
31
+
32
+ ### 0.4.1
33
+
34
+ #### Patch Changes
35
+
36
+ - 1790ce1: Update the landers.
37
+ - Updated dependencies [1790ce1]
38
+ - @reqlan/language@1.4.1
39
+
40
+ ### 0.4.0
41
+
42
+ #### Minor Changes
43
+
44
+ - 8ac3f82: Minor site showcase fixes, extension search functinoality, cli init.
45
+
46
+ #### Patch Changes
47
+
48
+ - Updated dependencies [8ac3f82]
49
+ - @reqlan/language@1.4.0
50
+
51
+ ### 0.3.0
52
+
53
+ #### Minor Changes
54
+
55
+ - 4b9d33b: brevity improvements in activitybar. graph interactivity improvements. various syntactic fixes
56
+
57
+ #### Patch Changes
58
+
59
+ - Updated dependencies [4b9d33b]
60
+ - @reqlan/language@1.3.0
61
+
62
+ ### 0.2.1
63
+
64
+ #### Patch Changes
65
+
66
+ - Updated dependencies [e5389ba]
67
+ - @reqlan/language@1.2.0
68
+
69
+ ### 0.2.0
70
+
71
+ #### Minor Changes
72
+
73
+ - e56ac74: onboarding, index corruption recovery, syntax edge case support, inlay hint development
74
+
75
+ #### Patch Changes
76
+
77
+ - Updated dependencies [e56ac74]
78
+ - @reqlan/language@1.1.0
79
+
80
+ ### 0.1.4
81
+
82
+ #### Patch Changes
83
+
84
+ - b8a50cd: minor fixes
85
+ - Updated dependencies [b8a50cd]
86
+ - @reqlan/language@1.0.1
87
+
88
+ ### 0.1.3
89
+
90
+ #### Patch Changes
91
+
92
+ - Updated dependencies [931fc87]
93
+ - @reqlan/language@1.0.0
94
+
95
+ ### 0.1.2
96
+
97
+ #### Patch Changes
98
+
99
+ - fcb99a0: Various vibed changes
100
+ - Updated dependencies [fcb99a0]
101
+ - @reqlan/language@0.1.2
102
+
103
+ ### 0.1.1
104
+
105
+ #### Patch Changes
106
+
107
+ - d9f43be: remove :memory:
108
+ - Updated dependencies [d9f43be]
109
+ - @reqlan/language@0.1.1
110
+
111
+ ### 0.1.0
112
+
113
+ #### Minor Changes
114
+
115
+ - 65840f4: update to extension activity bar; update to the syntax. addition of testing. bidirectional references.
116
+
117
+ #### Patch Changes
118
+
119
+ - Updated dependencies [65840f4]
120
+ - @reqlan/language@0.1.0
121
+
122
+ ### 0.0.5
123
+
124
+ #### Patch Changes
125
+
126
+ - a6c2066: Branding change
127
+ - Updated dependencies [a6c2066]
128
+ - @reqlan/language@0.0.5
129
+
130
+ ### 0.0.4
131
+
132
+ #### Patch Changes
133
+
134
+ - Updated dependencies [020cd59]
135
+ - @reqlan/language@0.0.4
136
+
137
+ ### 0.0.3
138
+
139
+ #### Patch Changes
140
+
141
+ - Updated dependencies [66e5027]
142
+ - @reqlan/language@0.0.3
143
+
144
+ ### 0.0.2
145
+
146
+ #### Patch Changes
147
+
148
+ - f6bae00: rebase the semver to the manual version
149
+ - d50f988: test increment of \*
150
+ - Updated dependencies [f6bae00]
151
+ - Updated dependencies [d50f988]
152
+ - @reqlan/language@0.0.2
@@ -0,0 +1,32 @@
1
+ <p align="center">
2
+ <img src="{{LOGO_URL}}" alt="reqlan logo" width="128" height="128">
3
+ </p>
4
+
5
+ # {{PACKAGE_NAME}}
6
+
7
+ {{DESCRIPTION}}
8
+
9
+ ## Features
10
+
11
+ - Headless requirement graph index (sql.js) over parsed `.rq` workspaces
12
+ - Analysers for semantic search, file context, local graphs, and completion status
13
+ - `AnalysisApi` façade shared by the CLI and MCP server
14
+ - Context-model helpers for composing focused requirement context
15
+
16
+ ## Install
17
+
18
+ ```bash
19
+ npm install @reqlan/analytical
20
+ ```
21
+
22
+ ## Links
23
+
24
+ - [{{SITE_LABEL}}]({{SITE_URL}})
25
+ - [{{VSC_LABEL}}]({{VSC_URL}})
26
+ - [{{OPENVSX_LABEL}}]({{OPENVSX_URL}})
27
+ - [GitHub repository]({{GITHUB_URL}})
28
+ - [Contact]({{EMAIL_URL}})
29
+
30
+ ## Changelog
31
+
32
+ {{CHANGELOG}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reqlan/analytical",
3
3
  "description": "Shared requirement graph index and analysers for reqlan",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
7
7
  "repository": {
@@ -41,7 +41,7 @@
41
41
  "langium": "~4.3.0",
42
42
  "sql.js": "^1.14.1",
43
43
  "zustand": "~5.0.8",
44
- "@reqlan/language": "1.4.0"
44
+ "@reqlan/language": "1.4.1"
45
45
  },
46
46
  "scripts": {
47
47
  "clean": "shx rm -fr *.tsbuildinfo out",