betterwithage commited on
Commit
d328823
·
verified ·
1 Parent(s): 7ed1a2c

chore(sync): mirror backend .py + Dockerfile to Space (hf-sync-backend)

Browse files

Automated backend sync from szl-holdings/a11oy main via hf-sync-backend.
Updated (differed from the Space): ayni_os/__init__.py, src/a11oy/harvest/harvest_budget.py, szl_chain_of_title.py, szl_khipu_lmdb.py, szl_unified_formulas.py
Deleted (gone from the repo + Dockerfile COPY set): (none)

Keeps the Space-built backend (serve.py + the Dockerfile-COPY'd .py
modules) identical to GitHub main so the Space never rebuilds from a
stale backend, new endpoints don't 404 there, and orphaned modules
removed from the repo don't linger in the Space tree.

ayni_os/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- # VENDORED FROM szl-holdings/platform@653b4ba95e6ae03630a922631139481875809d0b — packages/ayni-os/ayni_os/__init__.py
2
  # DO NOT EDIT HERE. Edit in the monorepo, then run scripts/sync_from_monorepo.sh sync.
3
  """AYNI-OS — time-reversible (event-sourced) reciprocity runtime.
4
 
 
1
+ # VENDORED FROM szl-holdings/platform@d487e5f1e702c13c59509448a80b5da2e5751ea2 — packages/ayni-os/ayni_os/__init__.py
2
  # DO NOT EDIT HERE. Edit in the monorepo, then run scripts/sync_from_monorepo.sh sync.
3
  """AYNI-OS — time-reversible (event-sourced) reciprocity runtime.
4
 
src/a11oy/harvest/harvest_budget.py CHANGED
@@ -1,4 +1,4 @@
1
- # VENDORED FROM szl-holdings/platform@653b4ba95e6ae03630a922631139481875809d0b — apps/agentic-gpu/harvest_budget.py
2
  # DO NOT EDIT HERE. Edit in the monorepo, then run scripts/sync_from_monorepo.sh sync.
3
  """harvest_budget.py — Proven sponge budget for the wasted-energy harvest.
4
 
 
1
+ # VENDORED FROM szl-holdings/platform@d487e5f1e702c13c59509448a80b5da2e5751ea2 — apps/agentic-gpu/harvest_budget.py
2
  # DO NOT EDIT HERE. Edit in the monorepo, then run scripts/sync_from_monorepo.sh sync.
3
  """harvest_budget.py — Proven sponge budget for the wasted-energy harvest.
4
 
szl_chain_of_title.py CHANGED
@@ -1,4 +1,4 @@
1
- # VENDORED FROM szl-holdings/platform@653b4ba95e6ae03630a922631139481875809d0b — replit-sync/szl_chain_of_title.py
2
  # DO NOT EDIT HERE. Edit in the monorepo, then run scripts/sync_from_monorepo.sh sync.
3
  """szl_chain_of_title.py — SZL "L6" unified chain-of-title receipt assembler.
4
 
 
1
+ # VENDORED FROM szl-holdings/platform@d487e5f1e702c13c59509448a80b5da2e5751ea2 — replit-sync/szl_chain_of_title.py
2
  # DO NOT EDIT HERE. Edit in the monorepo, then run scripts/sync_from_monorepo.sh sync.
3
  """szl_chain_of_title.py — SZL "L6" unified chain-of-title receipt assembler.
4
 
szl_khipu_lmdb.py CHANGED
@@ -1,4 +1,4 @@
1
- # VENDORED FROM szl-holdings/platform@653b4ba95e6ae03630a922631139481875809d0b — packages/khipu-lmdb/khipu_lmdb/core.py
2
  # DO NOT EDIT HERE. Edit in the monorepo, then run scripts/sync_from_monorepo.sh sync.
3
  # SPDX-License-Identifier: Apache-2.0
4
  # © 2026 Lutar, Stephen P. — SZL Holdings · ORCID 0009-0001-0110-4173
 
1
+ # VENDORED FROM szl-holdings/platform@d487e5f1e702c13c59509448a80b5da2e5751ea2 — packages/khipu-lmdb/khipu_lmdb/core.py
2
  # DO NOT EDIT HERE. Edit in the monorepo, then run scripts/sync_from_monorepo.sh sync.
3
  # SPDX-License-Identifier: Apache-2.0
4
  # © 2026 Lutar, Stephen P. — SZL Holdings · ORCID 0009-0001-0110-4173
szl_unified_formulas.py CHANGED
@@ -1,4 +1,4 @@
1
- # VENDORED FROM szl-holdings/platform@653b4ba95e6ae03630a922631139481875809d0b — replit-sync/szl_unified_formulas.py
2
  # DO NOT EDIT HERE. Edit in the monorepo, then run scripts/sync_from_monorepo.sh sync.
3
  # SPDX-License-Identifier: Apache-2.0
4
  # © 2026 Lutar, Stephen P. Jr. — SZL Holdings · ORCID 0009-0001-0110-4173 · Doctrine v11
 
1
+ # VENDORED FROM szl-holdings/platform@d487e5f1e702c13c59509448a80b5da2e5751ea2 — replit-sync/szl_unified_formulas.py
2
  # DO NOT EDIT HERE. Edit in the monorepo, then run scripts/sync_from_monorepo.sh sync.
3
  # SPDX-License-Identifier: Apache-2.0
4
  # © 2026 Lutar, Stephen P. Jr. — SZL Holdings · ORCID 0009-0001-0110-4173 · Doctrine v11