eslint-plugin-rulvar 1.5.2 → 1.7.0
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# eslint-plugin-rulvar
|
|
2
2
|
|
|
3
|
-
Determinism lint rules for
|
|
3
|
+
Determinism lint rules for Rulvar workflow modules: ban bare `Date.now`,
|
|
4
4
|
`Math.random`, `new Date`, `fetch`, and `process.env`, and ban
|
|
5
5
|
`Promise.all` over `ctx` calls, so workflows stay replay-safe. Emits
|
|
6
6
|
structured JSON diagnostics (`toJsonDiagnostics`) that drive the
|
|
7
7
|
planner's self-repair loop, and ships a ready `workflowsConfig` for
|
|
8
8
|
ESLint flat config. Requires ESLint 9 or newer (peer dependency).
|
|
9
9
|
|
|
10
|
-
Part of [
|
|
10
|
+
Part of [Rulvar](https://rulvar.com), an embeddable TypeScript engine
|
|
11
11
|
for durable, budget-bounded multi-agent LLM workflows, where a completed
|
|
12
12
|
LLM call is never paid for twice. Full documentation:
|
|
13
13
|
[docs.rulvar.com](https://docs.rulvar.com).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-rulvar",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.7.0",
|
|
4
|
+
"description": "Rulvar determinism lint rules with structural JSON diagnostics for the planner self-repair loop.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"engines": {
|