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:
Paul Bakaus
2026-09-13 20:41:09 -07:00
parent 2b9353be6d
commit 6a93a35293
233 changed files with 10689 additions and 266 deletions
+2 -1
View File
@@ -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/);
});