norn-cli 2.6.0 → 2.6.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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to the "Norn" extension will be documented in this file.
4
4
 
5
+ ## [2.6.1] - 2026-05-30
6
+
7
+ ### Changed
8
+ - **VS Code webview theme polish** — response, coverage, and Postman panels now use theme-aware colors for JSON, cards, tabs, request details, and inline assertion values so light and high-contrast themes render more consistently.
9
+ - **Response panel layout polish** — long assertion expected/actual values now wrap inside their panels, and request detail/tabs spacing was tightened to reduce visual crowding.
10
+
5
11
  ## [2.6.0] - 2026-05-28
6
12
 
7
13
  ### Added
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "norn-cli",
3
3
  "displayName": "Norn — API Tests in Your Repo",
4
4
  "description": "Version-controlled API tests your team can keep. Author and debug HTTP sequences in VS Code, then run the same files in CI.",
5
- "version": "2.6.0",
5
+ "version": "2.6.1",
6
6
  "publisher": "Norn-PeterKrustanov",
7
7
  "author": {
8
8
  "name": "Peter Krastanov"
@@ -15,6 +15,14 @@ What it does:
15
15
  Discipline (from the campaign skill): quote VERBATIM + source URL + date.
16
16
  Mining must not displace posting. Log it, pick one, go draft.
17
17
 
18
+ Where things live:
19
+ - This script's output (`Docs/reddit_signal_harvest.md`) is GITIGNORED SCRATCH —
20
+ overwritten by every run, never the source of truth.
21
+ - Permanent harvest archives live in `Docs/harvests/YYYY-MM-DD-*.md` (committed).
22
+ Copy a useful run there before the next one blows the scratch away.
23
+ - Curated wins (the actual market signals) live in `Docs/market_signals.md` as
24
+ numbered Signal entries — check those first to avoid re-mining the same ground.
25
+
18
26
  Usage:
19
27
  python3 scripts/reddit_signal_miner.py
20
28
  python3 scripts/reddit_signal_miner.py --time year --limit 25 --top-threads 15