main
Some checks failed
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Has been cancelled
Some checks failed
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Has been cancelled
This commit is contained in:
28
mds/2026-01-30-setup-and-docs.md
Normal file
28
mds/2026-01-30-setup-and-docs.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# AI Session Log - 2026-01-30
|
||||
|
||||
## Overview
|
||||
|
||||
This session focused on improving project documentation and establishing standard practices for AI interactions.
|
||||
|
||||
## 1. API Infrastructure Documentation
|
||||
|
||||
**Request:** Document the technological infrastructure and API service pattern in `src/lib/api/example` within `README.md`.
|
||||
|
||||
**Changes:**
|
||||
- Updated `README.md` to replace the generic "API Integration" section with a detailed "Standard Architecture" guide.
|
||||
- Established `src/lib/api/example` as the canonical reference (Golden Standard).
|
||||
- Defined the 4-layer architecture: Types, Service, Hooks, and Barrel.
|
||||
- Added code examples for `service.ts` and `use-hooks.ts`.
|
||||
|
||||
## 2. MDS Documentation Standard Setup
|
||||
|
||||
**Request:** Create an `mds` folder and ensure the AI always documents chat and changes there.
|
||||
|
||||
**Changes:**
|
||||
- Created `mds/` directory.
|
||||
- Updated `prompt.md` with a new section "📝 AI Documentation (MDS Standard)" to instruct future AI agents to use this folder.
|
||||
- Created this log file `mds/2026-01-30-setup-and-docs.md` as the first entry.
|
||||
|
||||
## Summary
|
||||
|
||||
The project now has better architectural documentation in the README and a mechanism (via `prompt.md` and `mds/`) to ensure future AI modifications are well-documented.
|
||||
12
prompt.md
12
prompt.md
@@ -8,12 +8,18 @@
|
||||
|
||||
1. **README.md** dosyasını oku - Projenin mimarisi, teknoloji stack'i ve kurulum adımlarını içerir.
|
||||
|
||||
```
|
||||
README.md
|
||||
```
|
||||
## 📝 AI Documentation (MDS Standard)
|
||||
|
||||
**IMPORTANT:** Every AI session, chat, or major change MUST be documented in the `mds/` folder.
|
||||
|
||||
1. **Create/Update Log:** Create a markdown file (e.g., `mds/YYYY-MM-DD-topic.md`) or append to an existing daily log.
|
||||
2. **Content:** Briefly summarize the user request, the changes made, and the rationale.
|
||||
3. **Persistence:** This ensures a history of AI interactions and decisions is preserved within the repo.
|
||||
|
||||
---
|
||||
|
||||
## 📚 Projeyi Anlamak İçin Önce Oku
|
||||
|
||||
## 🎯 Referans Klasörü
|
||||
|
||||
`.claude/` klasörü best practice'ler, agent tanımları ve yardımcı scriptler içerir. Görev türüne göre ilgili referansları kullan:
|
||||
|
||||
Reference in New Issue
Block a user