Files
admin 52b96d01de
CI / CD Pipeline / build (push) Successful in 5m5s
CI / CD Pipeline / deploy (push) Successful in 3m48s
690608:0012 ADR-035-135 #08
2026-06-08 00:12:31 +07:00

34 lines
1.2 KiB
Markdown

# Memory Directory
This directory contains project-specific memory and context that is NOT already covered in the specs/ directory.
## Purpose
The `memory/` directory is for:
- MCP Tools documentation (MariaDB + Memory tools)
- Project memory override rules (referencing AGENTS.md)
- Context that doesn't fit into the specs/ structure
## What's NOT Here
The following content has been moved to `specs/88-logs/`:
- Session history logs
- Recent rollouts
- Rules and decisions (now in specs/06-Decision-Records/ ADRs)
- Domain terminology (now in specs/00-overview/00-02-glossary.md)
- Known commands (now in specs/05-Engineering-Guidelines/)
- Environment & Services (now in specs/04-Infrastructure-OPS/)
## Files
- `mcp-tools.md` — MCP MariaDB Tools and MCP Memory Tools documentation
- `project-memory-override.md` — Project memory override rule referencing AGENTS.md
## Single Source of Truth
For project rules, decisions, and specifications, always refer to:
- `AGENTS.md` — Project context and rules
- `specs/06-Decision-Records/` — Architecture Decision Records (ADRs)
- `specs/00-overview/00-02-glossary.md` — Domain terminology
- `specs/05-Engineering-Guidelines/` — Backend, frontend, and testing guidelines