a11oy / .github /copy-sync-lockstep.json
betterwithage's picture
R4: wire a11oy Restraint -> ENERGY + estate KPI + MEASURED bench dashboard (additive)
b9dcf2c verified
Raw
History Blame Contribute Delete
2.38 kB
{
"_comment": "Config for tools/check_copy_sync_lockstep.py (Doctrine v11). image_only_assets are non-.py assets brought in by an EXPLICIT per-file Dockerfile COPY that are INTENTIONALLY baked into the HF image and NOT re-mirrored by hf-sync. Per hf-sync.yml's own documented rationale, the built SPA bundles + vendored 3rd-party blobs (large/possibly-LFS) already live resident on the Space; re-syncing them reintroduces the LFS/pre-receive failures. Each exemption is named here EXPLICITLY (reviewed escape hatch, never a silent skip). A NEW per-file served asset that is neither mirrored by hf-sync nor listed here will FAIL CHECK 3 \u2014 that is the guard working. To make a new served file go live on HF, add it to hf-sync.yml's mirror set; only list it here if it is a baked-only vendor/SPA blob.",
"_doctrine": "locked=8 @ c7c0ba17 \u00b7 Lambda=Conjecture 1 \u00b7 v11",
"mirror_asset_exts": [
".html",
".js",
".css"
],
"image_only_assets": [
"a11oy_code_ide.html",
"agent.html",
"live_wires.html",
"live_wires_3d.js",
"static-vendor/3d-force-graph.min.js",
"static-vendor/a11oy-operator-widget.css",
"static-vendor/a11oy-operator-widget.js",
"static-vendor/chart.umd.min.js",
"static-vendor/cytoscape-dagre.js",
"static-vendor/cytoscape.min.js",
"static-vendor/d3-sankey.min.js",
"static-vendor/d3.min.js",
"static-vendor/dagre.min.js",
"static-vendor/echarts-gl.min.js",
"static-vendor/echarts.min.js",
"static-vendor/globe.gl.min.js",
"static-vendor/katex.min.css",
"static-vendor/katex.min.js",
"static-vendor/ngraph.events.umd.js",
"static-vendor/ngraph.forcelayout.min.js",
"static-vendor/ngraph.graph.min.js",
"static-vendor/ngraph.path.min.js",
"static-vendor/panzoom.min.js",
"static-vendor/three.min.js",
"static-vendor/vivagraph.min.js",
"static/a11oy_operator_organ.js",
"static/vendor3d/OrbitControls.js",
"static/vendor3d/three.module.min.js",
"web/autoreview.html",
"web/constitution.html",
"web/estate-hologram.html",
"web/fleet-c2.html",
"web/formulas.html",
"web/governance.html",
"web/holo.html",
"web/quant.html",
"web/living-anatomy.html",
"web/nemo.html",
"web/restraint.html",
"web/restraint-bench.html",
"web/operator.html",
"web/v4_fleet_panel.html"
]
}