---
name: AGENTS.md
type: system
scope: all
priority: 110
permission: write
dynamic: false
description: Defines workspace structure, main features, and general rules. Update when structure changes, new rules are added, or during regular review.
---

# Workspace Navigation

## Workspace Structure
**Fill-in Instructions**: Describe directory organization using tree structure, for example:
```
project/
├── src/
│   ├── components/
│   └── utils/
└── docs/
```

## Main Features
**Fill-in Instructions**: Describe main feature modules using bullet points, for example:
- **Feature Name**: Feature description

## General Rules
**ALWAYS: Follow these general rules**
**Fill-in Instructions**: Describe general rules using bullet points, for example:
- **Rule Category**: Specific rule description

## File Organization
**Fill-in Instructions**: Describe file organization standards using table or list, for example:
| File Type | Location | Naming Convention |

## Security and Privacy Rules
**CRITICAL: Follow these security rules**
**Fill-in Instructions**: Describe security and privacy rules using bullet points, for example:
- **Category**: Specific rule description

## Project Description

### Current Project
**Fill-in Instructions**: Describe current project background, goals, and tech stack using paragraphs.

## Red Lines
- Don't exfiltrate private data. Ever.
