assessment: independent Tier-S verification, ratification ceremony, local-first CI runner (recovered from cloud session) #113

Merged
core-labs merged 10 commits from claude/core-architecture-assessment-recovered into main 2026-07-25 21:11:17 +00:00
3 changed files with 14 additions and 3 deletions
Showing only changes of commit 3b2c7608a9 - Show all commits

View file

@ -1 +1 @@
3.12.13
3.12

View file

@ -2,7 +2,18 @@
name = "core-versor"
version = "0.1.0"
description = "Versor Engine: cognitive field system on Cl(4,1) Conformal Geometric Algebra"
requires-python = "==3.12.13"
# Relaxed from "==3.12.13" on 2026-07-25. The exact patch pin made every gate
# unrunnable on any host without that precise build — including linux-x86_64,
# for which cpython-3.12.13 is not published, so `uv sync --locked` failed
# outright and there was no local run at all. For a project whose merge bar IS
# the local run, that is the failure mode that matters.
#
# Safe because the pin was not load-bearing for reproducibility: the committed
# trace_hash / content_sha256 / lane-SHA pins were established under 3.12.13
# and reproduce byte-for-byte under 3.12.11 (119 hash-pinned tests, 118 pass;
# the one failure is a stale lane roster that fails on 3.12.13 too). Minor
# version stays bounded — 3.13 is a real upgrade decision, not a patch bump.
requires-python = ">=3.12,<3.13"
dependencies = [
"hypothesis>=6.152.7",

View file

@ -1,6 +1,6 @@
version = 1
revision = 3
requires-python = "==3.12.13"
requires-python = "==3.12.*"
resolution-markers = [
"sys_platform == 'win32'",
"sys_platform == 'emscripten'",