-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Microck edited this page Jul 2, 2026
·
2 revisions
Traccia turns personal archives into an evidence-backed skill graph.
Start with the quickstart if you want a first local run. Use the reference pages when you need exact commands, config keys, project layout, or export behavior.
| Page | Use it when |
|---|---|
| Quickstart | You want to create a project, ingest files, and inspect the first graph. |
| CLI reference | You need exact commands and common options. |
| Project layout | You want to understand generated project files. |
| Configuration | You are changing backend, privacy, multimodal, or performance settings. |
| Ingestion | You are importing folders, archives, exports, or long-running datasets. |
| Exports | You want markdown, Obsidian, graph JSON, or the public viewer. |
| Architecture | You want the system model and data flow. |
| Development | You are maintaining the repository. |
| Page | Contents |
|---|---|
| Codebase map | Module ownership and repository surface. |
| Repository inventory | Tracked surface and audit commands. |
| Changelog | User-facing release notes. |
| Spec | Product goals, non-goals, and contracts. |
| Architecture notes | Implementation decisions and high-risk modules. |
| Ingest architecture | Detailed ingest, staging, scoring, and source-family decisions. |
| Viewer decisions | Public/admin viewer design decisions. |
| Plan | Original phased implementation plan. |
| Decisions | Product and architecture decisions from planning. |
| References | External project references and anti-references. |
The canonical docs live in the main repository under docs/. This wiki is a
published mirror for easier GitHub browsing.