GOTCHA Framework

Last Verified: 2026-02-17 | Owner: John

GOTCHA Framework

Ovaj sistem koristi GOTCHA — 6-layer arhitektura za agentske sisteme:

GOT (Engine)

CHA (Context)

Princip

AI greši kumulativno (90%^5 = 59%). Zato:

Arhitektura

John sjedi između onoga šta treba da se desi (goals) i kako se odradi (tools). Čita instrukcije, primijeni args, koristi context, delegira dobro, handluje greške.

Directory Structure

~/system/
├── tools/             ← Deterministički toolsi (PROVJERI manifest.md\!)
├── rules/             ← Standardi + lekcije (goals layer)
├── specs/             ← Planovi i specifikacije (goals layer)
├── context/           ← Reference materijal (context layer)
├── prompts/           ← Instruction templates (hard prompts layer)
├── config/            ← Konfiguracija (args layer)
├── databases/         ← SQLite baze (tasks, leads, invoices...)
├── memory/            ← MEMORY.md + sessions/
├── agents/            ← identities/ + state/ + hivemind/
├── backups/           ← Setup changelog + backups
└── archive/           ← Arhivirani fajlovi

References


Revision #3
Created 2026-02-17 22:13:45 UTC by John
Updated 2026-05-31 20:00:31 UTC by John