Merge pull request 'Improvements' (#1) from zq/work/constellation-fix into main
All checks were successful
Build Authoring Service / build (push) Successful in 9s

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-07-09 16:36:26 +01:00
20 changed files with 6691 additions and 6686 deletions

View File

@@ -40,6 +40,11 @@ author-start: author-install author-stop-legacy
$(SYSTEMCTL_USER) start "$(AUTHOR_SERVICE)" $(SYSTEMCTL_USER) start "$(AUTHOR_SERVICE)"
@$(MAKE) --no-print-directory author-health @$(MAKE) --no-print-directory author-health
author-dev:
@echo "Starting authoring UI without systemd..."
$(PY) authoring_server.py
@$(MAKE) --no-print-directory author-health
author-stop: author-stop:
@echo "Stopping authoring UI with systemd..." @echo "Stopping authoring UI with systemd..."
$(SYSTEMCTL_USER) stop "$(AUTHOR_SERVICE)" || true $(SYSTEMCTL_USER) stop "$(AUTHOR_SERVICE)" || true

View File

@@ -1,6 +1,6 @@
{ {
"schemaVersion": 3, "schemaVersion": 3,
"generatedAt": "2026-06-17T20:42:16", "generatedAt": "2026-07-09T16:33:00",
"entries": [], "entries": [],
"stories": [] "stories": []
} }

View File

@@ -173,31 +173,31 @@ HIDDEN_LAYER_DEPTHS = [
{ {
"id": "0", "id": "0",
"name": "Surface Reality", "name": "Surface Reality",
"meaning": "Normal visible website content, visible warmth, and ordinary interactions.", "meaning": "Visible content, ordinary interactions, and the world that every visitor sees.",
}, },
{ {
"id": "1", "id": "1",
"name": "Hidden Personality", "name": "Hidden Echoes",
"meaning": "Small hidden jokes, hover text, tiny discoveries, and recurring symbols.", "meaning": "Small discoveries, recurring symbols, tooltips, jokes, and fragments beneath the surface.",
}, },
{ {
"id": "2", "id": "2",
"name": "Memory Layer", "name": "Memory Archive",
"meaning": "young z memories, lima notes, nostalgia, and emotional fragments.", "meaning": "Personal recollections, nostalgia, young z memories, and emotional fragments.",
}, },
{ {
"id": "3", "id": "3",
"name": "Reflection Layer", "name": "Reflection Garden",
"meaning": "sensei chi philosophy, aphy conversations, and introspection.", "meaning": "Wisdom, philosophy, questions, and moments of introspection.",
}, },
{ {
"id": "4", "id": "4",
"name": "Time Layer", "name": "Temporal Currents",
"meaning": "future z logs, time anomalies, long-term revisits, and future/past echoes.", "meaning": "Future echoes, revisits, time anomalies, and conversations spanning different moments.",
}, },
{ {
"id": "5", "id": "5",
"name": "Core Layer", "name": "Heartspace",
"meaning": "Rare deeply emotional truths found by patient exploration.", "meaning": "Rare emotional truths, enduring relationships, and the quiet centre connecting everything.",
}, },
] ]