Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 816 Bytes

File metadata and controls

13 lines (8 loc) · 816 Bytes

AI Context & Guidelines

This repository contains a dedicated directory structure for AI agents to better understand the project's specific domain context, architectural decisions, and coding conventions.

🤖 For AI Agents

When working in this repository, please consult the contents of the agents/ directory. This folder serves as a knowledge base containing:

  • Domain Knowledge: Specific business logic and terminology used in this project.
  • Architecture Overview: High-level design patterns and structural decisions.
  • Coding Standards: Project-specific conventions that supplement general best practices.

Action: Before proposing significant changes or architectural updates, read the relevant documents in agents/ to align with the project's established patterns.