paqad-ai 1.0.6 → 1.0.7
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# paqad-ai
|
|
2
2
|
|
|
3
|
+
## 1.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#55](https://github.com/Eliyce/paqad-ai/pull/55) [`d47cf96`](https://github.com/Eliyce/paqad-ai/commit/d47cf964d0c661c8369e7f69c374df02ef84a8c9) Thanks [@HLasani](https://github.com/HLasani)! - Cross-platform output consistency: normalize path strings to forward slashes at more production output boundaries — DocumentationWorkflow generated/skipped arrays and handover_path, onboarding orchestrator manifest writes and return values, `saveObligationIndex` return, registry-generator source_paths (both native-module and signal-extracted), and the project-question phase write target. Fix `slugifySpec` to split on both `/` and `\\` so spec-indexed compliance paths derive correctly on Windows. Rewrite `sanitizePersistedPath` to avoid relying on `process.cwd()` for relative inputs. Drops the Windows CI failure count from 15 → 11 test files ([#41](https://github.com/Eliyce/paqad-ai/issues/41)).
|
|
8
|
+
|
|
3
9
|
## 1.0.6
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cli/index.js
CHANGED
|
@@ -27562,7 +27562,7 @@ init_esm_shims();
|
|
|
27562
27562
|
init_esm_shims();
|
|
27563
27563
|
|
|
27564
27564
|
// src/index.ts
|
|
27565
|
-
var VERSION = "1.0.
|
|
27565
|
+
var VERSION = "1.0.7";
|
|
27566
27566
|
|
|
27567
27567
|
// src/cli/commands/capabilities.ts
|
|
27568
27568
|
init_esm_shims();
|
package/dist/index.js
CHANGED
|
@@ -33421,7 +33421,7 @@ init_esm_shims();
|
|
|
33421
33421
|
init_esm_shims();
|
|
33422
33422
|
|
|
33423
33423
|
// src/index.ts
|
|
33424
|
-
var VERSION = "1.0.
|
|
33424
|
+
var VERSION = "1.0.7";
|
|
33425
33425
|
function getFrameworkName() {
|
|
33426
33426
|
return "paqad-ai";
|
|
33427
33427
|
}
|