T0-E1.1 independent preflight¶
Audit mode: server, /home/scola/odoo; application source was not modified.
| Item | Independent observation |
|---|---|
| FE | branch develop; HEAD 7ca45c6c66766f761ad83d0259e69f62f616dc25; origin/develop contains certified FE commit 5e1007d5da55faddf06237e89a2550c2982cbde5 |
| BE | branch main; HEAD/origin commit d947ed9d5a1ef1541620123561590f19af188438 |
| FE application certification | 5e1007d5da55faddf06237e89a2550c2982cbde5; FE tip adds only E1.1 docs/evidence, and application tree hash remains unchanged |
| BE application certification | d947ed9d5a1ef1541620123561590f19af188438; BE tree is clean at this commit |
| Working tree | FE has pre-existing untracked spreadsheet only; BE clean. E1.1 evidence files are untracked documentation/evidence additions. |
| Served FE | 127.0.0.1:5181/version.json reports FE commit 5e1007d5da55faddf06237e89a2550c2982cbde5, build fe-build-5e1007d5da55-msljifbe |
| Served BE | process serves port 8090; POST source probe reports commit from env:SCOLA_BACKEND_GIT_COMMIT_SHA, not an independently verified loaded-tree identity |
| Golden DB | scola_golden, UUID 2bf5fd27-9390-11f1-9617-28e8d4be73f5 |
| Live fixture/config | DB says scola.golden.fixture_version=gt-core-b1.1; auth_signup.invitation_scope=b2b; auth_signup.reset_password=False |
| Live installed modules | 14 Scola modules installed, including scola_core, scola_hr, scola_leadership_hub, scola_parent, scola_platform, and scola_timetable |
The E1.1 manifest records golden_fixture_version=gt-core-e11, golden_fixture_checksum=null, installed_modules=[], and entitlements_feature_flags={}. These do not match the live Golden DB. The manifest generator permits all of these values when the corresponding environment variables are absent; the validator checks only checksum-field presence/equality to results and never recomputes modules, entitlements, fixture state, or DB identity from the live runtime.
The manifest/validator therefore cannot be treated as immutable certification of this served runtime.