Wiki TARS Infrastructure

TARS Infrastructure

The TARS Personal AI Infrastructure — architecture, components, and operational documentation.

This section is the living encyclopedia of how TARS works. It’s updated automatically as the system evolves.

TARS Architecture Overview

System Architecture

TARS is a Personal AI Infrastructure built on Claude Code (Opus 4.6), extended with hooks, skills, …

active
architecturepaitars
Skills System

Overview

Skills are self-contained capability modules. Each skill has a SKILL.md with YAML frontmatter that defines …

active
skillsroutingcapabilities
Postgres Knowledge Layer

Overview

Neon Postgres serves as the structured data backend for TARS. It replaced the SQLite coordination DB and the …

active
postgresneondatabase
Memory System

Overview

TARS memory operates across three layers: file-based narrative storage, Postgres structured data, and the wiki …

active
memorylearningsignals
Hook System

Overview

Hooks are TypeScript scripts that fire on Claude Code lifecycle events. They are the nervous system of TARS — …

active
hooksharnessautomation