Back to Tidb

TiDB Notes Flow for Agents

docs/agents/notes-guide.md

26.3.41.1 KB
Original Source

TiDB Notes Flow for Agents

This document provides operational guidance for writing and maintaining notes under docs/agents/. Policy-level requirements remain in the repository root AGENTS.md.

Location and Layout

  • Notes live under docs/agents/<component>/.
  • Keep notes close to the owning component and reuse existing folders before creating new ones.
  • If you add a new docs/agents/<component>/ folder, add a short entry to this document so the new location is discoverable.
  • Do not maintain a full inline list of component folders here; treat docs/agents/ as the source of truth for current folder names.

Update Rules

  • Update existing sections when the topic/root cause overlaps.
  • Append a new dated section only for a genuinely new topic.

Splitting Large Notes

  • If a notes file grows beyond 2000 lines, split it by functionality and update any references that pointed to the old path.

Planner Rule Notes

  • Planner rule notes live at docs/agents/planner/rule/rule_ai_notes.md.

IMPORT INTO Notes

  • IMPORT INTO notes live at docs/agents/import-into/README.md.