Skip to content

Latest commit

 

History

History
289 lines (251 loc) · 14.1 KB

File metadata and controls

289 lines (251 loc) · 14.1 KB

ACP System Architecture v2.0

Vision

A self-informing ontological system where structure generates emergent patterns that refine the structure. Built on fundamental laws of reality so that the patterns that emerge reflect actual structural relationships found in nature.

Current Status: v1.0 Complete with 302 archetypes across divination, psychology, and modern systems.


The Four Archetype Domains

Domain 1: Mythological/Religious (Planned for v1.1)

Cultural instantiations of primordial patterns across human civilizations.

Category Examples Status
Greek Olympians, Titans, Chthonic Stubbed
Norse Aesir, Vanir, Jotnar Stubbed
Egyptian Netjeru (major/minor) Stubbed
Hindu Trimurti, Devas, Avatars Stubbed
Celtic Tuatha Dé Danann Stubbed
+ 12 more Various traditions Stubbed
Est. Total ~600

Domain 2: Divination/Symbolic Systems (v1.0 COMPLETE)

Formalized symbolic systems for pattern recognition and guidance.

System Components Count Status
Tarot Major Arcana 22 COMPLETE
Minor Arcana 56 COMPLETE
I Ching Trigrams 8 COMPLETE
Hexagrams 64 COMPLETE
Astrology Zodiac Signs 12 COMPLETE
Planets 10 COMPLETE
Runes Elder Futhark 24 COMPLETE
Kabbalah Sephiroth 10 COMPLETE
Chakras Energy centers 7 COMPLETE
Total 213

Domain 3: Psychological Frameworks (v1.0 COMPLETE)

Modern scientific and therapeutic archetypal systems.

Framework Components Count Status
Jungian Core archetypes 12 COMPLETE
Enneagram Types 9 COMPLETE
Narrative Hero's Journey stages 17 COMPLETE
Vogler characters 8 COMPLETE
Developmental Spiral Dynamics 8 COMPLETE
Total 54

Domain 4: Modern Spiritual & Cultural (v1.0 COMPLETE)

Contemporary and emerging archetypal frameworks.

Category Components Count Status
Brand Brand archetypes 12 COMPLETE
Digital Internet archetypes 10 COMPLETE
Pop Culture Superhero archetypes 12 COMPLETE
Spiritual Angelic hierarchy 9 COMPLETE
Total 43

Summary

Domain v1.0 Status Entries
Divination COMPLETE 213
Psychology COMPLETE 54
Modern COMPLETE 43
Mythological Planned v1.1 ~600
v1.0 Total 302

Layer Architecture

┌─────────────────────────────────────────────────────────────────────┐
│                        LAYER 0: PHYSICS                             │
│            (Fundamental Laws - See FUNDAMENTAL_LAWS.md)             │
│  • Conservation laws    • Transformation rules    • Field equations │
│  • Symmetry operations  • Equilibrium dynamics    • Emergence rules │
└─────────────────────────────────┬───────────────────────────────────┘
                                  │
┌─────────────────────────────────▼───────────────────────────────────┐
│                      LAYER 1: CALIBRATION                           │
│                    (Reference Frame - 17 points)                    │
│              • Origin (0.5 all axes)                                │
│              • 16 Poles (8 axes × 2 extremes)                       │
│              • Geodesics (transformation paths between poles)       │
└─────────────────────────────────┬───────────────────────────────────┘
                                  │
┌─────────────────────────────────▼───────────────────────────────────┐
│                      LAYER 2: PRIMORDIALS                           │
│                 (Fundamental Patterns - 22 archetypes)              │
│                                                                     │
│   Creator    Destroyer    Preserver    Trickster    Hero    Self    │
│   Great Mother    Great Father    Divine Child    Lover    Warrior  │
│   Magician    Sovereign    Maiden    Crone    Wise Elder            │
│   Psychopomp    Healer    Rebel    Outcast    Ancestor    Monster   │
│   Twin                                                              │
│                                                                     │
│   Each has: canonical spectral position, shadow dynamics,           │
│             relationship matrix to other primordials                │
└─────────────────────────────────┬───────────────────────────────────┘
                                  │
        ┌─────────────────────────┼─────────────────────────┐
        │                         │                         │
┌───────▼───────┐         ┌───────▼───────┐         ┌───────▼───────┐
│   LAYER 3A    │         │   LAYER 3B    │         │   LAYER 3C    │
│  Divination   │         │ Psychological │         │    Modern     │
│   (213) ✓     │         │   (54) ✓      │         │   (43) ✓      │
└───────┬───────┘         └───────┬───────┘         └───────┬───────┘
        │                         │                         │
        │                 ┌───────▼───────┐                 │
        │                 │   LAYER 3D    │                 │
        │                 │ Mythological  │                 │
        │                 │  (planned)    │                 │
        │                 └───────┬───────┘                 │
        │                         │                         │
        └─────────────────────────┴─────────────────────────┘
                                  │
┌─────────────────────────────────▼───────────────────────────────────┐
│                       LAYER 4: CORRESPONDENCE                       │
│                    (Cross-system mappings)                          │
│                                                                     │
│   Maps relationships BETWEEN domains:                               │
│   • Tarot ↔ Jungian ↔ Hero's Journey                              │
│   • Enneagram ↔ Spiral Dynamics ↔ Chakras                         │
│   • Brand ↔ Superhero ↔ Vogler characters                         │
└─────────────────────────────────┬───────────────────────────────────┘
                                  │
┌─────────────────────────────────▼───────────────────────────────────┐
│                       LAYER 5: SYNTHESIS                            │
│                    (Emergent Insights)                              │
│                                                                     │
│   • Pattern detection across populated data                         │
│   • Unexpected resonances and gaps                                  │
│   • Statistical clustering analysis                                 │
│   • Feedback loop to refine physics/calibration                     │
└─────────────────────────────────────────────────────────────────────┘

Directory Structure (Current)

ACP/
├── schema/                           # Core definitions
│   ├── ACP_CONTEXT.jsonld            # JSON-LD namespace
│   ├── axes.jsonld                   # 8 spectral axes
│   ├── relationships.jsonld          # 17 relationship types
│   ├── dynamics.jsonld               # Physics layer
│   ├── primordials.jsonld            # 22 meta-archetypes
│   └── correspondences.jsonld        # Cross-system rules
│
├── calibration/                      # Reference frame
│   ├── origin.jsonld                 # Center point
│   ├── poles/                        # 16 extremes
│   ├── geodesics/                    # Transformation paths
│   └── primordial_matrix.jsonld      # 22×22 relationships
│
├── divination/                       # Domain 2: COMPLETE
│   ├── tarot/
│   │   ├── major_arcana.jsonld       # 22 entries
│   │   └── minor_arcana.jsonld       # 56 entries
│   ├── iching/
│   │   ├── trigrams.jsonld           # 8 entries
│   │   └── hexagrams.jsonld          # 64 entries
│   ├── astrology/
│   │   ├── zodiac.jsonld             # 12 entries
│   │   └── planets.jsonld            # 10 entries
│   ├── runes/
│   │   └── elder_futhark.jsonld      # 24 entries
│   ├── kabbalah/
│   │   └── sephiroth.jsonld          # 10 entries
│   └── chakras/
│       └── energy_centers.jsonld     # 7 entries
│
├── psychology/                       # Domain 3: COMPLETE
│   ├── jungian/
│   │   └── core_archetypes.jsonld    # 12 entries
│   ├── enneagram/
│   │   └── types.jsonld              # 9 entries
│   ├── narrative/
│   │   ├── heros_journey.jsonld      # 17 entries
│   │   └── vogler_archetypes.jsonld  # 8 entries
│   └── developmental/
│       └── spiral_dynamics.jsonld    # 8 entries
│
├── modern/                           # Domain 4: COMPLETE
│   ├── cultural/
│   │   └── brand_archetypes.jsonld   # 12 entries
│   ├── digital/
│   │   └── internet_archetypes.jsonld # 10 entries
│   ├── pop_culture/
│   │   └── superhero.jsonld          # 12 entries
│   └── spiritual/
│       └── angels.jsonld             # 9 entries
│
├── archetypes/                       # Domain 1: Stubbed (v1.1)
│   ├── greek/
│   ├── norse/
│   └── ... (17 pantheons)
│
├── tools/                            # Validation & Analysis
│   ├── validate.js                   # Node.js validator
│   ├── derive_coordinates.js         # Coordinate derivation
│   ├── explorer.html                 # Browser explorer
│   └── validator.html                # Browser validator
│
├── CLAUDE.md                         # Project instructions
├── FUNDAMENTAL_LAWS.md               # Physics foundation
├── SYSTEM_ARCHITECTURE.md            # This document
├── V1_COMPLETION_PLAN.md             # v1.0 summary
└── README.md                         # Public documentation

Validation Rules

Layer 1: Calibration Integrity

  • Origin at exact center (0.5 all axes)
  • All poles at correct positions
  • Polar pairs have distance = 1.0 on their axis
  • Geodesics defined

Layer 2: Primordial Coherence

  • All 22 primordials have unique coordinates
  • Shadow dynamics defined for each
  • Relationship matrix complete

Layer 3: Domain Validity

  • All entries have complete 8-axis coordinates
  • All coordinates in [0.0, 1.0] range
  • All entries instantiate at least one primordial
  • No coordinate collisions (distance > 0.05)
  • Instantiation weights valid (0.0-1.0)

Layer 4: Correspondence Consistency

  • Cross-system mappings include fidelity scores
  • Relationship types properly typed

Implementation Phases

Phase 1: Foundation ✓ COMPLETE

  • Core schema files
  • Calibration system
  • Fundamental laws document
  • 22 Primordials positioned

Phase 2: v1.0 Population ✓ COMPLETE

  • Divination systems (213 entries)
  • Psychology systems (54 entries)
  • Modern systems (43 entries)
  • Interactive explorer tool
  • Validation tooling

Phase 3: v1.1 Mythological (Planned)

  • Greek pantheon (~50 entries)
  • Norse pantheon (~40 entries)
  • Egyptian pantheon (~45 entries)
  • Additional pantheons

Phase 4: v2.0 (Future)

  • REST/GraphQL API
  • 3D visualization
  • Narrative engine

Tools Available

Tool Location Purpose
Explorer tools/explorer.html Interactive browsing
Browser Validator tools/validator.html Browser-based validation
Node Validator tools/validate.js CLI validation
Coordinate Derivation tools/derive_coordinates.js Algorithmic positioning

Last updated: v1.0 Release