nothumanallowed 15.0.17 → 15.0.18
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nothumanallowed",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.18",
|
|
4
4
|
"description": "NotHumanAllowed — 38 AI agents, 80 tools, Studio (visual agentic workflows). Email, calendar, browser automation, screen capture, canvas, cron/heartbeat, Alexandria E2E messaging, GitHub, Notion, Slack, voice chat, free AI (Liara), 28 languages. Zero-dependency CLI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -2430,7 +2430,7 @@ export function register(router) {
|
|
|
2430
2430
|
}
|
|
2431
2431
|
// Report unclosed tags (max 5)
|
|
2432
2432
|
for (const unclosed of tagStack.slice(-5)) {
|
|
2433
|
-
diagnostics.push({ from: { line: unclosed.line, col: 0 }, severity: '
|
|
2433
|
+
diagnostics.push({ from: { line: unclosed.line, col: 0 }, severity: 'error', message: `Unclosed tag <${unclosed.name}>` });
|
|
2434
2434
|
}
|
|
2435
2435
|
|
|
2436
2436
|
// Check src/href references to local files
|
|
@@ -2690,7 +2690,7 @@ export function register(router) {
|
|
|
2690
2690
|
|
|
2691
2691
|
// Truncation check
|
|
2692
2692
|
if (isFileTruncated(content, relPath)) {
|
|
2693
|
-
issues.push({ file: relPath, severity: '
|
|
2693
|
+
issues.push({ file: relPath, severity: 'error', message: 'File appears truncated — incomplete generation' });
|
|
2694
2694
|
}
|
|
2695
2695
|
}
|
|
2696
2696
|
|