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 is a Personal AI Infrastructure built on Claude Code (Opus 4.6), extended with hooks, skills, …
Skills are self-contained capability modules. Each skill has a SKILL.md with YAML frontmatter that defines …
Neon Postgres serves as the structured data backend for TARS. It replaced the SQLite coordination DB and the …
TARS memory operates across three layers: file-based narrative storage, Postgres structured data, and the wiki …
Hooks are TypeScript scripts that fire on Claude Code lifecycle events. They are the nervous system of TARS — …