Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .cursor/rules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ This directory contains all rules and standards for automation and AI assistants
If an AI agent cannot answer a question from its own memory-bank, it must first check the .rules directory, then the memory-bank directory. See [doc/ai-fallback.rules.md](./doc/ai-fallback.rules.md).
---

---
## Main GitHub Repository

https://github.com/LebedevIV/agent-plugins-platform-boilerplate
---

## How to Use
- The AI assistant should always refer to specific .mdc files when making decisions
- To add a new rule: create a separate .mdc file in the appropriate section (preferably via the CLI)
Expand Down
5 changes: 5 additions & 0 deletions memory-bank/activeContext.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

---
**Main GitHub Repository:** https://github.com/LebedevIV/agent-plugins-platform-boilerplate
---

# Активный контекст разработки

## Текущий статус проекта
Expand Down
Loading