feat(inertbox): wrap/check CLI pivot — INERTBOX v1 format, hook demoted to examples, README repositioned (2026-07-02)#1
Merged
Conversation
…ed to examples, README repositioned (2026-07-02) - add bin/inertbox.mjs (wrap/check subcommands, stdin/stdout default, --source/--timestamp/--scan opt-ins, exit codes 0/1/2) - add core/wrap.mjs: INERTBOX v1 wrapped-document format — versioned content-derived anchors, computed collision-safe fence, always-one-LF newline canonicalization, byte-exact sha256 verification, invalid-UTF-8 refusal, source header-injection refusal, EOL-conversion diagnostics - add test/wrap.test.mjs (50 regressions incl. empirically confirmed traps) - rename compile delimiter mode 'random' -> 'derived' (was always deterministic) - demote Claude Code hook to examples/claude-code-hook (bin inertbox-hook removed) - reposition README around wrap/check; detect stays opt-in (--scan), never default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
--source/--timestamp/--scan opt-ins, exit codes 0/1/2)
content-derived anchors, computed collision-safe fence, always-one-LF
newline canonicalization, byte-exact sha256 verification, invalid-UTF-8
refusal, source header-injection refusal, EOL-conversion diagnostics