mirror of
https://github.com/ruvnet/RuView
synced 2026-08-08 20:11:43 +00:00
feat(ruview): secure community metaharness flywheel (#1467)
* feat(ruview): add secure community metaharness flywheel * fix(ruview): canonicalize manifest line endings
This commit is contained in:
@@ -128,7 +128,7 @@ test('ruview_claim_check fails closed on empty/missing text', async () => {
|
||||
assert.equal(empty.reason, 'empty_text');
|
||||
const missing = await runTool('ruview_claim_check', {});
|
||||
assert.equal(missing.ok, false);
|
||||
assert.equal(missing.reason, 'empty_text');
|
||||
assert.equal(missing.reason, 'invalid_arguments');
|
||||
});
|
||||
|
||||
test('unknown tool fails closed', async () => {
|
||||
|
||||
Reference in New Issue
Block a user