Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TarkovTracker Documentation

Start here to find the right document. This folder holds technical and process documentation. The canonical agent contract and project conventions live in the root AGENTS.md.

Which doc do I need?

I want to… Read
Understand the project and get it running /README.md
Contribute (issues, branches, PRs, labels) .github/CONTRIBUTING.md
Understand the architecture and data flow ARCHITECTURE.md
Use or extend the HTTP/API surface API.md
Deploy, configure env vars, or handle an incident runbook.md
Understand CI/CD, hooks, and releases WORKFLOW_AUTOMATION.md
Follow the visual/design system /DESIGN.md
Work as (or configure) an AI agent AGENTS.md + agent-context/

Document map

Human-facing

  • /README.md — public overview, features, quick start.
  • .github/CONTRIBUTING.md — contribution workflow, issues, labels, project board.
  • ARCHITECTURE.md — system architecture, state model, sync, caching, and the canonical environment-variable map.
  • API.md — endpoint reference, caching, supported languages, game modes.
  • runbook.md — required env vars, pre-deploy checks, incident triage and recovery.
  • WORKFLOW_AUTOMATION.md — GitHub Actions, pre-commit hooks, Dependabot, releases.

Agent-facing

To avoid drift, each fact has a single owner: code style and commit scopes live in AGENTS.md; the environment-variable map lives in ARCHITECTURE.md and runbook.md; API details live in API.md. Other documents link to those owners instead of restating them.

Maintainer notes

Roadmap and personal working notes live in ROADMAP.md.