REPO MAP
Guide for REPO MAP
πΊοΈ Repository Map & Agent Context
Purpose: This document serves as the high-level map of thelohmonorepo. Agents should consult this to understand where to find information and where code belongs.
π Core Directory Structure
π§ Knowledge Base Index
Use
find_by_name in knowledge-base/ to locate specific docs./architecture: API Contracts, Network Design, Tool Architecture./assets: 3D Asset Plans, Art Pipelines, Commission Briefs./business: Economy Design, Monetization, Growth Strategy./design: Design Bible (Colors, Fonts), UX Plans./guides: Developer Guides, QA Principles, Getting Started./infrastructure: Cloudflare, Docker, Security, AWS Migration./planning: Task Lists, Sprints, Issue Logs.
π Common Workflows (In .agent/workflows/)
guardrails.md: MUST READ. Principal Engineering Standards.code-review.md: Checklist before submitting PRs.update-knowledge-base.md: How to update Game Data.reference-game-data.md: How to look up Items/NPCs.deploy-protection.md: Cloudflare security setup.
π Key Glossaries
- Bija: Premium currency.
- Bandhu: Referral program system.
- Rajdoot: Affiliate program system.
- Vymanika: The flight/transport system.
β‘ Quick Dev Commands
- Run Game:
cargo run(inloh-game) - Run Website:
npm run dev(inloh-website) - Run Ops:
npm run dev(inloh-ops-tools) - Test All:
cargo test --all(in root)