Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.17 KB

File metadata and controls

20 lines (17 loc) · 1.17 KB

Agent Instructions

When working with this repository, always read and follow the rules specified in:

  • .github/copilot-instructions.md — Primary coding conventions, patterns, and project guidelines.
  • README.md — Repository overview, structure, build/test instructions, and CI/CD details.
  • Logging/README.md — TCSystem.Logging project details.
  • Util/README.md — TCSystem.Util project details.
  • MetaData/README.md — TCSystem.MetaData project details.
  • MetaDataDB/README.md — TCSystem.MetaDataDB project details.
  • Gps/README.md — TCSystem.Gps project details.
  • Thread/README.md — TCSystem.Thread project details.
  • Tools/DBConverter/README.md — DBConverter tool details.
  • Tools/TakeoutReader/README.md — TakeoutReader tool details.
  • MetaData/Tests/README.md — MetaData test project details.
  • MetaDataDB/Tests/README.md — MetaDataDB test project details.
  • Thread/Tests/README.md — Thread test project details.
  • Util/Tests/README.md — Util test project details.

These files contain the authoritative coding standards, architecture decisions, and conventions for this project. Always apply them when generating or modifying code.