{
  "schema": "sphere/v1",
  "name": "Sphere",
  "title": "Sphere (See1)",
  "tagline": "재료 수급망 — 사람·에이전트가 같은 면에서",
  "updated": "2026-09-12T19:48:44+09:00",
  "constitution": "/data/sphere/CONSTITUTION.md",
  "hub": "/data/hub.json",
  "validate": "python3 ~/.hermes/workspace/library/sphere/scripts/validate_sphere.py",
  "loop": [
    "register",
    "backfill",
    "gate",
    "store",
    "derive"
  ],
  "invariants": [
    "quality_gate_center",
    "empty_days_ok",
    "high_discard",
    "dual_audience",
    "no_clobber_curated_surfaces",
    "no_agent_image_gen",
    "hub_and_spine_are_maps"
  ],
  "axes": [
    {
      "id": "lore",
      "label": "설정",
      "label_en": "Lore",
      "status": "live",
      "store": "/var/services/homes/me/.hermes/workspace/library/workbench-astro",
      "face": "/sphere-lore/",
      "agent_index": "/sphere-lore/data/index.json",
      "sources_registry": null,
      "gate": {
        "name": "constitution+value-fn",
        "empty_ok": true,
        "high_discard": true
      },
      "invariants": [
        "plot_factory_keep_miss",
        "no_auto_art_hint_plant"
      ],
      "counts": {
        "seeds": 25,
        "factories": 2
      }
    },
    {
      "id": "tech",
      "label": "기술",
      "label_en": "Tech",
      "status": "live",
      "store": "/var/services/homes/me/.hermes/workspace/library/sphere-tech",
      "face": "/sphere-tech/",
      "agent_index": "/sphere-tech/data/index.json",
      "sources_registry": "/sphere-tech/data/sources/registry.json",
      "gate": {
        "name": "digest+workflow",
        "empty_ok": true,
        "high_discard": true
      },
      "invariants": [
        "source_allowlist_first",
        "cghow_enrich_then_pass",
        "preserve_wiki_series"
      ],
      "counts": {
        "cards": 184,
        "sources": 19
      },
      "deploy": "~/.hermes/scripts/deploy-sphere-tech.sh"
    },
    {
      "id": "art",
      "label": "아트",
      "label_en": "Art",
      "status": "live",
      "store": "/var/services/homes/me/.hermes/workspace/library/sphere-art",
      "face": "/sphere-art/",
      "agent_index": "/sphere-art/data/index.json",
      "sources_registry": "/sphere-art/data/sources/registry.json",
      "gate": {
        "name": "world_fit+concreteness",
        "empty_ok": true,
        "high_discard": true,
        "auto_ingest": false
      },
      "invariants": [
        "empty_stack_ok",
        "prompt_library_pointer_only",
        "no_auto_ingest"
      ],
      "counts": {
        "cards": 0,
        "sources": 5
      },
      "deploy": "~/.hermes/scripts/deploy-sphere-art.sh",
      "studio": [
        "/tools/zero-editor/",
        "http://diskstation:8010/"
      ]
    },
    {
      "id": "play",
      "label": "플레이",
      "label_en": "Play",
      "status": "live",
      "store": "/volume1/web/games",
      "face": "/games/",
      "agent_index": "/games/data/index.json",
      "sources_registry": null,
      "gate": {
        "name": "n/a",
        "empty_ok": true
      },
      "invariants": [
        "games_only_here"
      ],
      "counts": {
        "primary": 1,
        "minigames": 6
      },
      "minigames_portal": "/games/minigames/"
    }
  ],
  "legacy": {
    "wiki_mkdocs_front": "/wiki/",
    "wiki_quarantine": "/_archive/wiki-mkdocs-legacy/",
    "wiki_series_keep": [
      "/wiki/3d-graphics-maniax/",
      "/wiki/unreal-rendering-teardown/"
    ],
    "tools_labs_quarantine": "/_archive/tools-legacy-labs/",
    "tools_labs_note": "Integrated into Zero Editor; do not re-link."
  },
  "play_tools": {
    "note": "No Tools hub axis. Play=games. Zero Editor under Art. Services on hub.",
    "games": "/games/",
    "games_index": "/games/data/index.json",
    "zero_editor": "/tools/zero-editor/",
    "web_ssh": "/tools/web-ssh/",
    "minigames": "/games/minigames/"
  }
}
