English | 中文
This is the short orientation page for agents modifying InferenceX. AGENTS.md is the mandatory policy layer. This page explains how to enter the larger documentation set without loading it all.
- Confirm the repository root, branch, worktree, and
git status. Preserve unrelated changes. Use a dedicated.worktrees/<name>worktree for multi-file work. - Read
AGENTS.md. ReadCONTRIBUTING.mdbefore review, sweep, merge, or Runner policy work. - Classify the task with
index.md. Open the architecture, result, testing, or troubleshooting reference that owns a question. - For a recurring operational change, use
procedures.mdto open exactly one focused checklist. - Follow that page's source links and trace changed fields or symbols into their implementation consumers. Source files and Workflow YAML win over explanatory docs.
- Run the narrowest proof before dispatching GPU or CI work. Record Run IDs, attempts, source SHAs, and artifact names when external evidence is produced.
| Need | Owner |
|---|---|
| Mandatory Agent policy and benchmark invariants | AGENTS.md |
| Task and reference routing | index.md |
| Recurring operational checklists | procedures.md |
| PR review, sweep reuse, and merge policy | CONTRIBUTING.md |
| Verification depth and evidence standards | testing.md |
| Failure classification and safe remediation | troubleshooting.md |
Load the one page that owns the task and only the source sections needed for the current step. Avoid dumping large YAML, JSON, logs, generated matrices, or entire reference files into context. Put durable rationale and recurring pitfalls in the focused guide so later agents can find them without repeating repository-wide exploration.