paqad-ai 1.64.0 → 1.65.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # paqad-ai
2
2
 
3
+ ## 1.65.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2d1bdbe: Add the duplication gate (#358): a deterministic, new-code-only detector that flags when a change introduces code near-copying something the project already has, before the change is called done — and stays quiet on legacy duplication it did not cause.
8
+
9
+ - Zero model tokens: pure token-shingle computation over the existing chunk index, with a fallback that works even when no embedding index is present.
10
+ - Binds at the verification backstop (a `duplication` gate whose verdict lands in the end-of-change receipt) and ships a `paqad-ai duplication scan [--json]` CLI verb.
11
+ - New knobs `duplication_mode` (off | warn | strict, default warn for a two-cycle bake-in), `duplication_similarity_threshold` (default 0.90), and `duplication_min_lines` (default 8).
12
+ - A blocking finding can be accepted through the existing create-vs-reuse Decision Pause; the resolved packet unblocks it and is noted in the report.
13
+ - Consolidates three near-identical private cosine implementations into one canonical `cosineSimilarity` helper.
14
+
3
15
  ## 1.64.0
4
16
 
5
17
  ### Minor Changes