paqad-ai 1.63.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 +6 -0
- package/dist/cli/index.js +489 -375
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/dist/kernel/gate.js +120 -115
- package/dist/kernel/gate.js.map +1 -1
- package/dist/rule-scripts/index.js.map +1 -1
- package/dist/stage-evidence/live-writer.js +2 -1
- package/dist/stage-evidence/live-writer.js.map +1 -1
- package/dist/stage-evidence/marker-parse.js +2 -1
- package/dist/stage-evidence/marker-parse.js.map +1 -1
- package/dist/stage-evidence/narration.js.map +1 -1
- package/package.json +1 -1
- package/runtime/capabilities/coding/rules/feature-development.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
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
|
+
|
|
3
9
|
## 1.63.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|