Spaces:
Running
Running
chore(sync): mirror backend .py + Dockerfile to Space (hf-sync-backend)
Browse filesAutomated 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 +2 -0
- src/a11oy/harvest/harvest_budget.py +2 -0
- szl_chain_of_title.py +2 -0
- szl_khipu_lmdb.py +2 -0
- szl_unified_formulas.py +2 -0
ayni_os/__init__.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
"""AYNI-OS — time-reversible (event-sourced) reciprocity runtime.
|
| 2 |
|
| 3 |
HONEST SCOPE:
|
|
|
|
| 1 |
+
# VENDORED FROM szl-holdings/platform@e87ad75ec8e280e2fe3a3e8f49c5c0b6c2eec4ea — 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 |
|
| 5 |
HONEST SCOPE:
|
src/a11oy/harvest/harvest_budget.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
"""harvest_budget.py — Proven sponge budget for the wasted-energy harvest.
|
| 2 |
|
| 3 |
Grounds the soak-window batch admission in the founder's own kernel-proven
|
|
|
|
| 1 |
+
# VENDORED FROM szl-holdings/platform@e87ad75ec8e280e2fe3a3e8f49c5c0b6c2eec4ea — 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 |
|
| 5 |
Grounds the soak-window batch admission in the founder's own kernel-proven
|
szl_chain_of_title.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
"""szl_chain_of_title.py — SZL "L6" unified chain-of-title receipt assembler.
|
| 2 |
|
| 3 |
EXPERIMENTAL-tier. PURE STDLIB. Adds NOTHING to the locked-8. Λ stays Conjecture 1.
|
|
|
|
| 1 |
+
# VENDORED FROM szl-holdings/platform@e87ad75ec8e280e2fe3a3e8f49c5c0b6c2eec4ea — 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 |
|
| 5 |
EXPERIMENTAL-tier. PURE STDLIB. Adds NOTHING to the locked-8. Λ stays Conjecture 1.
|
szl_khipu_lmdb.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
# SPDX-License-Identifier: Apache-2.0
|
| 2 |
# © 2026 Lutar, Stephen P. — SZL Holdings · ORCID 0009-0001-0110-4173
|
| 3 |
# Doctrine v11 LOCKED: 749 declarations · 14 unique axioms · 163 sorries · 13-axis
|
|
|
|
| 1 |
+
# VENDORED FROM szl-holdings/platform@e87ad75ec8e280e2fe3a3e8f49c5c0b6c2eec4ea — 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
|
| 5 |
# Doctrine v11 LOCKED: 749 declarations · 14 unique axioms · 163 sorries · 13-axis
|
szl_unified_formulas.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
# SPDX-License-Identifier: Apache-2.0
|
| 2 |
# © 2026 Lutar, Stephen P. Jr. — SZL Holdings · ORCID 0009-0001-0110-4173 · Doctrine v11
|
| 3 |
"""
|
|
|
|
| 1 |
+
# VENDORED FROM szl-holdings/platform@e87ad75ec8e280e2fe3a3e8f49c5c0b6c2eec4ea — 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
|
| 5 |
"""
|