paqad-ai 1.62.0 → 1.63.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
@@ -1,5 +1,34 @@
1
1
  # paqad-ai
2
2
 
3
+ ## 1.63.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d4f101: fix(#403): back-fill the generic `change-<ULID>` bundle slug from the plan title. When `plan compile` writes a titled plan into a feature whose dir was minted by a bare `paqad:stage planning start`, the bundle is renamed to its descriptive `[<issue>-]<slug>-<ULID>` name — same ULID, every `_session` control repointed, stage-evidence artifact paths rewritten and re-stamped. The feature-development rule pack now tells the agent to include the change title in the plan template.
8
+
9
+ ## 1.63.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 9008ec6: Keep the feature evidence bundle rigid-only, and give the review stage a real artifact.
14
+
15
+ A feature bundle directory is meant to hold only rigid, script-owned artifacts, but
16
+ nothing enforced that. The `review` stage owned no bundle file at all, so its evidence
17
+ was an agent-authored markdown file written wherever the model chose — and the HTML
18
+ report actively went looking for one, which is how a stray `review-notes.md` and a
19
+ duplicate copy of the spec ended up sitting beside the rigid JSON.
20
+
21
+ - New `paqad-ai review record <template.json>` writes a rigid, schema-validated
22
+ `review.json` into the active feature's bundle, the review stage's counterpart to
23
+ `plan compile` and `spec freeze`. A `review` stage-end that names anything else now
24
+ records inconclusive.
25
+ - No stage may prove itself with a non-rigid file written inside a bundle directory,
26
+ and `paqad-ai feature export` reports any stray files it finds.
27
+ - `paqad-ai spec freeze` now deletes its transient spec markdown on success (pass
28
+ `--keep-input` to keep it) and refuses a spec authored inside a bundle directory.
29
+ - The feature report renders the review from `review.json` instead of reading a
30
+ free-written markdown file.
31
+
3
32
  ## 1.62.0
4
33
 
5
34
  ### Minor Changes