@@ -231,3 +231,25 @@ THREE Lance columns" is RETRACTED as over-reach. Corrected reading:
231231- R-2 is now fully CLOSED: canon text stands as-is on both sides; the one
232232 shared const set = NODE_ROW_COLUMNS + NODE_ROW_STRIDE; no repo touches
233233 the 512-byte unit.
234+
235+ ---
236+
237+ ## APPENDED 2026-07-02 (ops) — vart in-container unblock: the mirror + re-apply recipe
238+
239+ The ` AdaWorldAPI/vart ` session-scope 403 (which blocked ALL OGAR workspace
240+ cargo in-container) is worked around, not solved:
241+
242+ - ` /home/user/vart ` = complete file-by-file mirror of the fork @ main via
243+ raw.githubusercontent.com (the only channel the proxy leaves open for
244+ this repo; UI scope-add did not propagate, wget/zipball/api all 403,
245+ add_repo unreachable — Claude_Code_Remote MCP unauthenticated). Local
246+ git repo with provenance commits; vart's own suite 117/117; NO upstream
247+ history — replace with a real clone when scope propagates.
248+ - Re-apply recipe for local OGAR testing (NEVER COMMIT — breaks CI):
249+ in ` crates/ogar-knowable-from/Cargo.toml ` swap
250+ ` vart = { git = "https://github.com/AdaWorldAPI/vart", optional = true } `
251+ for ` vart = { path = "../../../vart", optional = true } ` , test, then
252+ ` git checkout ` the manifest. Note: ` [patch."<git-url>"] ` does NOT work
253+ — cargo still fetches the patched-over git source (403s).
254+ - Proven while applied: full OGAR workspace green including the 16
255+ vart-backend tests (first in-container run ever).
0 commit comments