Alchemia Ingestvm

The Alchemical Forge — Material ingestion pipeline and aesthetic nervous system. Three-stage pipeline (INTAKE → ABSORB → ALCHEMIZE) for deploying source materials, plus cascading taste profiles (taste.yaml → organ-aesthetic.yaml → repo-aesthetic.yaml) for autonomous aesthetic propagation.

standardGRADUATEDACTIVECIPlatinum

architecture

Alchemia operates as a three-stage pipeline with a parallel aesthetic subsystem:

```
                    ┌──────────────────────────────────────────┐
                    │           CAPTURE CHANNELS               │
                    │  Bookmarks · Apple Notes · Google Docs   │
                    │  AI Chat Transcripts · Screenshots       │
                    └────────────────┬─────────────────────────┘
                                     │
                    ┌────────────────▼─────────────────────────┐
                    │           STAGE 1: INTAKE                │
                    │  Crawl directories · SHA-256 fingerprint │
                    │  Detect duplicates · Enrich from manifest│
                    │  Output: intake-inventory.json           │
                    └────────────────┬─────────────────────────┘
                                     │
                    ┌────────────────▼─────────────────────────┐
                    │           STAGE 2: ABSORB                │
                    │  7-rule priority classification chain     │
                    │  Map files → organ/org/repo              │
                    │  Output: absorb-mapping.json             │
                    └────────────────┬─────────────────────────┘
                                     │
                    ┌────────────────▼─────────────────────────┐
                    │          STAGE 3: ALCHEMIZE              │
                    │  Transform (docx→md) · Deploy via GitHub │
                    │  Contents API · Batch deployment         │
                    │  Output: provenance-registry.json        │
                    └──────────────────────────────────────────┘

    AESTHETIC NERVOUS SYSTEM (parallel)
    ┌──────────────────────────────────────────────────────────┐
    │  taste.yaml ← organ-aesthetics/*.yaml ← repo overrides  │
    │  Cascading palette/tone/typography/anti-patterns          │
    │  Creative briefs per organ · AI prompt injection blocks   │
    └──────────────────────────────────────────────────────────┘
```

The pipeline reads from `~/Workspace/` source directories, classifies every file to one of the eight organs and their specific repositories, and deploys via the GitHub Contents API. The aesthetic system runs in parallel, providing style guidance to any AI agent generating content across the system.

---

Links

Git Stats

Commits
26
Velocity
4.3/wk
First
2026-02-12
Last
2026-03-19

Dependencies

  • meta-organvm/organvm-corpvs-testamentvm