record divergent workspace fragment sweep

This commit is contained in:
732642856
2026-07-14 13:05:11 +08:00
parent c5404ec7fb
commit 842233316f
2 changed files with 42 additions and 0 deletions
+1
View File
@@ -86,6 +86,7 @@ For large architecture or release work, also read:
| ERR-053 | A parity manifest could label an external engine `official_verified` without a raw artifact, hash, or calculation settings, making claimed oracle closure unverifiable. | mitigated 2026-07-13 | `three_engine_parity_replay_validator.py` requires raw artifact existence, SHA-256 and settings for verified/imported external engines; otherwise parity is `invalid`. |
| ERR-054 | Candidate-time sensitivity scanning used the legacy `varga` CLI, so D4/D24/D30 could appear unavailable despite being supported by `varga-full`. | resolved 2026-07-13 | Scanner calls `varga-full --divisions D4,D9,D10,D24,D30` once per candidate and reads its canonical `Ascendant.sign` fields. |
| ERR-055 | The full-reading path called `calc_all_sahams()` without lat/lon/tz, so an otherwise computable Swiss day/night context was silently blocked. | resolved 2026-07-14 | Pass the calculation arguments' lat/lon/tz into the Saham layer; keep Saham formula maturity `partial` until oracle parity exists. |
| ERR-056 | A WorkBuddy checkout of the same remote diverged substantially from the active source branch and can be mistaken for a mergeable mirror. | active | Read `whole_machine_fragment_sweep_2026_07_14.md`; do not copy or merge it without explicit commit-level review on a separate branch. |
## Fragment Sweep Command Set
@@ -0,0 +1,41 @@
# Whole-Machine Fragment Sweep: 2026-07-14
## Scope
Bounded read-only scan of `Documents`, `WorkBuddy`, `.workbuddy`, `Downloads`,
`Desktop`, and Codex attachments. Search depth followed the command set in
`pre_work_error_ledger.md`.
## Runtime Truth
- Primary source/runtime repo: `/Users/wuyongnaren/Documents/印度占星`.
- Active branch at scan time: `codex/release-hygiene-ci`.
- `.workbuddy/skills/jyotish-vedic-astrology` is an unversioned historical
distribution mirror. It is never a runtime source or merge source.
## Divergent Repository
- `/Users/wuyongnaren/WorkBuddy/2026-07-05-19-03-49/yinduzhanxing` is a Git
checkout of the same remote, on `main` at `8b53983`.
- It is not a clean fast-forward copy of the active source branch. Symmetric
comparison against active source commit `c5404ec` found 432 source-only and
390 WorkBuddy-only commits, with merge base `a5bbba2`.
- No files were copied, merged, deleted, or treated as authoritative.
## Classified Artifacts
- Desktop and Obsidian contain personal reports and research notes. They are
private reference material, excluded from public release and source imports.
- Main repo contains benchmark outputs, raw local smoke artifacts, and clean
release trial material. They remain subject to existing privacy scan and
`.gitignore` boundaries.
- Existing local planning, benchmark, and real-case drafts in the active repo
remain uncommitted and were not changed by this sweep.
## Required Guard
1. Before adapter, oracle, release, or entrypoint work, read this sweep plus
the two earlier sweep records.
2. Do not merge or copy from the WorkBuddy checkout without an explicit,
commit-by-commit review and a separate branch.
3. Do not publish private desktop/Obsidian reports or use them as test fixtures.