mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-12 20:53:34 +08:00
fix: align architecture tooling with current hooks docs
This commit is contained in:
committed by
Affaan Mustafa
parent
a50349181a
commit
7705051910
@@ -2561,6 +2561,7 @@ async function runTests() {
|
||||
assert.ok(!runAllSource.includes('execSync'), 'Should not use execSync');
|
||||
// Verify it shows stderr
|
||||
assert.ok(runAllSource.includes('stderr'), 'Should handle stderr output');
|
||||
assert.ok(runAllSource.includes('result.status !== 0'), 'Should treat non-zero child exits as failures');
|
||||
})) passed++; else failed++;
|
||||
|
||||
// ── Round 32: post-edit-typecheck special characters & check-console-log ──
|
||||
|
||||
Reference in New Issue
Block a user