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)"
@$(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:
@echo "Stopping authoring UI with systemd..."
$(SYSTEMCTL_USER) stop "$(AUTHOR_SERVICE)" || true

View File

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

View File

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