test: keep stable backport assertions scoped

This commit is contained in:
Affaan Mustafa
2026-05-31 02:40:02 -04:00
parent 7cb0cf0433
commit 72a3ceeb7a
4 changed files with 2 additions and 27 deletions
+1 -2
View File
@@ -5,14 +5,13 @@
### Highlights
- Patch release for the stable `1.10.x` line while ECC 2.0 remains on the prerelease channel.
- Backported low-risk reliability fixes for harness auditing, continuous-learning observer defaults, legacy homunculus path detection, and `/instinct-status` plugin-root resolution.
- Backported low-risk reliability fixes for harness auditing, continuous-learning observer defaults, and `/instinct-status` plugin-root resolution.
- Refreshed contribution and translated marketplace links to point at the current `affaan-m/ECC` repository surface.
### Fixes
- Made `scripts/harness-audit.js` handle missing or malformed `package.json` data more defensively.
- Raised the continuous-learning observer default turn budget to better match the 500-line analysis default.
- Warned when populated legacy `~/.claude/homunculus` data exists but the current CLI is reading from the XDG-based ECC data path.
- Updated `/instinct-status` to resolve the active plugin root instead of falling back to stale legacy install paths.
### Notes