@kevinrabun/judges 3.38.0 → 3.41.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/CHANGELOG.md +68 -0
- package/README.md +5 -4
- package/dist/api.d.ts +5 -2
- package/dist/api.d.ts.map +1 -1
- package/dist/api.js +5 -1
- package/dist/api.js.map +1 -1
- package/dist/ast/structural-parser.js +3 -3
- package/dist/ast/structural-parser.js.map +1 -1
- package/dist/calibration.d.ts +35 -0
- package/dist/calibration.d.ts.map +1 -1
- package/dist/calibration.js +52 -0
- package/dist/calibration.js.map +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +370 -16
- package/dist/cli.js.map +1 -1
- package/dist/commands/auto-calibrate.d.ts +15 -0
- package/dist/commands/auto-calibrate.d.ts.map +1 -0
- package/dist/commands/auto-calibrate.js +107 -0
- package/dist/commands/auto-calibrate.js.map +1 -0
- package/dist/commands/benchmark-languages.js +4 -4
- package/dist/commands/benchmark.d.ts +2 -1
- package/dist/commands/benchmark.d.ts.map +1 -1
- package/dist/commands/benchmark.js +67 -2
- package/dist/commands/benchmark.js.map +1 -1
- package/dist/commands/calibration-dashboard.d.ts.map +1 -1
- package/dist/commands/calibration-dashboard.js +198 -0
- package/dist/commands/calibration-dashboard.js.map +1 -1
- package/dist/commands/calibration-share.d.ts +31 -0
- package/dist/commands/calibration-share.d.ts.map +1 -0
- package/dist/commands/calibration-share.js +183 -0
- package/dist/commands/calibration-share.js.map +1 -0
- package/dist/commands/compliance-report.d.ts +35 -0
- package/dist/commands/compliance-report.d.ts.map +1 -0
- package/dist/commands/compliance-report.js +162 -0
- package/dist/commands/compliance-report.js.map +1 -0
- package/dist/commands/config-migrate.d.ts +44 -0
- package/dist/commands/config-migrate.d.ts.map +1 -0
- package/dist/commands/config-migrate.js +241 -0
- package/dist/commands/config-migrate.js.map +1 -0
- package/dist/commands/dedup-report.d.ts +13 -0
- package/dist/commands/dedup-report.d.ts.map +1 -0
- package/dist/commands/dedup-report.js +138 -0
- package/dist/commands/dedup-report.js.map +1 -0
- package/dist/commands/dep-audit.d.ts +53 -0
- package/dist/commands/dep-audit.d.ts.map +1 -0
- package/dist/commands/dep-audit.js +278 -0
- package/dist/commands/dep-audit.js.map +1 -0
- package/dist/commands/deprecated.d.ts +48 -0
- package/dist/commands/deprecated.d.ts.map +1 -0
- package/dist/commands/deprecated.js +202 -0
- package/dist/commands/deprecated.js.map +1 -0
- package/dist/commands/diff.d.ts.map +1 -1
- package/dist/commands/diff.js +8 -3
- package/dist/commands/diff.js.map +1 -1
- package/dist/commands/feedback-rules.d.ts +29 -0
- package/dist/commands/feedback-rules.d.ts.map +1 -0
- package/dist/commands/feedback-rules.js +174 -0
- package/dist/commands/feedback-rules.js.map +1 -0
- package/dist/commands/feedback.d.ts +12 -0
- package/dist/commands/feedback.d.ts.map +1 -1
- package/dist/commands/feedback.js +16 -0
- package/dist/commands/feedback.js.map +1 -1
- package/dist/commands/fix-pr.d.ts +23 -0
- package/dist/commands/fix-pr.d.ts.map +1 -0
- package/dist/commands/fix-pr.js +323 -0
- package/dist/commands/fix-pr.js.map +1 -0
- package/dist/commands/fix.d.ts.map +1 -1
- package/dist/commands/fix.js +33 -1
- package/dist/commands/fix.js.map +1 -1
- package/dist/commands/governance.d.ts +32 -0
- package/dist/commands/governance.d.ts.map +1 -0
- package/dist/commands/governance.js +203 -0
- package/dist/commands/governance.js.map +1 -0
- package/dist/commands/help.d.ts +8 -0
- package/dist/commands/help.d.ts.map +1 -0
- package/dist/commands/help.js +303 -0
- package/dist/commands/help.js.map +1 -0
- package/dist/commands/hook.d.ts.map +1 -1
- package/dist/commands/hook.js +17 -20
- package/dist/commands/hook.js.map +1 -1
- package/dist/commands/interactive-fix.d.ts +23 -0
- package/dist/commands/interactive-fix.d.ts.map +1 -0
- package/dist/commands/interactive-fix.js +140 -0
- package/dist/commands/interactive-fix.js.map +1 -0
- package/dist/commands/llm-benchmark.d.ts +119 -0
- package/dist/commands/llm-benchmark.d.ts.map +1 -0
- package/dist/commands/llm-benchmark.js +396 -0
- package/dist/commands/llm-benchmark.js.map +1 -0
- package/dist/commands/metrics-dashboard.d.ts +22 -0
- package/dist/commands/metrics-dashboard.d.ts.map +1 -0
- package/dist/commands/metrics-dashboard.js +335 -0
- package/dist/commands/metrics-dashboard.js.map +1 -0
- package/dist/commands/metrics.d.ts +58 -0
- package/dist/commands/metrics.d.ts.map +1 -0
- package/dist/commands/metrics.js +242 -0
- package/dist/commands/metrics.js.map +1 -0
- package/dist/commands/monorepo.d.ts +38 -0
- package/dist/commands/monorepo.d.ts.map +1 -0
- package/dist/commands/monorepo.js +233 -0
- package/dist/commands/monorepo.js.map +1 -0
- package/dist/commands/notify.d.ts +79 -0
- package/dist/commands/notify.d.ts.map +1 -0
- package/dist/commands/notify.js +325 -0
- package/dist/commands/notify.js.map +1 -0
- package/dist/commands/onboard.d.ts +13 -0
- package/dist/commands/onboard.d.ts.map +1 -0
- package/dist/commands/onboard.js +179 -0
- package/dist/commands/onboard.js.map +1 -0
- package/dist/commands/org-metrics.d.ts +24 -0
- package/dist/commands/org-metrics.d.ts.map +1 -0
- package/dist/commands/org-metrics.js +238 -0
- package/dist/commands/org-metrics.js.map +1 -0
- package/dist/commands/override.d.ts +62 -0
- package/dist/commands/override.d.ts.map +1 -0
- package/dist/commands/override.js +264 -0
- package/dist/commands/override.js.map +1 -0
- package/dist/commands/parity.d.ts +31 -0
- package/dist/commands/parity.d.ts.map +1 -0
- package/dist/commands/parity.js +213 -0
- package/dist/commands/parity.js.map +1 -0
- package/dist/commands/plugin-search.d.ts +40 -0
- package/dist/commands/plugin-search.d.ts.map +1 -0
- package/dist/commands/plugin-search.js +328 -0
- package/dist/commands/plugin-search.js.map +1 -0
- package/dist/commands/plugins.d.ts +13 -0
- package/dist/commands/plugins.d.ts.map +1 -0
- package/dist/commands/plugins.js +105 -0
- package/dist/commands/plugins.js.map +1 -0
- package/dist/commands/quality-gate.d.ts +70 -0
- package/dist/commands/quality-gate.d.ts.map +1 -0
- package/dist/commands/quality-gate.js +264 -0
- package/dist/commands/quality-gate.js.map +1 -0
- package/dist/commands/review.js +1 -1
- package/dist/commands/review.js.map +1 -1
- package/dist/commands/snapshot.d.ts +27 -0
- package/dist/commands/snapshot.d.ts.map +1 -1
- package/dist/commands/snapshot.js +99 -0
- package/dist/commands/snapshot.js.map +1 -1
- package/dist/commands/trace.d.ts +65 -0
- package/dist/commands/trace.d.ts.map +1 -0
- package/dist/commands/trace.js +246 -0
- package/dist/commands/trace.js.map +1 -0
- package/dist/commands/trust-ramp.d.ts +30 -0
- package/dist/commands/trust-ramp.d.ts.map +1 -0
- package/dist/commands/trust-ramp.js +190 -0
- package/dist/commands/trust-ramp.js.map +1 -0
- package/dist/config.d.ts +5 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +65 -0
- package/dist/config.js.map +1 -1
- package/dist/data-adapter.d.ts +124 -0
- package/dist/data-adapter.d.ts.map +1 -0
- package/dist/data-adapter.js +213 -0
- package/dist/data-adapter.js.map +1 -0
- package/dist/evaluators/accessibility.js +1 -1
- package/dist/evaluators/accessibility.js.map +1 -1
- package/dist/evaluators/ai-code-safety.d.ts.map +1 -1
- package/dist/evaluators/ai-code-safety.js +1 -4
- package/dist/evaluators/ai-code-safety.js.map +1 -1
- package/dist/evaluators/cost-effectiveness.js +1 -1
- package/dist/evaluators/cost-effectiveness.js.map +1 -1
- package/dist/evaluators/false-positive-review.js +4 -4
- package/dist/evaluators/false-positive-review.js.map +1 -1
- package/dist/evaluators/framework-rules.d.ts +59 -0
- package/dist/evaluators/framework-rules.d.ts.map +1 -0
- package/dist/evaluators/framework-rules.js +292 -0
- package/dist/evaluators/framework-rules.js.map +1 -0
- package/dist/evaluators/iac-security.js +1 -1
- package/dist/evaluators/iac-security.js.map +1 -1
- package/dist/evaluators/index.d.ts.map +1 -1
- package/dist/evaluators/index.js +59 -10
- package/dist/evaluators/index.js.map +1 -1
- package/dist/evaluators/intent-alignment.d.ts +4 -0
- package/dist/evaluators/intent-alignment.d.ts.map +1 -1
- package/dist/evaluators/intent-alignment.js +163 -0
- package/dist/evaluators/intent-alignment.js.map +1 -1
- package/dist/evaluators/logic-review.js +1 -1
- package/dist/evaluators/logic-review.js.map +1 -1
- package/dist/evaluators/maintainability.js +1 -1
- package/dist/evaluators/maintainability.js.map +1 -1
- package/dist/evaluators/over-engineering.js +3 -3
- package/dist/evaluators/over-engineering.js.map +1 -1
- package/dist/evaluators/project.d.ts +12 -0
- package/dist/evaluators/project.d.ts.map +1 -1
- package/dist/evaluators/project.js +86 -0
- package/dist/evaluators/project.js.map +1 -1
- package/dist/evaluators/security.js +2 -2
- package/dist/evaluators/security.js.map +1 -1
- package/dist/evaluators/ux.js +1 -1
- package/dist/evaluators/ux.js.map +1 -1
- package/dist/finding-lifecycle.d.ts +9 -0
- package/dist/finding-lifecycle.d.ts.map +1 -1
- package/dist/finding-lifecycle.js +15 -0
- package/dist/finding-lifecycle.js.map +1 -1
- package/dist/fix-history.d.ts +9 -0
- package/dist/fix-history.d.ts.map +1 -1
- package/dist/fix-history.js +15 -0
- package/dist/fix-history.js.map +1 -1
- package/dist/formatters/sarif.d.ts +3 -0
- package/dist/formatters/sarif.d.ts.map +1 -1
- package/dist/formatters/sarif.js +36 -12
- package/dist/formatters/sarif.js.map +1 -1
- package/dist/github-app.d.ts +16 -1
- package/dist/github-app.d.ts.map +1 -1
- package/dist/github-app.js +85 -2
- package/dist/github-app.js.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/judge-registry.d.ts +157 -0
- package/dist/judge-registry.d.ts.map +1 -0
- package/dist/judge-registry.js +273 -0
- package/dist/judge-registry.js.map +1 -0
- package/dist/judges/accessibility.d.ts.map +1 -1
- package/dist/judges/accessibility.js +4 -0
- package/dist/judges/accessibility.js.map +1 -1
- package/dist/judges/agent-instructions.d.ts.map +1 -1
- package/dist/judges/agent-instructions.js +4 -0
- package/dist/judges/agent-instructions.js.map +1 -1
- package/dist/judges/ai-code-safety.d.ts.map +1 -1
- package/dist/judges/ai-code-safety.js +4 -0
- package/dist/judges/ai-code-safety.js.map +1 -1
- package/dist/judges/api-contract.d.ts.map +1 -1
- package/dist/judges/api-contract.js +4 -0
- package/dist/judges/api-contract.js.map +1 -1
- package/dist/judges/api-design.d.ts.map +1 -1
- package/dist/judges/api-design.js +4 -0
- package/dist/judges/api-design.js.map +1 -1
- package/dist/judges/authentication.d.ts.map +1 -1
- package/dist/judges/authentication.js +4 -0
- package/dist/judges/authentication.js.map +1 -1
- package/dist/judges/backwards-compatibility.d.ts.map +1 -1
- package/dist/judges/backwards-compatibility.js +4 -0
- package/dist/judges/backwards-compatibility.js.map +1 -1
- package/dist/judges/caching.d.ts.map +1 -1
- package/dist/judges/caching.js +4 -0
- package/dist/judges/caching.js.map +1 -1
- package/dist/judges/ci-cd.d.ts.map +1 -1
- package/dist/judges/ci-cd.js +4 -0
- package/dist/judges/ci-cd.js.map +1 -1
- package/dist/judges/cloud-readiness.d.ts.map +1 -1
- package/dist/judges/cloud-readiness.js +4 -0
- package/dist/judges/cloud-readiness.js.map +1 -1
- package/dist/judges/code-structure.d.ts.map +1 -1
- package/dist/judges/code-structure.js +4 -0
- package/dist/judges/code-structure.js.map +1 -1
- package/dist/judges/compliance.d.ts.map +1 -1
- package/dist/judges/compliance.js +4 -0
- package/dist/judges/compliance.js.map +1 -1
- package/dist/judges/concurrency.d.ts.map +1 -1
- package/dist/judges/concurrency.js +4 -0
- package/dist/judges/concurrency.js.map +1 -1
- package/dist/judges/configuration-management.d.ts.map +1 -1
- package/dist/judges/configuration-management.js +4 -0
- package/dist/judges/configuration-management.js.map +1 -1
- package/dist/judges/cost-effectiveness.d.ts.map +1 -1
- package/dist/judges/cost-effectiveness.js +4 -0
- package/dist/judges/cost-effectiveness.js.map +1 -1
- package/dist/judges/cybersecurity.d.ts.map +1 -1
- package/dist/judges/cybersecurity.js +4 -0
- package/dist/judges/cybersecurity.js.map +1 -1
- package/dist/judges/data-security.d.ts.map +1 -1
- package/dist/judges/data-security.js +4 -0
- package/dist/judges/data-security.js.map +1 -1
- package/dist/judges/data-sovereignty.d.ts.map +1 -1
- package/dist/judges/data-sovereignty.js +4 -0
- package/dist/judges/data-sovereignty.js.map +1 -1
- package/dist/judges/database.d.ts.map +1 -1
- package/dist/judges/database.js +4 -0
- package/dist/judges/database.js.map +1 -1
- package/dist/judges/dependency-health.d.ts.map +1 -1
- package/dist/judges/dependency-health.js +4 -0
- package/dist/judges/dependency-health.js.map +1 -1
- package/dist/judges/documentation.d.ts.map +1 -1
- package/dist/judges/documentation.js +4 -0
- package/dist/judges/documentation.js.map +1 -1
- package/dist/judges/error-handling.d.ts.map +1 -1
- package/dist/judges/error-handling.js +4 -0
- package/dist/judges/error-handling.js.map +1 -1
- package/dist/judges/ethics-bias.d.ts.map +1 -1
- package/dist/judges/ethics-bias.js +4 -0
- package/dist/judges/ethics-bias.js.map +1 -1
- package/dist/judges/false-positive-review.d.ts.map +1 -1
- package/dist/judges/false-positive-review.js +2 -0
- package/dist/judges/false-positive-review.js.map +1 -1
- package/dist/judges/framework-safety.d.ts.map +1 -1
- package/dist/judges/framework-safety.js +4 -0
- package/dist/judges/framework-safety.js.map +1 -1
- package/dist/judges/hallucination-detection.d.ts.map +1 -1
- package/dist/judges/hallucination-detection.js +4 -0
- package/dist/judges/hallucination-detection.js.map +1 -1
- package/dist/judges/iac-security.d.ts.map +1 -1
- package/dist/judges/iac-security.js +4 -0
- package/dist/judges/iac-security.js.map +1 -1
- package/dist/judges/index.d.ts +59 -0
- package/dist/judges/index.d.ts.map +1 -1
- package/dist/judges/index.js +65 -189
- package/dist/judges/index.js.map +1 -1
- package/dist/judges/intent-alignment.d.ts.map +1 -1
- package/dist/judges/intent-alignment.js +4 -0
- package/dist/judges/intent-alignment.js.map +1 -1
- package/dist/judges/internationalization.d.ts.map +1 -1
- package/dist/judges/internationalization.js +4 -0
- package/dist/judges/internationalization.js.map +1 -1
- package/dist/judges/logging-privacy.d.ts.map +1 -1
- package/dist/judges/logging-privacy.js +4 -0
- package/dist/judges/logging-privacy.js.map +1 -1
- package/dist/judges/logic-review.d.ts.map +1 -1
- package/dist/judges/logic-review.js +4 -0
- package/dist/judges/logic-review.js.map +1 -1
- package/dist/judges/maintainability.d.ts.map +1 -1
- package/dist/judges/maintainability.js +4 -0
- package/dist/judges/maintainability.js.map +1 -1
- package/dist/judges/model-fingerprint.d.ts.map +1 -1
- package/dist/judges/model-fingerprint.js +4 -0
- package/dist/judges/model-fingerprint.js.map +1 -1
- package/dist/judges/multi-turn-coherence.d.ts.map +1 -1
- package/dist/judges/multi-turn-coherence.js +4 -0
- package/dist/judges/multi-turn-coherence.js.map +1 -1
- package/dist/judges/observability.d.ts.map +1 -1
- package/dist/judges/observability.js +4 -0
- package/dist/judges/observability.js.map +1 -1
- package/dist/judges/over-engineering.d.ts.map +1 -1
- package/dist/judges/over-engineering.js +4 -0
- package/dist/judges/over-engineering.js.map +1 -1
- package/dist/judges/performance.d.ts.map +1 -1
- package/dist/judges/performance.js +4 -0
- package/dist/judges/performance.js.map +1 -1
- package/dist/judges/portability.d.ts.map +1 -1
- package/dist/judges/portability.js +4 -0
- package/dist/judges/portability.js.map +1 -1
- package/dist/judges/rate-limiting.d.ts.map +1 -1
- package/dist/judges/rate-limiting.js +4 -0
- package/dist/judges/rate-limiting.js.map +1 -1
- package/dist/judges/reliability.d.ts.map +1 -1
- package/dist/judges/reliability.js +4 -0
- package/dist/judges/reliability.js.map +1 -1
- package/dist/judges/scalability.d.ts.map +1 -1
- package/dist/judges/scalability.js +4 -0
- package/dist/judges/scalability.js.map +1 -1
- package/dist/judges/security.d.ts.map +1 -1
- package/dist/judges/security.js +4 -0
- package/dist/judges/security.js.map +1 -1
- package/dist/judges/software-practices.d.ts.map +1 -1
- package/dist/judges/software-practices.js +4 -0
- package/dist/judges/software-practices.js.map +1 -1
- package/dist/judges/testing.d.ts.map +1 -1
- package/dist/judges/testing.js +4 -0
- package/dist/judges/testing.js.map +1 -1
- package/dist/judges/ux.d.ts.map +1 -1
- package/dist/judges/ux.js +4 -0
- package/dist/judges/ux.js.map +1 -1
- package/dist/parallel.d.ts +53 -0
- package/dist/parallel.d.ts.map +1 -0
- package/dist/parallel.js +170 -0
- package/dist/parallel.js.map +1 -0
- package/dist/plugins.d.ts +8 -51
- package/dist/plugins.d.ts.map +1 -1
- package/dist/plugins.js +16 -125
- package/dist/plugins.js.map +1 -1
- package/dist/security-ids.d.ts +24 -0
- package/dist/security-ids.d.ts.map +1 -0
- package/dist/security-ids.js +240 -0
- package/dist/security-ids.js.map +1 -0
- package/dist/tools/prompts.d.ts +4 -0
- package/dist/tools/prompts.d.ts.map +1 -1
- package/dist/tools/prompts.js +6 -4
- package/dist/tools/prompts.js.map +1 -1
- package/dist/tools/register-scaffold.d.ts +3 -0
- package/dist/tools/register-scaffold.d.ts.map +1 -0
- package/dist/tools/register-scaffold.js +399 -0
- package/dist/tools/register-scaffold.js.map +1 -0
- package/dist/tools/register.d.ts +1 -1
- package/dist/tools/register.d.ts.map +1 -1
- package/dist/tools/register.js +3 -1
- package/dist/tools/register.js.map +1 -1
- package/dist/types.d.ts +75 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +3 -2
- package/server.json +2 -2
package/dist/judges/index.js
CHANGED
|
@@ -1,207 +1,83 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
|
|
60
|
-
import { analyzeTesting } from "../evaluators/testing.js";
|
|
61
|
-
import { analyzeDocumentation } from "../evaluators/documentation.js";
|
|
62
|
-
import { analyzeInternationalization } from "../evaluators/internationalization.js";
|
|
63
|
-
import { analyzeDependencyHealth } from "../evaluators/dependency-health.js";
|
|
64
|
-
import { analyzeConcurrency } from "../evaluators/concurrency.js";
|
|
65
|
-
import { analyzeEthicsBias } from "../evaluators/ethics-bias.js";
|
|
66
|
-
import { analyzeMaintainability } from "../evaluators/maintainability.js";
|
|
67
|
-
import { analyzeErrorHandling } from "../evaluators/error-handling.js";
|
|
68
|
-
import { analyzeAuthentication } from "../evaluators/authentication.js";
|
|
69
|
-
import { analyzeDatabase } from "../evaluators/database.js";
|
|
70
|
-
import { analyzeCaching } from "../evaluators/caching.js";
|
|
71
|
-
import { analyzeConfigurationManagement } from "../evaluators/configuration-management.js";
|
|
72
|
-
import { analyzeBackwardsCompatibility } from "../evaluators/backwards-compatibility.js";
|
|
73
|
-
import { analyzePortability } from "../evaluators/portability.js";
|
|
74
|
-
import { analyzeUx } from "../evaluators/ux.js";
|
|
75
|
-
import { analyzeLoggingPrivacy } from "../evaluators/logging-privacy.js";
|
|
76
|
-
import { analyzeRateLimiting } from "../evaluators/rate-limiting.js";
|
|
77
|
-
import { analyzeCiCd } from "../evaluators/ci-cd.js";
|
|
78
|
-
import { analyzeCodeStructure } from "../evaluators/code-structure.js";
|
|
79
|
-
import { analyzeAgentInstructions } from "../evaluators/agent-instructions.js";
|
|
80
|
-
import { analyzeAiCodeSafety } from "../evaluators/ai-code-safety.js";
|
|
81
|
-
import { analyzeFrameworkSafety } from "../evaluators/framework-safety.js";
|
|
82
|
-
import { analyzeIacSecurity } from "../evaluators/iac-security.js";
|
|
83
|
-
import { analyzeSecurity } from "../evaluators/security.js";
|
|
84
|
-
import { analyzeHallucinationDetection } from "../evaluators/hallucination-detection.js";
|
|
85
|
-
import { analyzeIntentAlignment } from "../evaluators/intent-alignment.js";
|
|
86
|
-
import { analyzeApiContract } from "../evaluators/api-contract.js";
|
|
87
|
-
import { analyzeMultiTurnCoherence } from "../evaluators/multi-turn-coherence.js";
|
|
88
|
-
import { analyzeModelFingerprint } from "../evaluators/model-fingerprint.js";
|
|
89
|
-
import { analyzeOverEngineering } from "../evaluators/over-engineering.js";
|
|
90
|
-
import { analyzeLogicReview } from "../evaluators/logic-review.js";
|
|
91
|
-
// ─── Wire each judge to its analyzer ─────────────────────────────────────────
|
|
92
|
-
dataSecurityJudge.analyze = analyzeDataSecurity;
|
|
93
|
-
cybersecurityJudge.analyze = analyzeCybersecurity;
|
|
94
|
-
costEffectivenessJudge.analyze = analyzeCostEffectiveness;
|
|
95
|
-
scalabilityJudge.analyze = analyzeScalability;
|
|
96
|
-
cloudReadinessJudge.analyze = analyzeCloudReadiness;
|
|
97
|
-
softwarePracticesJudge.analyze = analyzeSoftwarePractices;
|
|
98
|
-
accessibilityJudge.analyze = analyzeAccessibility;
|
|
99
|
-
apiDesignJudge.analyze = analyzeApiDesign;
|
|
100
|
-
reliabilityJudge.analyze = analyzeReliability;
|
|
101
|
-
observabilityJudge.analyze = analyzeObservability;
|
|
102
|
-
performanceJudge.analyze = analyzePerformance;
|
|
103
|
-
complianceJudge.analyze = analyzeCompliance;
|
|
104
|
-
dataSovereigntyJudge.analyze = analyzeDataSovereignty;
|
|
105
|
-
testingJudge.analyze = analyzeTesting;
|
|
106
|
-
documentationJudge.analyze = analyzeDocumentation;
|
|
107
|
-
internationalizationJudge.analyze = analyzeInternationalization;
|
|
108
|
-
dependencyHealthJudge.analyze = analyzeDependencyHealth;
|
|
109
|
-
concurrencyJudge.analyze = analyzeConcurrency;
|
|
110
|
-
ethicsBiasJudge.analyze = analyzeEthicsBias;
|
|
111
|
-
maintainabilityJudge.analyze = analyzeMaintainability;
|
|
112
|
-
errorHandlingJudge.analyze = analyzeErrorHandling;
|
|
113
|
-
authenticationJudge.analyze = analyzeAuthentication;
|
|
114
|
-
databaseJudge.analyze = analyzeDatabase;
|
|
115
|
-
cachingJudge.analyze = analyzeCaching;
|
|
116
|
-
configurationManagementJudge.analyze = analyzeConfigurationManagement;
|
|
117
|
-
backwardsCompatibilityJudge.analyze = analyzeBackwardsCompatibility;
|
|
118
|
-
portabilityJudge.analyze = analyzePortability;
|
|
119
|
-
uxJudge.analyze = analyzeUx;
|
|
120
|
-
loggingPrivacyJudge.analyze = analyzeLoggingPrivacy;
|
|
121
|
-
rateLimitingJudge.analyze = analyzeRateLimiting;
|
|
122
|
-
ciCdJudge.analyze = analyzeCiCd;
|
|
123
|
-
codeStructureJudge.analyze = analyzeCodeStructure;
|
|
124
|
-
agentInstructionsJudge.analyze = analyzeAgentInstructions;
|
|
125
|
-
aiCodeSafetyJudge.analyze = analyzeAiCodeSafety;
|
|
126
|
-
frameworkSafetyJudge.analyze = analyzeFrameworkSafety;
|
|
127
|
-
iacSecurityJudge.analyze = analyzeIacSecurity;
|
|
128
|
-
securityJudge.analyze = analyzeSecurity;
|
|
129
|
-
hallucinationDetectionJudge.analyze = analyzeHallucinationDetection;
|
|
130
|
-
intentAlignmentJudge.analyze = analyzeIntentAlignment;
|
|
131
|
-
apiContractJudge.analyze = analyzeApiContract;
|
|
132
|
-
multiTurnCoherenceJudge.analyze = analyzeMultiTurnCoherence;
|
|
133
|
-
modelFingerprintJudge.analyze = analyzeModelFingerprint;
|
|
134
|
-
overEngineeringJudge.analyze = analyzeOverEngineering;
|
|
135
|
-
logicReviewJudge.analyze = analyzeLogicReview;
|
|
1
|
+
/**
|
|
2
|
+
* Judge barrel — side-effect imports trigger self-registration with the
|
|
3
|
+
* unified JudgeRegistry. Each judge file imports its own evaluator and
|
|
4
|
+
* calls `defaultRegistry.register()`, so this file just needs to import
|
|
5
|
+
* each module for its side effects.
|
|
6
|
+
*
|
|
7
|
+
* To add a new built-in judge:
|
|
8
|
+
* 1. Create `src/judges/my-judge.ts` (with self-registration)
|
|
9
|
+
* 2. Create `src/evaluators/my-judge.ts` (analyzer)
|
|
10
|
+
* 3. Add a side-effect import here: `import "./my-judge.js";`
|
|
11
|
+
*/
|
|
12
|
+
import { defaultRegistry } from "../judge-registry.js";
|
|
13
|
+
// ─── Side-effect imports — each judge self-registers on import ───────────────
|
|
14
|
+
import "./data-security.js";
|
|
15
|
+
import "./cybersecurity.js";
|
|
16
|
+
import "./cost-effectiveness.js";
|
|
17
|
+
import "./scalability.js";
|
|
18
|
+
import "./cloud-readiness.js";
|
|
19
|
+
import "./software-practices.js";
|
|
20
|
+
import "./accessibility.js";
|
|
21
|
+
import "./api-design.js";
|
|
22
|
+
import "./reliability.js";
|
|
23
|
+
import "./observability.js";
|
|
24
|
+
import "./performance.js";
|
|
25
|
+
import "./compliance.js";
|
|
26
|
+
import "./data-sovereignty.js";
|
|
27
|
+
import "./testing.js";
|
|
28
|
+
import "./documentation.js";
|
|
29
|
+
import "./internationalization.js";
|
|
30
|
+
import "./dependency-health.js";
|
|
31
|
+
import "./concurrency.js";
|
|
32
|
+
import "./ethics-bias.js";
|
|
33
|
+
import "./maintainability.js";
|
|
34
|
+
import "./error-handling.js";
|
|
35
|
+
import "./authentication.js";
|
|
36
|
+
import "./database.js";
|
|
37
|
+
import "./caching.js";
|
|
38
|
+
import "./configuration-management.js";
|
|
39
|
+
import "./backwards-compatibility.js";
|
|
40
|
+
import "./portability.js";
|
|
41
|
+
import "./ux.js";
|
|
42
|
+
import "./logging-privacy.js";
|
|
43
|
+
import "./rate-limiting.js";
|
|
44
|
+
import "./ci-cd.js";
|
|
45
|
+
import "./code-structure.js";
|
|
46
|
+
import "./agent-instructions.js";
|
|
47
|
+
import "./ai-code-safety.js";
|
|
48
|
+
import "./framework-safety.js";
|
|
49
|
+
import "./iac-security.js";
|
|
50
|
+
import "./security.js";
|
|
51
|
+
import "./hallucination-detection.js";
|
|
52
|
+
import "./intent-alignment.js";
|
|
53
|
+
import "./api-contract.js";
|
|
54
|
+
import "./multi-turn-coherence.js";
|
|
55
|
+
import "./model-fingerprint.js";
|
|
56
|
+
import "./over-engineering.js";
|
|
57
|
+
import "./logic-review.js";
|
|
58
|
+
import "./false-positive-review.js";
|
|
59
|
+
// ─── Re-exports backed by the registry ──────────────────────────────────────
|
|
136
60
|
/**
|
|
137
61
|
* The panel of judges that comprise the Judges Panel.
|
|
138
62
|
*
|
|
139
63
|
* Each judge is a specialized evaluator with deep expertise in a single domain.
|
|
140
64
|
* They operate independently and produce structured findings with
|
|
141
65
|
* severity-rated, actionable recommendations.
|
|
66
|
+
*
|
|
67
|
+
* Note: this snapshot is taken at module-load time, after all built-in judges
|
|
68
|
+
* have self-registered via the side-effect imports above.
|
|
142
69
|
*/
|
|
143
|
-
export const JUDGES =
|
|
144
|
-
dataSecurityJudge,
|
|
145
|
-
cybersecurityJudge,
|
|
146
|
-
costEffectivenessJudge,
|
|
147
|
-
scalabilityJudge,
|
|
148
|
-
cloudReadinessJudge,
|
|
149
|
-
softwarePracticesJudge,
|
|
150
|
-
accessibilityJudge,
|
|
151
|
-
apiDesignJudge,
|
|
152
|
-
reliabilityJudge,
|
|
153
|
-
observabilityJudge,
|
|
154
|
-
performanceJudge,
|
|
155
|
-
complianceJudge,
|
|
156
|
-
dataSovereigntyJudge,
|
|
157
|
-
testingJudge,
|
|
158
|
-
documentationJudge,
|
|
159
|
-
internationalizationJudge,
|
|
160
|
-
dependencyHealthJudge,
|
|
161
|
-
concurrencyJudge,
|
|
162
|
-
ethicsBiasJudge,
|
|
163
|
-
maintainabilityJudge,
|
|
164
|
-
errorHandlingJudge,
|
|
165
|
-
authenticationJudge,
|
|
166
|
-
databaseJudge,
|
|
167
|
-
cachingJudge,
|
|
168
|
-
configurationManagementJudge,
|
|
169
|
-
backwardsCompatibilityJudge,
|
|
170
|
-
portabilityJudge,
|
|
171
|
-
uxJudge,
|
|
172
|
-
loggingPrivacyJudge,
|
|
173
|
-
rateLimitingJudge,
|
|
174
|
-
ciCdJudge,
|
|
175
|
-
codeStructureJudge,
|
|
176
|
-
agentInstructionsJudge,
|
|
177
|
-
aiCodeSafetyJudge,
|
|
178
|
-
frameworkSafetyJudge,
|
|
179
|
-
iacSecurityJudge,
|
|
180
|
-
securityJudge,
|
|
181
|
-
hallucinationDetectionJudge,
|
|
182
|
-
intentAlignmentJudge,
|
|
183
|
-
apiContractJudge,
|
|
184
|
-
multiTurnCoherenceJudge,
|
|
185
|
-
modelFingerprintJudge,
|
|
186
|
-
overEngineeringJudge,
|
|
187
|
-
logicReviewJudge,
|
|
188
|
-
falsePositiveReviewJudge,
|
|
189
|
-
];
|
|
70
|
+
export const JUDGES = defaultRegistry.getJudges();
|
|
190
71
|
/**
|
|
191
72
|
* Look up a judge by ID.
|
|
192
73
|
*/
|
|
193
74
|
export function getJudge(id) {
|
|
194
|
-
return
|
|
75
|
+
return defaultRegistry.getJudge(id);
|
|
195
76
|
}
|
|
196
77
|
/**
|
|
197
78
|
* Get a short summary of all judges for display.
|
|
198
79
|
*/
|
|
199
80
|
export function getJudgeSummaries() {
|
|
200
|
-
return
|
|
201
|
-
id,
|
|
202
|
-
name,
|
|
203
|
-
domain,
|
|
204
|
-
description,
|
|
205
|
-
}));
|
|
81
|
+
return defaultRegistry.getJudgeSummaries();
|
|
206
82
|
}
|
|
207
83
|
//# sourceMappingURL=index.js.map
|
package/dist/judges/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/judges/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/judges/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,gFAAgF;AAChF,OAAO,oBAAoB,CAAC;AAC5B,OAAO,oBAAoB,CAAC;AAC5B,OAAO,yBAAyB,CAAC;AACjC,OAAO,kBAAkB,CAAC;AAC1B,OAAO,sBAAsB,CAAC;AAC9B,OAAO,yBAAyB,CAAC;AACjC,OAAO,oBAAoB,CAAC;AAC5B,OAAO,iBAAiB,CAAC;AACzB,OAAO,kBAAkB,CAAC;AAC1B,OAAO,oBAAoB,CAAC;AAC5B,OAAO,kBAAkB,CAAC;AAC1B,OAAO,iBAAiB,CAAC;AACzB,OAAO,uBAAuB,CAAC;AAC/B,OAAO,cAAc,CAAC;AACtB,OAAO,oBAAoB,CAAC;AAC5B,OAAO,2BAA2B,CAAC;AACnC,OAAO,wBAAwB,CAAC;AAChC,OAAO,kBAAkB,CAAC;AAC1B,OAAO,kBAAkB,CAAC;AAC1B,OAAO,sBAAsB,CAAC;AAC9B,OAAO,qBAAqB,CAAC;AAC7B,OAAO,qBAAqB,CAAC;AAC7B,OAAO,eAAe,CAAC;AACvB,OAAO,cAAc,CAAC;AACtB,OAAO,+BAA+B,CAAC;AACvC,OAAO,8BAA8B,CAAC;AACtC,OAAO,kBAAkB,CAAC;AAC1B,OAAO,SAAS,CAAC;AACjB,OAAO,sBAAsB,CAAC;AAC9B,OAAO,oBAAoB,CAAC;AAC5B,OAAO,YAAY,CAAC;AACpB,OAAO,qBAAqB,CAAC;AAC7B,OAAO,yBAAyB,CAAC;AACjC,OAAO,qBAAqB,CAAC;AAC7B,OAAO,uBAAuB,CAAC;AAC/B,OAAO,mBAAmB,CAAC;AAC3B,OAAO,eAAe,CAAC;AACvB,OAAO,8BAA8B,CAAC;AACtC,OAAO,uBAAuB,CAAC;AAC/B,OAAO,mBAAmB,CAAC;AAC3B,OAAO,2BAA2B,CAAC;AACnC,OAAO,wBAAwB,CAAC;AAChC,OAAO,uBAAuB,CAAC;AAC/B,OAAO,mBAAmB,CAAC;AAC3B,OAAO,4BAA4B,CAAC;AAEpC,+EAA+E;AAE/E;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,MAAM,GAAsB,eAAe,CAAC,SAAS,EAAE,CAAC;AAErE;;GAEG;AACH,MAAM,UAAU,QAAQ,CAAC,EAAU;IACjC,OAAO,eAAe,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;AACtC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,iBAAiB;IAM/B,OAAO,eAAe,CAAC,iBAAiB,EAAE,CAAC;AAC7C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intent-alignment.d.ts","sourceRoot":"","sources":["../../src/judges/intent-alignment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"intent-alignment.d.ts","sourceRoot":"","sources":["../../src/judges/intent-alignment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,eAAO,MAAM,oBAAoB,EAAE,eA+BlC,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { analyzeIntentAlignment } from "../evaluators/intent-alignment.js";
|
|
2
|
+
import { defaultRegistry } from "../judge-registry.js";
|
|
1
3
|
export const intentAlignmentJudge = {
|
|
2
4
|
id: "intent-alignment",
|
|
3
5
|
name: "Judge Intent Alignment",
|
|
@@ -26,5 +28,7 @@ Each finding must include:
|
|
|
26
28
|
- The specific function/method name and its declared intent
|
|
27
29
|
- What the implementation actually does (or doesn't do)
|
|
28
30
|
- A concrete recommendation for fixing the gap`,
|
|
31
|
+
analyze: analyzeIntentAlignment,
|
|
29
32
|
};
|
|
33
|
+
defaultRegistry.register(intentAlignmentJudge);
|
|
30
34
|
//# sourceMappingURL=intent-alignment.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intent-alignment.js","sourceRoot":"","sources":["../../src/judges/intent-alignment.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"intent-alignment.js","sourceRoot":"","sources":["../../src/judges/intent-alignment.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,CAAC,MAAM,oBAAoB,GAAoB;IACnD,EAAE,EAAE,kBAAkB;IACtB,IAAI,EAAE,wBAAwB;IAC9B,MAAM,EAAE,yCAAyC;IACjD,WAAW,EACT,4NAA4N;IAC9N,UAAU,EAAE,QAAQ;IACpB,gBAAgB,EACd,qGAAqG;IACvG,iBAAiB,EAAE,8EAA8E;IACjG,YAAY,EAAE;;;;;;;;;;;;;;;;;;;+CAmB+B;IAC7C,OAAO,EAAE,sBAAsB;CAChC,CAAC;AAEF,eAAe,CAAC,QAAQ,CAAC,oBAAoB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internationalization.d.ts","sourceRoot":"","sources":["../../src/judges/internationalization.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"internationalization.d.ts","sourceRoot":"","sources":["../../src/judges/internationalization.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,eAAO,MAAM,yBAAyB,EAAE,eAyCvC,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { analyzeInternationalization } from "../evaluators/internationalization.js";
|
|
2
|
+
import { defaultRegistry } from "../judge-registry.js";
|
|
1
3
|
export const internationalizationJudge = {
|
|
2
4
|
id: "internationalization",
|
|
3
5
|
name: "Judge Internationalization",
|
|
@@ -37,5 +39,7 @@ ADVERSARIAL MANDATE:
|
|
|
37
39
|
- Never praise or compliment the code. Report only problems, risks, and deficiencies.
|
|
38
40
|
- If you are uncertain whether something is an issue, flag it only when you can cite specific code evidence (line numbers, patterns, API calls). Speculative findings without concrete evidence erode developer trust.
|
|
39
41
|
- Absence of findings does not mean the code is internationalization-ready. It means your analysis reached its limits. State this explicitly.`,
|
|
42
|
+
analyze: analyzeInternationalization,
|
|
40
43
|
};
|
|
44
|
+
defaultRegistry.register(internationalizationJudge);
|
|
41
45
|
//# sourceMappingURL=internationalization.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internationalization.js","sourceRoot":"","sources":["../../src/judges/internationalization.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"internationalization.js","sourceRoot":"","sources":["../../src/judges/internationalization.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,CAAC,MAAM,yBAAyB,GAAoB;IACxD,EAAE,EAAE,sBAAsB;IAC1B,IAAI,EAAE,4BAA4B;IAClC,MAAM,EAAE,qBAAqB;IAC7B,WAAW,EACT,oJAAoJ;IACtJ,UAAU,EAAE,MAAM;IAClB,gBAAgB,EAAE,yDAAyD;IAC3E,iBAAiB,EAAE,kBAAkB;IACrC,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8IA8B8H;IAC5I,OAAO,EAAE,2BAA2B;CACrC,CAAC;AAEF,eAAe,CAAC,QAAQ,CAAC,yBAAyB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logging-privacy.d.ts","sourceRoot":"","sources":["../../src/judges/logging-privacy.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"logging-privacy.d.ts","sourceRoot":"","sources":["../../src/judges/logging-privacy.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,eAAO,MAAM,mBAAmB,EAAE,eAoCjC,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { analyzeLoggingPrivacy } from "../evaluators/logging-privacy.js";
|
|
2
|
+
import { defaultRegistry } from "../judge-registry.js";
|
|
1
3
|
export const loggingPrivacyJudge = {
|
|
2
4
|
id: "logging-privacy",
|
|
3
5
|
name: "Judge Logging Privacy",
|
|
@@ -32,5 +34,7 @@ ADVERSARIAL MANDATE:
|
|
|
32
34
|
- Never praise or compliment the code. Report only problems, risks, and deficiencies.
|
|
33
35
|
- If you are uncertain whether something is an issue, flag it only when you can cite specific code evidence (line numbers, patterns, API calls). Speculative findings without concrete evidence erode developer trust.
|
|
34
36
|
- Absence of findings does not mean logging is privacy-safe. It means your analysis reached its limits. State this explicitly.`,
|
|
37
|
+
analyze: analyzeLoggingPrivacy,
|
|
35
38
|
};
|
|
39
|
+
defaultRegistry.register(loggingPrivacyJudge);
|
|
36
40
|
//# sourceMappingURL=logging-privacy.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logging-privacy.js","sourceRoot":"","sources":["../../src/judges/logging-privacy.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"logging-privacy.js","sourceRoot":"","sources":["../../src/judges/logging-privacy.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,CAAC,MAAM,mBAAmB,GAAoB;IAClD,EAAE,EAAE,iBAAiB;IACrB,IAAI,EAAE,uBAAuB;IAC7B,MAAM,EAAE,kCAAkC;IAC1C,WAAW,EACT,sJAAsJ;IACxJ,UAAU,EAAE,SAAS;IACrB,gBAAgB,EAAE,2DAA2D;IAC7E,iBAAiB,EAAE,6BAA6B;IAChD,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;+HAyB+G;IAC7H,OAAO,EAAE,qBAAqB;CAC/B,CAAC;AAEF,eAAe,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logic-review.d.ts","sourceRoot":"","sources":["../../src/judges/logic-review.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"logic-review.d.ts","sourceRoot":"","sources":["../../src/judges/logic-review.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,eAAO,MAAM,gBAAgB,EAAE,eAiC9B,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { analyzeLogicReview } from "../evaluators/logic-review.js";
|
|
2
|
+
import { defaultRegistry } from "../judge-registry.js";
|
|
1
3
|
export const logicReviewJudge = {
|
|
2
4
|
id: "logic-review",
|
|
3
5
|
name: "Judge Logic Review",
|
|
@@ -29,5 +31,7 @@ FALSE POSITIVE AVOIDANCE:
|
|
|
29
31
|
- Feature flags intentionally create "dead" branches — skip if flag-guarded
|
|
30
32
|
- Test files may intentionally test edge cases with unusual conditions
|
|
31
33
|
- Framework-required patterns (e.g., exhaustive switch in Redux) are intentional`,
|
|
34
|
+
analyze: analyzeLogicReview,
|
|
32
35
|
};
|
|
36
|
+
defaultRegistry.register(logicReviewJudge);
|
|
33
37
|
//# sourceMappingURL=logic-review.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logic-review.js","sourceRoot":"","sources":["../../src/judges/logic-review.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"logic-review.js","sourceRoot":"","sources":["../../src/judges/logic-review.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,CAAC,MAAM,gBAAgB,GAAoB;IAC/C,EAAE,EAAE,cAAc;IAClB,IAAI,EAAE,oBAAoB;IAC1B,MAAM,EAAE,wCAAwC;IAChD,WAAW,EACT,qLAAqL;IACvL,UAAU,EAAE,OAAO;IACnB,gBAAgB,EAAE,yFAAyF;IAC3G,iBAAiB,EAAE,2FAA2F;IAC9G,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;iFAsBiE;IAC/E,OAAO,EAAE,kBAAkB;CAC5B,CAAC;AAEF,eAAe,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maintainability.d.ts","sourceRoot":"","sources":["../../src/judges/maintainability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"maintainability.d.ts","sourceRoot":"","sources":["../../src/judges/maintainability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,eAAO,MAAM,oBAAoB,EAAE,eAoClC,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { analyzeMaintainability } from "../evaluators/maintainability.js";
|
|
2
|
+
import { defaultRegistry } from "../judge-registry.js";
|
|
1
3
|
export const maintainabilityJudge = {
|
|
2
4
|
id: "maintainability",
|
|
3
5
|
name: "Judge Maintainability",
|
|
@@ -32,5 +34,7 @@ ADVERSARIAL MANDATE:
|
|
|
32
34
|
- Never praise or compliment the code. Report only problems, risks, and deficiencies.
|
|
33
35
|
- If you are uncertain whether something is an issue, flag it only when you can cite specific code evidence (line numbers, patterns, API calls). Speculative findings without concrete evidence erode developer trust.
|
|
34
36
|
- Absence of findings does not mean the code is maintainable. It means your analysis reached its limits. State this explicitly.`,
|
|
37
|
+
analyze: analyzeMaintainability,
|
|
35
38
|
};
|
|
39
|
+
defaultRegistry.register(maintainabilityJudge);
|
|
36
40
|
//# sourceMappingURL=maintainability.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maintainability.js","sourceRoot":"","sources":["../../src/judges/maintainability.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"maintainability.js","sourceRoot":"","sources":["../../src/judges/maintainability.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,CAAC,MAAM,oBAAoB,GAAoB;IACnD,EAAE,EAAE,iBAAiB;IACrB,IAAI,EAAE,uBAAuB;IAC7B,MAAM,EAAE,uCAAuC;IAC/C,WAAW,EACT,oJAAoJ;IACtJ,UAAU,EAAE,OAAO;IACnB,gBAAgB,EAAE,gEAAgE;IAClF,iBAAiB,EAAE,yCAAyC;IAC5D,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;gIAyBgH;IAC9H,OAAO,EAAE,sBAAsB;CAChC,CAAC;AAEF,eAAe,CAAC,QAAQ,CAAC,oBAAoB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-fingerprint.d.ts","sourceRoot":"","sources":["../../src/judges/model-fingerprint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"model-fingerprint.d.ts","sourceRoot":"","sources":["../../src/judges/model-fingerprint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,eAAO,MAAM,qBAAqB,EAAE,eAgCnC,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { analyzeModelFingerprint } from "../evaluators/model-fingerprint.js";
|
|
2
|
+
import { defaultRegistry } from "../judge-registry.js";
|
|
1
3
|
export const modelFingerprintJudge = {
|
|
2
4
|
id: "model-fingerprint",
|
|
3
5
|
name: "Judge Model Fingerprint Detection",
|
|
@@ -28,5 +30,7 @@ FALSE POSITIVE AVOIDANCE:
|
|
|
28
30
|
ADVERSARIAL MANDATE:
|
|
29
31
|
- Flag AI-generated code that may carry model-specific biases or blind spots.
|
|
30
32
|
- Treat provenance transparency as a code quality concern.`,
|
|
33
|
+
analyze: analyzeModelFingerprint,
|
|
31
34
|
};
|
|
35
|
+
defaultRegistry.register(modelFingerprintJudge);
|
|
32
36
|
//# sourceMappingURL=model-fingerprint.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-fingerprint.js","sourceRoot":"","sources":["../../src/judges/model-fingerprint.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"model-fingerprint.js","sourceRoot":"","sources":["../../src/judges/model-fingerprint.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,CAAC,MAAM,qBAAqB,GAAoB;IACpD,EAAE,EAAE,mBAAmB;IACvB,IAAI,EAAE,mCAAmC;IACzC,MAAM,EAAE,wCAAwC;IAChD,WAAW,EACT,+EAA+E;QAC/E,uEAAuE;QACvE,wDAAwD;IAC1D,UAAU,EAAE,MAAM;IAClB,gBAAgB,EAAE,8EAA8E;IAChG,iBAAiB,EAAE,sEAAsE;IACzF,YAAY,EAAE;;;;;;;;;;;;;;;;;;;2DAmB2C;IACzD,OAAO,EAAE,uBAAuB;CACjC,CAAC;AAEF,eAAe,CAAC,QAAQ,CAAC,qBAAqB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multi-turn-coherence.d.ts","sourceRoot":"","sources":["../../src/judges/multi-turn-coherence.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"multi-turn-coherence.d.ts","sourceRoot":"","sources":["../../src/judges/multi-turn-coherence.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,eAAO,MAAM,uBAAuB,EAAE,eA6BrC,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { analyzeMultiTurnCoherence } from "../evaluators/multi-turn-coherence.js";
|
|
2
|
+
import { defaultRegistry } from "../judge-registry.js";
|
|
1
3
|
export const multiTurnCoherenceJudge = {
|
|
2
4
|
id: "multi-turn-coherence",
|
|
3
5
|
name: "Judge Multi-Turn Coherence",
|
|
@@ -25,5 +27,7 @@ SEVERITY MAPPING:
|
|
|
25
27
|
ADVERSARIAL MANDATE:
|
|
26
28
|
- Treat every contradiction as a potential logic bug.
|
|
27
29
|
- Do NOT assume dead code is intentionally left for debugging.`,
|
|
30
|
+
analyze: analyzeMultiTurnCoherence,
|
|
28
31
|
};
|
|
32
|
+
defaultRegistry.register(multiTurnCoherenceJudge);
|
|
29
33
|
//# sourceMappingURL=multi-turn-coherence.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multi-turn-coherence.js","sourceRoot":"","sources":["../../src/judges/multi-turn-coherence.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"multi-turn-coherence.js","sourceRoot":"","sources":["../../src/judges/multi-turn-coherence.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,CAAC,MAAM,uBAAuB,GAAoB;IACtD,EAAE,EAAE,sBAAsB;IAC1B,IAAI,EAAE,4BAA4B;IAClC,WAAW,EACT,qFAAqF;QACrF,sFAAsF;IACxF,MAAM,EAAE,8BAA8B;IACtC,UAAU,EAAE,KAAK;IACjB,gBAAgB,EAAE,oFAAoF;IACtG,iBAAiB,EAAE,sFAAsF;IACzG,YAAY,EAAE;;;;;;;;;;;;;;;;;+DAiB+C;IAC7D,OAAO,EAAE,yBAAyB;CACnC,CAAC;AAEF,eAAe,CAAC,QAAQ,CAAC,uBAAuB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"observability.d.ts","sourceRoot":"","sources":["../../src/judges/observability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"observability.d.ts","sourceRoot":"","sources":["../../src/judges/observability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,eAAO,MAAM,kBAAkB,EAAE,eAoChC,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { analyzeObservability } from "../evaluators/observability.js";
|
|
2
|
+
import { defaultRegistry } from "../judge-registry.js";
|
|
1
3
|
export const observabilityJudge = {
|
|
2
4
|
id: "observability",
|
|
3
5
|
name: "Judge Observability",
|
|
@@ -32,5 +34,7 @@ ADVERSARIAL MANDATE:
|
|
|
32
34
|
- Never praise or compliment the code. Report only problems, risks, and deficiencies.
|
|
33
35
|
- If you are uncertain whether something is an issue, flag it only when you can cite specific code evidence (line numbers, patterns, API calls). Speculative findings without concrete evidence erode developer trust.
|
|
34
36
|
- Absence of findings does not mean the code is observable. It means your analysis reached its limits. State this explicitly.`,
|
|
37
|
+
analyze: analyzeObservability,
|
|
35
38
|
};
|
|
39
|
+
defaultRegistry.register(observabilityJudge);
|
|
36
40
|
//# sourceMappingURL=observability.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"observability.js","sourceRoot":"","sources":["../../src/judges/observability.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"observability.js","sourceRoot":"","sources":["../../src/judges/observability.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,CAAC,MAAM,kBAAkB,GAAoB;IACjD,EAAE,EAAE,eAAe;IACnB,IAAI,EAAE,qBAAqB;IAC3B,MAAM,EAAE,0BAA0B;IAClC,WAAW,EACT,8JAA8J;IAChK,UAAU,EAAE,KAAK;IACjB,gBAAgB,EAAE,qDAAqD;IACvE,iBAAiB,EAAE,wCAAwC;IAC3D,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;8HAyB8G;IAC5H,OAAO,EAAE,oBAAoB;CAC9B,CAAC;AAEF,eAAe,CAAC,QAAQ,CAAC,kBAAkB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"over-engineering.d.ts","sourceRoot":"","sources":["../../src/judges/over-engineering.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"over-engineering.d.ts","sourceRoot":"","sources":["../../src/judges/over-engineering.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,eAAO,MAAM,oBAAoB,EAAE,eA+ClC,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { analyzeOverEngineering } from "../evaluators/over-engineering.js";
|
|
2
|
+
import { defaultRegistry } from "../judge-registry.js";
|
|
1
3
|
export const overEngineeringJudge = {
|
|
2
4
|
id: "over-engineering",
|
|
3
5
|
name: "Judge Over-Engineering",
|
|
@@ -43,5 +45,7 @@ FALSE POSITIVE AVOIDANCE:
|
|
|
43
45
|
Skip findings in test files (*.test.*, *.spec.*, *_test.*).
|
|
44
46
|
- Framework boilerplate (Angular modules, Spring beans, NestJS providers)
|
|
45
47
|
is required by the framework. Do not flag mandated patterns.`,
|
|
48
|
+
analyze: analyzeOverEngineering,
|
|
46
49
|
};
|
|
50
|
+
defaultRegistry.register(overEngineeringJudge);
|
|
47
51
|
//# sourceMappingURL=over-engineering.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"over-engineering.js","sourceRoot":"","sources":["../../src/judges/over-engineering.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"over-engineering.js","sourceRoot":"","sources":["../../src/judges/over-engineering.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,CAAC,MAAM,oBAAoB,GAAoB;IACnD,EAAE,EAAE,kBAAkB;IACtB,IAAI,EAAE,wBAAwB;IAC9B,MAAM,EAAE,yBAAyB;IACjC,WAAW,EACT,sLAAsL;IACxL,UAAU,EAAE,MAAM;IAClB,gBAAgB,EAAE,0FAA0F;IAC5G,iBAAiB,EAAE,kFAAkF;IACrG,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoC+C;IAC7D,OAAO,EAAE,sBAAsB;CAChC,CAAC;AAEF,eAAe,CAAC,QAAQ,CAAC,oBAAoB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"performance.d.ts","sourceRoot":"","sources":["../../src/judges/performance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"performance.d.ts","sourceRoot":"","sources":["../../src/judges/performance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,eAAO,MAAM,gBAAgB,EAAE,eA2C9B,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { analyzePerformance } from "../evaluators/performance.js";
|
|
2
|
+
import { defaultRegistry } from "../judge-registry.js";
|
|
1
3
|
export const performanceJudge = {
|
|
2
4
|
id: "performance",
|
|
3
5
|
name: "Judge Performance",
|
|
@@ -39,5 +41,7 @@ ADVERSARIAL MANDATE:
|
|
|
39
41
|
- Never praise or compliment the code. Report only problems, risks, and deficiencies.
|
|
40
42
|
- If you are uncertain whether something is an issue, flag it only when you can cite specific code evidence (line numbers, patterns, API calls). Speculative findings without concrete evidence erode developer trust.
|
|
41
43
|
- Absence of findings does not mean the code is performant. It means your analysis reached its limits. State this explicitly.`,
|
|
44
|
+
analyze: analyzePerformance,
|
|
42
45
|
};
|
|
46
|
+
defaultRegistry.register(performanceJudge);
|
|
43
47
|
//# sourceMappingURL=performance.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"performance.js","sourceRoot":"","sources":["../../src/judges/performance.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"performance.js","sourceRoot":"","sources":["../../src/judges/performance.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,CAAC,MAAM,gBAAgB,GAAoB;IAC/C,EAAE,EAAE,aAAa;IACjB,IAAI,EAAE,mBAAmB;IACzB,MAAM,EAAE,qBAAqB;IAC7B,WAAW,EACT,kKAAkK;IACpK,UAAU,EAAE,MAAM;IAClB,gBAAgB,EAAE,8CAA8C;IAChE,iBAAiB,EAAE,sCAAsC;IACzD,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8HAgC8G;IAC5H,OAAO,EAAE,kBAAkB;CAC5B,CAAC;AAEF,eAAe,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"portability.d.ts","sourceRoot":"","sources":["../../src/judges/portability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"portability.d.ts","sourceRoot":"","sources":["../../src/judges/portability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,eAAO,MAAM,gBAAgB,EAAE,eAoC9B,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { analyzePortability } from "../evaluators/portability.js";
|
|
2
|
+
import { defaultRegistry } from "../judge-registry.js";
|
|
1
3
|
export const portabilityJudge = {
|
|
2
4
|
id: "portability",
|
|
3
5
|
name: "Judge Portability",
|
|
@@ -32,5 +34,7 @@ ADVERSARIAL MANDATE:
|
|
|
32
34
|
- Never praise or compliment the code. Report only problems, risks, and deficiencies.
|
|
33
35
|
- If you are uncertain whether something is an issue, flag it only when you can cite specific code evidence (line numbers, patterns, API calls). Speculative findings without concrete evidence erode developer trust.
|
|
34
36
|
- Absence of findings does not mean the code is portable. It means your analysis reached its limits. State this explicitly.`,
|
|
37
|
+
analyze: analyzePortability,
|
|
35
38
|
};
|
|
39
|
+
defaultRegistry.register(portabilityJudge);
|
|
36
40
|
//# sourceMappingURL=portability.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"portability.js","sourceRoot":"","sources":["../../src/judges/portability.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"portability.js","sourceRoot":"","sources":["../../src/judges/portability.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,CAAC,MAAM,gBAAgB,GAAoB;IAC/C,EAAE,EAAE,aAAa;IACjB,IAAI,EAAE,mBAAmB;IACzB,MAAM,EAAE,4CAA4C;IACpD,WAAW,EACT,6JAA6J;IAC/J,UAAU,EAAE,OAAO;IACnB,gBAAgB,EAAE,oDAAoD;IACtE,iBAAiB,EAAE,kCAAkC;IACrD,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;4HAyB4G;IAC1H,OAAO,EAAE,kBAAkB;CAC5B,CAAC;AAEF,eAAe,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rate-limiting.d.ts","sourceRoot":"","sources":["../../src/judges/rate-limiting.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"rate-limiting.d.ts","sourceRoot":"","sources":["../../src/judges/rate-limiting.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,eAAO,MAAM,iBAAiB,EAAE,eAoC/B,CAAC"}
|