zara-coding: require canonical verification object IDs #364

Open
nsaspy wants to merge 0 commits from rage/234-canonical-verification-object-ids into main
Owner

Advances #1 and closes #234.

TDD transaction:

  1. RED: prove repository/worktree verification evidence currently accepts uppercase hexadecimal spellings of Git object IDs.
  2. GREEN: reject noncanonical uppercase identities at both evidence construction and verification boundaries while preserving lowercase SHA-1/SHA-256 IDs.

No normalization, no Core changes, no new execution authority.

Advances #1 and closes #234. TDD transaction: 1. RED: prove repository/worktree verification evidence currently accepts uppercase hexadecimal spellings of Git object IDs. 2. GREEN: reject noncanonical uppercase identities at both evidence construction and verification boundaries while preserving lowercase SHA-1/SHA-256 IDs. No normalization, no Core changes, no new execution authority.
Some checks failed
CI / test (pull_request) Failing after 19s
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rage/234-canonical-verification-object-ids:rage/234-canonical-verification-object-ids
git switch rage/234-canonical-verification-object-ids

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff rage/234-canonical-verification-object-ids
git switch rage/234-canonical-verification-object-ids
git rebase main
git switch main
git merge --ff-only rage/234-canonical-verification-object-ids
git switch rage/234-canonical-verification-object-ids
git rebase main
git switch main
git merge --no-ff rage/234-canonical-verification-object-ids
git switch main
git merge --squash rage/234-canonical-verification-object-ids
git switch main
git merge --ff-only rage/234-canonical-verification-object-ids
git switch main
git merge rage/234-canonical-verification-object-ids
git push origin main
Sign in to join this conversation.
No description provided.