korext 0.6.0 → 0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -30
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,20 +1,18 @@
1
- # Changelog
2
-
3
- ## 0.6.0 - 2026-03-19
1
+ ## 0.7.0 - 2026-03-19
4
2
 
5
3
  ### Added
6
- - Three-layer governance context on every
4
+ - Three layer governance context on every
7
5
  violation: regulatory compliance, technical
8
6
  standards, and security intelligence
9
- - Per-violation AI explanations with
10
- individual reasoning for each finding
7
+ - Per violation AI explanations with individual
8
+ reasoning for each finding
11
9
  - Code snippet extraction showing the exact
12
10
  lines around each violation
13
11
  - Real Shadow Test verification on dashboard
14
12
  fixes for Team and Enterprise tiers
15
- - Diff preview before applying fixes: see
13
+ - Diff preview before applying fixes, showing
16
14
  exactly what changed before accepting
17
- - Undo support: restore original code after
15
+ - Undo support to restore original code after
18
16
  applying a fix
19
17
  - Git context (repository, branch, commit)
20
18
  included in proof bundles from IDE and CLI
@@ -23,24 +21,24 @@
23
21
  - Honest hash type labelling: deterministic
24
22
  replay hash for IDE and CLI, session
25
23
  identifier for dashboard
26
- - Publication-quality proof bundle PDF export
24
+ - Publication quality proof bundle PDF export
27
25
  with QR verification, governance coverage
28
- tables, and three-layer compliance mapping
26
+ tables, and three layer compliance mapping
29
27
  - Enterprise branding on proof bundle PDFs
30
28
  - Public bundle verification page
31
- - Expanded knowledge graph sources: MITRE
32
- ATLAS, CISA KEV, NIST AI RMF, ISO 42001,
33
- EU AI Act, OWASP Top 10 for LLMs, OSV,
34
- FIRST EPSS
29
+ - Expanded knowledge graph sources including
30
+ MITRE ATLAS, CISA KEV, NIST AI RMF,
31
+ ISO 42001, EU AI Act, OWASP Top 10 for
32
+ LLMs, OSV, and FIRST EPSS
35
33
 
36
34
  ### Changed
37
- - HMAC signing consolidated to server-side
35
+ - HMAC signing consolidated to server side
38
36
  for all paths
39
37
  - Governance mappings restructured from flat
40
38
  citations to three layer context covering
41
39
  US, EU, UK, Canadian, and Australian
42
40
  regulatory frameworks
43
- - Security hardening: environment-aware HMAC
41
+ - Security hardening: environment aware HMAC
44
42
  key validation, Zod validation on all
45
43
  endpoints, typed request interfaces
46
44
 
@@ -49,17 +47,5 @@
49
47
  after applying fixes
50
48
  - Shadow Test Protocol section on dashboard
51
49
  now shows real results instead of static UI
52
- - Em dashes removed across entire codebase
53
- and AI-generated outputs
54
-
55
- ## 0.3.0
56
- - **New:** Version bump to match extension releases
57
- - **Improved:** CLI now reports version 0.3.0
58
-
59
- ## 0.2.0
60
- - Initial release
61
- - `korext login` - browser-based authentication
62
- - `korext init` - initialize Korext project
63
- - `korext extract` - extract rules from PDF/Markdown policy documents
64
- - `korext review` - review extracted rules
65
- - `korext publish` - activate custom policy packs
50
+ - Documentation formatting corrected across
51
+ all marketplace listings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "korext",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Korext Command Line Interface",
5
5
  "type": "module",
6
6
  "main": "bin/korext.js",