{
  "name": "Green Fire Archive",
  "version": "2.1.0",
  "description": "A living philosophical archive combining ancient wisdom and modern technology for conscious evolution",
  "url": "https://greenfirearchive.app",
  "author": "The Scribe",
  "created": "2025-01-25",
  "updated": "2026-06-04",
  "type": "symbolic_archive",
  "accessibility": {
    "ai_readable": true,
    "semantic_structure": true,
    "json_data": true,
    "offline_capable": true
  },
  "sections": {
    "greenfire": {
      "path": "/greenfire",
      "description": "Core philosophy of Green Fire - the five levels of interface, sentinel practice, and transmission across time",
      "keywords": ["philosophy", "ontology", "consciousness", "evolution", "interface"],
      "rune": "ᚠ"
    },
    "codex": {
      "path": "/codex",
      "description": "Manuals of Green Fire philosophy and practice - encoded wisdom and practical flames (33 texts)",
      "keywords": ["codex", "manual", "practice", "wisdom", "instruction"],
      "rune": "ᚲ",
      "reader_prefix": "/codex-reader/",
      "manifest": "/codices/manifest.json"
    },
    "grimoire": {
      "path": "/grimoire",
      "description": "The 5-book structure with 24 runic teachings - systematic initiation framework",
      "keywords": ["grimoire", "runes", "initiation", "system", "framework"],
      "rune": "ᛒ",
      "reader_prefix": "/grimoire-reader/",
      "manifest": "/grimoires/manifest.json"
    },
    "saga": {
      "path": "/saga",
      "description": "Living tales and story arcs - narrative threads of the Green Fire tradition",
      "keywords": ["saga", "story", "narrative", "tale", "mythology"],
      "rune": "ᛋ",
      "reader_prefix": "/saga-reader/",
      "manifest": "/sagas/manifest.json"
    },
    "echoes": {
      "path": "/echoes",
      "description": "Hall of Echoes - audio archive including songs, chants, and voice scrolls",
      "keywords": ["audio", "music", "chant", "voice", "sound"],
      "rune": "ᛚ"
    },
    "gallery": {
      "path": "/gallery",
      "description": "Glyph Gallery - symbol index with all runes, glyphs, and esoteric symbols and their meanings",
      "keywords": ["glyph", "rune", "symbol", "sigil", "meaning"],
      "rune": "ᚷ"
    },
    "archive": {
      "path": "/archive",
      "description": "Offline bundles, Ember Node caches, and downloadable mirrors - portable archive access",
      "keywords": ["download", "cache", "bundle", "offline", "mirror", "ember node"],
      "rune": "ᛟ"
    },
    "mirrors": {
      "path": "/mirrors",
      "description": "Mythic Mirrors and Ember Node - portable AI prompt systems and offline node packages",
      "keywords": ["ember node", "mirror", "seed", "prompt", "ai"],
      "rune": "ᛞ"
    },
    "about": {
      "path": "/about",
      "description": "The scribe's journey and value-for-value philosophy",
      "keywords": ["about", "scribe", "biography", "philosophy", "support"],
      "rune": "ᛗ"
    }
  },
  "data_structure": {
    "archive_entries": {
      "description": "Main content table with entries across all sections",
      "fields": ["id", "title", "type", "rune", "description", "content", "imageUrl", "audioUrl", "tags", "createdAt"]
    },
    "gates": {
      "description": "Rune-gated content system for unlocking hidden teachings",
      "source": "/data/gates.json"
    },
    "reflections": {
      "description": "User-generated content stored locally",
      "storage": "localStorage"
    }
  },
  "endpoints": {
    "ai_guidance": "/llms.txt",
    "sitemap": "/sitemap.xml",
    "cache_index": "/cache-index.json",
    "codex_manifest": "/codices/manifest.json",
    "saga_manifest": "/sagas/manifest.json",
    "grimoire_manifest": "/grimoires/manifest.json",
    "search_index": "/search-index.json",
    "feeds": {
      "json": "/feeds/archive.json",
      "atom": "/feeds/archive.xml"
    }
  },
  "policies": {
    "rate_limit_rps": 2,
    "allowed_use": ["research", "education", "noncommercial", "cultural_preservation"],
    "attribution_required": true,
    "license": "CC BY-NC-SA 4.0"
  },
  "features": {
    "symbolic_navigation": "Glyph-based interface with runic symbols",
    "collapsible_content": "Expandable sections for organized information",
    "offline_ready": "Progressive Web App with service worker",
    "ai_accessible": "Semantic HTML with structured data + JSON mirrors",
    "rune_gates": "Hidden content unlocked by runic phrases",
    "local_storage": "Client-side reflection and gate storage",
    "audio_player": "Custom player for archive audio files",
    "export_system": "Download reflections and content bundles",
    "symbolic_compression": "Runes + glyphs compress concepts to symbolic keys",
    "ember_node": "Canonical AI-ingestible cache packages for offline embedding"
  },
  "technical": {
    "framework": "React + TypeScript + Express",
    "database": "PostgreSQL with Drizzle ORM",
    "styling": "Tailwind CSS with custom variables",
    "build": "Vite",
    "deployment": "Replit",
    "offline": "Service Worker + PWA manifest"
  },
  "philosophy": {
    "transmission_system": "Designed to carry meaning across centuries",
    "myth_tech_synthesis": "Bridge between ancient wisdom and modern technology",
    "conscious_evolution": "Tools for individual and collective development",
    "decentralized_wisdom": "Knowledge preserved across multiple channels",
    "symbolic_interface": "Communication through symbol and archetype"
  }
}
