{
  "generatedBy": "scripts/generate-sites-registry.cljs",
  "declaredIn": "sites.edn",
  "assetRoot": "/sites",
  "orgAssetRoot": "/sites/_org",
  "note": "Only sites listed here resolve at {org}.itonami.cloud/{repo}. Unknown org/repo returns 404 (KRP §4 rule 8) — it never falls through to the homepage. Orgs with status=live also 301 the legacy itonami.cloud/{org}/{repo} form to the org host.",
  "reserved": [
    ".well-known",
    "api",
    "css",
    "docs",
    "edge",
    "health.json",
    "health.json.js",
    "index.html",
    "isco-1212",
    "isco-4227",
    "isic-6492",
    "isic-7320",
    "js",
    "legal",
    "licenses",
    "licenses.json",
    "licenses.json.js",
    "llms.txt",
    "llms.txt.js",
    "mailbox",
    "marketplace",
    "marketplace.json",
    "marketplace.json.js",
    "onboarding",
    "open-business.json",
    "open-business.json.js",
    "openapi-free-path.json",
    "openapi-free-path.json.js",
    "partners",
    "robots.txt",
    "robots.txt.js",
    "signin",
    "sitemap.xml",
    "sitemap.xml.js",
    "sites",
    "study",
    "trust",
    "workspace"
  ],
  "orgs": {
    "cloud-itonami": {
      "org": "cloud-itonami",
      "host": "cloud-itonami.itonami.cloud",
      "status": "live",
      "title": "cloud-itonami",
      "description": "行政・公共制度をソフトウェアとして実装する事業群。ここはその公開サイト面。",
      "dir": "public/sites/_org/cloud-itonami",
      "files": [
        "index.html"
      ]
    },
    "kotoba-lang": {
      "org": "kotoba-lang",
      "host": "kotoba-lang.itonami.cloud",
      "status": "provisioning",
      "title": "kotoba-lang",
      "description": "kotoba 言語系とその上に建つアプリ群。ここはその公開サイト面。",
      "dir": "public/sites/_org/kotoba-lang",
      "files": [
        "index.html"
      ]
    }
  },
  "sites": {
    "cloud-itonami/cloud-itonami-isic-852": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-isic-852",
      "title": "中等教育 — 出欠・面談・調達（営み OS）",
      "description": "中等教育の運営 actor。宣言済み・未接続。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-isic-852",
      "dir": "public/sites/cloud-itonami/cloud-itonami-isic-852",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    },
    "cloud-itonami/cloud-itonami-rirekisho": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-rirekisho",
      "title": "履歴書をつくる — 厚生労働省 様式例(2021)",
      "description": "厚生労働省「新たな履歴書の様式例」(2021-04-16)に沿った履歴書をブラウザだけで作成・印刷する。入力は送信されず、外部リクエストもゼロ。検証は repo の rirekisho.model をそのまま読み込む。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-rirekisho",
      "dir": "public/sites/cloud-itonami/cloud-itonami-rirekisho",
      "files": [
        "app.cljs",
        "index.html",
        "rirekisho/model.cljs",
        "rirekisho/shokureki.cljs",
        "scittle.js"
      ],
      "fileCount": 5
    },
    "cloud-itonami/cloud-itonami-isic-5820": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-isic-5820",
      "title": "CRM — 商談・サブスクリプション（営み OS）",
      "description": "Salesforce 置換の CRM actor。宣言済み・未接続。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-isic-5820",
      "dir": "public/sites/cloud-itonami/cloud-itonami-isic-5820",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    },
    "cloud-itonami/cloud-itonami-isic-4920": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-isic-4920",
      "title": "貨物運送 — 引受・輸送・精算（営み OS）",
      "description": "卸の出荷確定から引受が自動で起き、配送確定は小売の受入検品へ人が運ぶ仕事になる。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-isic-4920",
      "dir": "public/sites/cloud-itonami/cloud-itonami-isic-4920",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    },
    "cloud-itonami/inkan": {
      "org": "cloud-itonami",
      "repo": "inkan",
      "title": "inkan — 印影ジェネレータ",
      "description": "氏名から日本の印章（実印・銀行印・角印）の印影を組版し、SVG と PNG で書き出す。組版は純 .cljc、書体は OFL フォントのみ。",
      "source": "https://github.com/cloud-itonami/inkan",
      "dir": "public/sites/cloud-itonami/inkan",
      "files": [
        "index.html",
        "inkan/geometry.cljs",
        "inkan/svg.cljs",
        "page.cljs"
      ],
      "fileCount": 4
    },
    "kotoba-lang/kami-genko": {
      "org": "kotoba-lang",
      "repo": "kami-genko",
      "title": "原稿 genko — manga 原稿エディタ",
      "description": "コマ割り・吹き出し・トーン・原稿用紙を、ブラウザだけで組む manga 原稿エディタ。描画は WebGL2、原稿はブラウザの外に出ない（localStorage、または利用者自身の鍵で kotobase.net）。",
      "source": "https://github.com/kotoba-lang/kami-genko",
      "dir": "public/sites/kotoba-lang/kami-genko",
      "files": [
        "index.html",
        "js/genko-app.js",
        "js/manifest.edn"
      ],
      "fileCount": 3
    },
    "cloud-itonami/cloud-itonami-isic-854": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-isic-854",
      "title": "職業教育 — 受講・施設・調達（営み OS）",
      "description": "職業教育の運営 actor。宣言済み・未接続。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-isic-854",
      "dir": "public/sites/cloud-itonami/cloud-itonami-isic-854",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    },
    "cloud-itonami/os": {
      "org": "cloud-itonami",
      "repo": "os",
      "title": "営み — cloud-itonami の統合面",
      "description": "9 本の governed actor を 1 つの営みとして見る面。統合台帳（hash 連鎖・本文を持たない）、人の承認待ち、境界をまたぐので人が運ぶ仕事、そして未接続の営みとその理由。",
      "source": "https://github.com/network-awai/cloud-itonami",
      "dir": "public/sites/cloud-itonami/os",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    },
    "cloud-itonami/cloud-itonami-isic-4659": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-isic-4659",
      "title": "精密機械器具卸売 — 受注・出荷・請求（営み OS）",
      "description": "輸出管理 governor（能力閾値・軍事用途の 2 軸）を持つ卸。小売の発注から自動で受注が起きても、その門は必ず通る。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-isic-4659",
      "dir": "public/sites/cloud-itonami/cloud-itonami-isic-4659",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    },
    "cloud-itonami/cloud-itonami-isic-4711": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-isic-4711",
      "title": "総合小売 — 発注・入荷・販売（営み OS）",
      "description": "モノの営みの両端。補充発注が卸の受注を自動で起こし、配送された貨物は人が検品して入荷計上する。発注と販売計上はどの段階でも自動確定しない。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-isic-4711",
      "dir": "public/sites/cloud-itonami/cloud-itonami-isic-4711",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    },
    "cloud-itonami/cloud-itonami-isic-6399": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-isic-6399",
      "title": "求人メタサーチ — 掲載・取下げ（営み OS）",
      "description": "職業安定法5条の4 の的確表示を governor が門番する求人掲載 actor を、営み OS の面から実際に回した結果。掲載は必ず人の承認で止まり、法域評価を飛ばした掲載は保留される。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-isic-6399",
      "dir": "public/sites/cloud-itonami/cloud-itonami-isic-6399",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    },
    "cloud-itonami/shirohan": {
      "org": "cloud-itonami",
      "repo": "shirohan",
      "title": "shirohan — 白版（しろはん）をつくる",
      "description": "Tシャツ等に刷るベクタ図案から、白インク下地（白版）・白抜き・スポットカラーの版を組み、見当合わせ付きの版下 SVG として書き出す。製版は純 .cljc の決定論的な純関数で、図案はブラウザの外に出ない。",
      "source": "https://github.com/cloud-itonami/shirohan",
      "dir": "public/sites/cloud-itonami/shirohan",
      "files": [
        "index.html",
        "page.cljs",
        "shirohan/advice.cljs",
        "shirohan/artwork.cljs",
        "shirohan/color.cljs",
        "shirohan/core.cljs",
        "shirohan/curve.cljs",
        "shirohan/cut.cljs",
        "shirohan/geom.cljs",
        "shirohan/mockup.cljs",
        "shirohan/path.cljs",
        "shirohan/pdf.cljs",
        "shirohan/plate.cljs",
        "shirohan/psd.cljs",
        "shirohan/raster.cljs",
        "shirohan/svg.cljs"
      ],
      "fileCount": 16
    },
    "cloud-itonami/cloud-itonami-isic-6310": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-isic-6310",
      "title": "人事 — 従業員・評価・配置（営み OS）",
      "description": "kaonavi 置換の人事 actor。宣言はされているが OS からはまだ回せない（未接続の理由を面に出す）。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-isic-6310",
      "dir": "public/sites/cloud-itonami/cloud-itonami-isic-6310",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    },
    "kotoba-lang/kami-app-daw": {
      "org": "kotoba-lang",
      "repo": "kami-app-daw",
      "title": "KAMI DAW — EDN-native な音楽アレンジ",
      "description": "テンポ・トラック・クリップ・エフェクト・マスター書き出しを持つブラウザ DAW。録音と再生は Web Audio、書き出しは OfflineAudioContext。プロジェクトはブラウザの中にある。",
      "source": "https://github.com/kotoba-lang/kami-app-daw",
      "dir": "public/sites/kotoba-lang/kami-app-daw",
      "files": [
        "index.html",
        "js/main.js",
        "js/manifest.edn",
        "user-test-dashboard.html"
      ],
      "fileCount": 4
    },
    "cloud-itonami/cloud-itonami-isic-851": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-isic-851",
      "title": "初等教育 — 出欠・面談・調達（営み OS）",
      "description": "初等教育の運営 actor。宣言済み・未接続。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-isic-851",
      "dir": "public/sites/cloud-itonami/cloud-itonami-isic-851",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    },
    "cloud-itonami/cloud-itonami-isic-7810": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-isic-7810",
      "title": "職業紹介 — 受理・マッチング・就職（営み OS）",
      "description": "紹介免許事業者の候補者受理から就職までを governor 付きで回す actor。候補者の識別子は統合台帳には digest でしか残らない。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-isic-7810",
      "dir": "public/sites/cloud-itonami/cloud-itonami-isic-7810",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    },
    "cloud-itonami/cloud-itonami-isic-853": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-isic-853",
      "title": "高等教育 — 履修・施設・調達（営み OS）",
      "description": "高等教育の運営 actor。宣言済み・未接続。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-isic-853",
      "dir": "public/sites/cloud-itonami/cloud-itonami-isic-853",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    },
    "kotoba-lang/kami-app-nle": {
      "org": "kotoba-lang",
      "repo": "kami-app-nle",
      "title": "KAMI NLE — EDN-native なノンリニア編集",
      "description": "フレーム/タイムコード・映像と音声のレーン・トリム/分割・キャプション・マスター書き出しを持つブラウザ NLE。プレビューは SDR キャンバス模擬であって基準モニタではない。",
      "source": "https://github.com/kotoba-lang/kami-app-nle",
      "dir": "public/sites/kotoba-lang/kami-app-nle",
      "files": [
        "index.html",
        "js/main.js",
        "js/manifest.edn",
        "user-test-dashboard.html"
      ],
      "fileCount": 4
    },
    "cloud-itonami/cloud-itonami-isic-4921": {
      "org": "cloud-itonami",
      "repo": "cloud-itonami-isic-4921",
      "title": "都市交通 — 運行・配車・整備（営み OS）",
      "description": "都市交通の運行 actor。宣言済み・未接続。",
      "source": "https://github.com/cloud-itonami/cloud-itonami-isic-4921",
      "dir": "public/sites/cloud-itonami/cloud-itonami-isic-4921",
      "files": [
        "index.html"
      ],
      "fileCount": 1
    }
  }
}
