dsh-research-report 0.1.3 → 0.1.4

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
@@ -5,6 +5,16 @@ All notable changes to this project are documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.4] - 2026-08-23
9
+
10
+ ### Added
11
+
12
+ - Close the §2.32 "confirm or add" checklist items with executable assertions (no functional change): a tool triple-interface suite (U2 — parameter schema + canonical output schema + content-block render for `evidence_add` / `research_report` / `ledger_query`), a Loader-level `maxEvidencePerReport` out-of-range negative (U4), a dispose test proving the service and all three tools unregister on unmount (C1), a `FETCH_TIMEOUT` path test over the real `ctx.web` seam (U5/U6), and a frozen `CitationCheckRequest` boundary assertion in the `dsh-data-quality` bridge suite (cross-plugin bridge).
13
+
14
+ ### Changed
15
+
16
+ - Confirm the frozen `CitationCheckRequest` / `CitationCheckResult` block is byte-identical to the real `dsh-data-quality` Service Definition (already gated byte-for-byte by `scripts/verify-frozen-contract.mjs`).
17
+
8
18
  ## [0.1.3] - 2026-08-22
9
19
 
10
20
  ### Changed
package/lib/index.js CHANGED
@@ -907,7 +907,7 @@ function combineOutcomes(byte, bridge) {
907
907
  * @module dsh-research-report/version
908
908
  */
909
909
  /** The published package version. */
910
- const VERSION = "0.1.3";
910
+ const VERSION = "0.1.4";
911
911
  //#endregion
912
912
  //#region src/provider-local.ts
913
913
  /**
@@ -3,5 +3,5 @@
3
3
  * @module dsh-research-report/version
4
4
  */
5
5
  /** The published package version. */
6
- export declare const VERSION = "0.1.3";
6
+ export declare const VERSION = "0.1.4";
7
7
  //# sourceMappingURL=version.d.ts.map
@@ -3,5 +3,5 @@
3
3
  * @module dsh-research-report/version
4
4
  */
5
5
  /** The published package version. */
6
- export const VERSION = '0.1.3';
6
+ export const VERSION = '0.1.4';
7
7
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-research-report",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Verifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim ↔ snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a verification verdict and the manifest hash seals the directory. Retrieval orchestration reuses the official ctx.web / ctx.jobs seams — no deep-research loop.",
5
5
  "author": "dsh-research-report contributors",
6
6
  "repository": {
package/src/version.ts CHANGED
@@ -4,4 +4,4 @@
4
4
  */
5
5
 
6
6
  /** The published package version. */
7
- export const VERSION = '0.1.3'
7
+ export const VERSION = '0.1.4'