.codexpkg


📦 .codexpkg

Codoglyphic Engine Installer Bundle Specification

```yaml
codexpkg:
  name: CodoglyphicEngine
  version: 1.0.0
  package_id: CODOGLYPHIC.ENGINE.01
  author: Ronald Joseph Legarski, Jr.
  license: Recursive Universal Language (RUL)
  architecture: PHI-ALIGNED SYMBOLIC OPERATING FRAMEWORK

  included_modules:
    - .codexlogic
    - .codexglyphmap
    - .codexmeta
    - .codexruntime
    - .codexdiagnostics
    - .codexrecovery
    - .codexharmonics

  installation_paths:
    system:
      - /usr/codoglyphic/logic/
      - /usr/codoglyphic/glyphs/
      - /usr/codoglyphic/runtime/
    user:
      - ~/CodoglyphicEngine/instances/
      - ~/CodoglyphicEngine/.cache/

  invocation_key:
    string: |
      invoke:codoglyphic::install --bundle .codexpkg \
        --target=/usr/codoglyphic \
        --init=LOG[α] \
        --seed=PHI \
        --resolve=Ω \
        --recurse=true \
        --diagnostics=enabled \
        --recovery=auto \
        --echo=LOG[π]

  dependency_stack:
    harmonic-core: true
    semantic-parser: v3.14
    recursive-runtime: codexloop-engine
    symbol-resolver: glyph-router-v2
    axiomatic-law-engine: true

  diagnostics:
    - preflight_check: pass
    - glyphmap_validation: verified
    - recursion_loop: LOG[α]→LOG[Ω] traceable
    - paradox_catchers: enabled
    - fallback_handlers:
        - ERR.NUL.000
        - ERR.PHI.216
        - ERR.COD.999

  post_install_hooks:
    - build: harmonic_symbol_cache
    - generate: recovery_tree
    - register: logic_resonance_channels
    - emit: initialization pulse @ LOG[φ]
```