Frontmatter
| id | 9789 |
| title | Add Playwright verification for Sandman Strategic Drift detection |
| state | Closed |
| labels | enhancementaitesting |
| assignees | tobiu |
| createdAt | Apr 8, 2026, 12:46 PM |
| updatedAt | Apr 8, 2026, 12:47 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9789 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 8, 2026, 12:47 PM |
Add Playwright verification for Sandman Strategic Drift detection
Closedenhancementaitesting

tobiu
Apr 8, 2026, 12:47 PM
Added unit test specifically verifying that ALIGNMENT_DRIFT alerts are triggered in capability gap inference for nodes with low strategic weight and zero topological gravity.
tobiu closed this issue on Apr 8, 2026, 12:47 PM
tobiu assigned to @tobiu on Apr 8, 2026, 12:47 PM
Problem
Relying purely on Sandman statistical inferences or logs to confirm that Strategic Drift (
ALIGNMENT_DRIFT) mapping "might be better now" following the Memory Core implementation is insufficient. We need to lock the behavior into the regression suite to prevent future pipeline breakages.Proposed Solution
Add dedicated Playwright unit tests within
test/playwright/unit/ai/mcp/server/memory-core/services/DreamService.spec.mjsto specifically emulate an isolated topological node lacking strategic gravity and weighting, and explicitly assert that Sandman's integration proxies log an[ALIGNMENT_DRIFT]signal.