paqad-ai 1.62.0 → 1.63.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,28 @@
1
1
  # paqad-ai
2
2
 
3
+ ## 1.63.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 9008ec6: Keep the feature evidence bundle rigid-only, and give the review stage a real artifact.
8
+
9
+ A feature bundle directory is meant to hold only rigid, script-owned artifacts, but
10
+ nothing enforced that. The `review` stage owned no bundle file at all, so its evidence
11
+ was an agent-authored markdown file written wherever the model chose — and the HTML
12
+ report actively went looking for one, which is how a stray `review-notes.md` and a
13
+ duplicate copy of the spec ended up sitting beside the rigid JSON.
14
+
15
+ - New `paqad-ai review record <template.json>` writes a rigid, schema-validated
16
+ `review.json` into the active feature's bundle, the review stage's counterpart to
17
+ `plan compile` and `spec freeze`. A `review` stage-end that names anything else now
18
+ records inconclusive.
19
+ - No stage may prove itself with a non-rigid file written inside a bundle directory,
20
+ and `paqad-ai feature export` reports any stray files it finds.
21
+ - `paqad-ai spec freeze` now deletes its transient spec markdown on success (pass
22
+ `--keep-input` to keep it) and refuses a spec authored inside a bundle directory.
23
+ - The feature report renders the review from `review.json` instead of reading a
24
+ free-written markdown file.
25
+
3
26
  ## 1.62.0
4
27
 
5
28
  ### Minor Changes