mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-22 02:56:52 +03:00
Add human component review and prepare Impeccable 4.4.0
Carry native comp capture and completion integrity fixes into the reviewed component workflow. Bump the skill to 4.4.0 and engine/platform pins to 0.1.6; keep publication separate from this release candidate. AI assistance: implemented and validated with OpenAI Codex.
This commit is contained in:
@@ -144,7 +144,8 @@ describe('committed plugin subtree loads in a real Claude Code', { skip }, () =>
|
||||
});
|
||||
|
||||
it('discovers the packaged hooks', () => {
|
||||
assert.equal(componentCount('Hooks'), 2);
|
||||
assert.equal(componentCount('Hooks'), 3);
|
||||
assert.match(detailsOutput, /SessionStart/);
|
||||
assert.match(detailsOutput, /PostToolUse/);
|
||||
assert.match(detailsOutput, /Stop/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user