norn-cli 2.4.0 → 2.6.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/AGENTS.md +2 -2
- package/CHANGELOG.md +26 -1
- package/dist/cli.js +330 -85
- package/package.json +24 -5
- package/schemas/norn.config.schema.json +43 -1
- package/scripts/__pycache__/reddit_signal_miner.cpython-312.pyc +0 -0
- package/scripts/reddit_signal_miner.py +482 -0
- package/.claude/settings.local.json +0 -18
- package/.claude/skills/norn-social-campaign/SKILL.md +0 -70
- package/out/apiResponseIntellisenseCache.js +0 -394
- package/out/assertionRunner.js +0 -567
- package/out/cacheDir.js +0 -136
- package/out/chatParticipant.js +0 -763
- package/out/cli/colors.js +0 -127
- package/out/cli/formatters/assertion.js +0 -102
- package/out/cli/formatters/index.js +0 -23
- package/out/cli/formatters/response.js +0 -106
- package/out/cli/formatters/summary.js +0 -246
- package/out/cli/redaction.js +0 -237
- package/out/cli/reporters/html.js +0 -689
- package/out/cli/reporters/index.js +0 -22
- package/out/cli/reporters/junit.js +0 -226
- package/out/codeLensProvider.js +0 -351
- package/out/compareContentProvider.js +0 -85
- package/out/completionProvider.js +0 -3739
- package/out/contractAssertionSummary.js +0 -225
- package/out/contractDecorationProvider.js +0 -243
- package/out/coverageCalculator.js +0 -879
- package/out/coveragePanel.js +0 -597
- package/out/debug/breakpointResolver.js +0 -84
- package/out/debug/breakpoints.js +0 -52
- package/out/debug/nornDebugAdapter.js +0 -166
- package/out/debug/nornDebugSession.js +0 -613
- package/out/debug/sequenceLocationIndex.js +0 -77
- package/out/debug/types.js +0 -3
- package/out/deepClone.js +0 -21
- package/out/diagnosticProvider.js +0 -2554
- package/out/environmentParser.js +0 -736
- package/out/environmentProvider.js +0 -544
- package/out/environmentTemplates.js +0 -146
- package/out/errors/formatError.js +0 -113
- package/out/errors/nornError.js +0 -29
- package/out/formUrlEncoded.js +0 -89
- package/out/httpClient.js +0 -348
- package/out/httpRuntimeOptions.js +0 -16
- package/out/importErrors.js +0 -31
- package/out/inlayHintResolver.js +0 -70
- package/out/jsonFileReader.js +0 -323
- package/out/mcpClient.js +0 -193
- package/out/mcpConfig.js +0 -184
- package/out/mcpToolIntellisenseCache.js +0 -96
- package/out/mcpToolSchema.js +0 -50
- package/out/nornConfig.js +0 -132
- package/out/nornHoverProvider.js +0 -124
- package/out/nornInlayHintsProvider.js +0 -191
- package/out/nornPrompt.js +0 -755
- package/out/nornSqlParser.js +0 -286
- package/out/nornapiHoverProvider.js +0 -135
- package/out/nornapiInlayHintsProvider.js +0 -94
- package/out/nornapiParser.js +0 -324
- package/out/nornenvCodeActionProvider.js +0 -101
- package/out/nornenvDecorationProvider.js +0 -239
- package/out/nornenvFoldingProvider.js +0 -63
- package/out/nornenvHoverProvider.js +0 -114
- package/out/nornenvInlayHintsProvider.js +0 -99
- package/out/nornenvLanguageModel.js +0 -187
- package/out/nornenvRegionRefactor.js +0 -267
- package/out/nornsqlHoverProvider.js +0 -95
- package/out/nornsqlInlayHintsProvider.js +0 -114
- package/out/parser.js +0 -839
- package/out/pathAccess.js +0 -28
- package/out/postmanImportPanel.js +0 -732
- package/out/postmanImportPlanner.js +0 -1155
- package/out/postmanImportSidebarView.js +0 -532
- package/out/quotedString.js +0 -35
- package/out/requestPreparation.js +0 -179
- package/out/requestValidation.js +0 -146
- package/out/responsePanel.js +0 -7754
- package/out/schemaGenerator.js +0 -562
- package/out/scriptRunner.js +0 -419
- package/out/secrets/cliSecrets.js +0 -415
- package/out/secrets/crypto.js +0 -105
- package/out/secrets/envFileSecrets.js +0 -177
- package/out/secrets/keyStore.js +0 -259
- package/out/sequenceDeclaration.js +0 -15
- package/out/sequenceRunner.js +0 -3590
- package/out/sqlAdapterRunner.js +0 -122
- package/out/sqlBuiltInAdapters.js +0 -604
- package/out/sqlConfig.js +0 -184
- package/out/starterCatalog.js +0 -554
- package/out/stringUtils.js +0 -25
- package/out/swaggerBodyIntellisenseCache.js +0 -114
- package/out/swaggerParser.js +0 -464
- package/out/testProvider.js +0 -767
- package/out/theoryCaseLoader.js +0 -113
- package/out/validationCache.js +0 -211
package/AGENTS.md
CHANGED
|
@@ -63,8 +63,8 @@ Skills should capture lessons learned and patterns discovered during implementat
|
|
|
63
63
|
- no docs changes were needed because the release is only bug fixes, refactors, or design/styling work
|
|
64
64
|
|
|
65
65
|
The Test Verification agent runs:
|
|
66
|
-
- `npm
|
|
67
|
-
- `
|
|
66
|
+
- `npm test` (must pass compile/lint, Extension Host editor diagnostics, Test Explorer support, and runtime-negative automation)
|
|
67
|
+
- `npm run test:regression` (local CLI Regression suite; all tests must pass)
|
|
68
68
|
|
|
69
69
|
The Website Documentation Review agent:
|
|
70
70
|
- reviews release changes in `/Users/petercrest/Worktable/Projects/vsApi`
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the "Norn" extension will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.6.0] - 2026-05-28
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- **Verbatim string literals** — added C#-style `@"..."` strings for Norn values, assertions, regex patterns, request URLs, sequence arguments/defaults, SQL arguments, schema paths, assertion messages, and `@data` values. Backslashes are literal, doubled quotes decode to a single quote, and `{{...}}` tokens inside verbatim strings are not interpolated.
|
|
9
|
+
- **Escape-aware highlighting** — `.norn` syntax highlighting now distinguishes decoded escapes from ordinary backslash text, including escaped quotes/backslashes in normal strings, regex escapes in `matches` patterns, doubled quotes in verbatim strings, and valid JSON escapes in request bodies.
|
|
10
|
+
- **Configurable HTTP request timeouts** — added a shared `http.timeoutMs` option in `norn.config.json`, a VS Code `norn.request.timeoutMs` setting for local overrides, and CLI `--timeout` duration parsing for values such as `180s`, `3m`, and `300000ms`.
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- **Regex assertion authoring** — `matches` patterns are now guided toward quoted string patterns, with `@"..."` recommended for regexes that contain many backslashes or literal quotes.
|
|
14
|
+
- **Starter config output** — generated `norn.config.json` files now stay minimal and rely on schema-backed IntelliSense instead of inline `_comment` guidance fields.
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
- **Quoted string handling** — escaped quotes and backslashes are decoded consistently across variables, request URLs, run arguments, sequence defaults, SQL arguments, `@data` values, `matchesSchema` paths, and assertion messages while preserving unknown escapes such as `\A` as literal text.
|
|
18
|
+
- **Editor assistance with verbatim strings** — diagnostics, inlay hints, and hover providers no longer treat `{{...}}` inside verbatim strings as interpolated Norn variables.
|
|
19
|
+
- **Sequence tag diagnostics** — `@smoke`, `@team(...)`, and other sequence tags are recognized by editor diagnostics again instead of being reported as unknown statements.
|
|
20
|
+
- **Failure output expected values** — CLI, HTML/JUnit reports, and the response panel now prefer the resolved expected value for failed assertions instead of falling back to the raw expression text.
|
|
21
|
+
- **Test Explorer environment resolution** — Test Explorer now uses the only available `.nornenv` environment for isolated single-env fixtures when no active environment has been selected, fixing nested regression cases such as encrypted env imports.
|
|
22
|
+
|
|
23
|
+
### Testing
|
|
24
|
+
- **Editor diagnostics automation** — added an Extension Host suite that discovers `tests/EditorDiagnostics/valid` and `tests/EditorDiagnostics/negative`, keeping clean fixtures at zero diagnostics and intentional error fixtures at exact expected counts.
|
|
25
|
+
- **Runtime negative automation** — converted former manual runtime error cases into `tests/RuntimeNegative` scenarios that assert CLI exit codes and stable error guidance.
|
|
26
|
+
- **Test Explorer automation** — added Extension Host checks for Test Explorer fixture exclusion patterns and single-env `.nornenv` resolution.
|
|
27
|
+
- **Pre-release verification** — added `npm run test:prerelease` and updated release verification to run Extension Host automation plus the local CLI Regression suite.
|
|
28
|
+
- **Test suite cleanup** — moved reusable `.nornenv` import and contract fixtures into Regression, moved API coverage fixtures into `tests/ApiCoverage`, and removed stale scratch/demo test folders.
|
|
29
|
+
|
|
5
30
|
## [2.4.0] - 2026-05-25
|
|
6
31
|
|
|
7
32
|
### Added
|
|
@@ -428,7 +453,7 @@ All notable changes to the "Norn" extension will be documented in this file.
|
|
|
428
453
|
|
|
429
454
|
### Added
|
|
430
455
|
- **Regression Fixture (Coverage Scope)**:
|
|
431
|
-
- Added `tests/
|
|
456
|
+
- Added `tests/ApiCoverage/coverage-scope/template-version.nornapi` and `tests/ApiCoverage/coverage-scope/template-version-covered.norn` to lock in template-path coverage behavior.
|
|
432
457
|
|
|
433
458
|
## [1.4.1] - 2026-02-21
|
|
434
459
|
|