intentional-cognition-os 1.2.4 → 1.2.5
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 +5 -0
- package/README.md +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v1.2.5] - 2026-05-23
|
|
4
|
+
|
|
5
|
+
- fix(plugin/verify): resolve wiki/ citations against workspace cache (closes h99) (#82) (2ecefc5)
|
|
6
|
+
|
|
7
|
+
|
|
3
8
|
## [v1.2.4] - 2026-05-22
|
|
4
9
|
|
|
5
10
|
- fix(compiler): analyzeQuestion strict-then-broad + possessive normalization (closes fmo) (#81) (50a0053)
|
package/README.md
CHANGED
|
@@ -152,7 +152,7 @@ Global flags on every command: `--workspace <path>`, `--json`, `--verbose`, `--q
|
|
|
152
152
|
|
|
153
153
|
## Status
|
|
154
154
|
|
|
155
|
-
**v1.0.5 — stable.** 1.2.
|
|
155
|
+
**v1.0.5 — stable.** 1.2.5 tests passing across 5 packages. Used daily by the author. Public release on npm.
|
|
156
156
|
|
|
157
157
|
- **Stable**: all 14 commands, the compilation passes, ask + research + recall + render + promote, the audit chain.
|
|
158
158
|
- **In progress**: post-v1 coverage uplift on compiler + cli packages; mutation-testing baseline.
|