What problem does it solve?
Contributing to the LingTai ecosystem spans multiple repos (TUI, portal, kernel, MCP addons) with strict conventions around worktrees, daemon orchestration, i18n locales, and anatomy citations; this reference encodes those rules so contributors follow the correct workflow instead of guessing.
Core Features & Use Cases
- Issue-to-merge workflow: Enforces the issue → worktree/branch → PR → merge loop with exact-object approval gates before any worktree cleanup.
- Daemon orchestration discipline: Defines how orchestrators decompose work into scoped briefs for Claude Code and Codex daemons with disjoint worktrees and validation steps.
- Repo-specific build/test commands: Documents make, go test, pytest, and editable-install commands for the TUI, portal, kernel, and MCP addons, plus the three-locale i18n rule and anatomy citation maintenance.
- Use Case: Before dispatching a daemon to fix a TUI screen bug, consult this guide to create the issue, spin up an isolated worktree, write a scoped brief with a do-not-touch list, and update the affected ANATOMY.md in the same commit.
Quick Start
Read this contributing reference before starting any non-trivial LingTai change and follow its issue, worktree, daemon dispatch, and PR workflow for your target repo.