You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.0 KiB
2.0 KiB
AGENTS.md - Cold Start
Project:
{path/relatif/dari/root monorepo}Sesi terakhir: docs/ai-session-summary.md Peta lengkap (on-demand): docs/context-index.md Env template: .env.example
Apa ini?
{1-2 kalimat: apa project ini dan perannya di monorepo}
Aturan kritis
- {aturan 1 - mis. tidak akses DB langsung}
- No hardcoded URL/domain/IP — baca dari
.env/ env var / BuildConfig / config - Copy
.env.example->.envlokal; jangan commit.envberisi secret - No commit kecuali user minta eksplisit
- Deploy / rilis: naikkan versi di build config + wajib append docs/version.md (poin-poin perubahan)
- {aturan lain - max 7 bullet total}
Lanjut kerja (urutan baca)
1. AGENTS.md <- Anda di sini (~200-400 token)
2. docs/ai-session-summary.md <- TL;DR + Lanjut + Jangan
3. STOP - mulai kerja
4. On-demand:
- docs/todo.md
- docs/issues.md
- docs/api/
- docs/guide/migration.md (pindah server/domain)
- docs/system-requirements.md
- docs/server.md
- .env.example
- docs/context-index.md
Jangan cold start: changelog penuh, WORKLOG, development-log.
Rolling session memory = hanya docs/ai-session-summary.md.
Pointer cepat
| Butuh | Buka |
|---|---|
| Priority | docs/todo.md |
| Versi / deploy | docs/version.md |
| Bug / RCA | docs/issues.md |
| API | docs/api/ |
| Migrasi server/domain | docs/guide/migration.md |
| System requirements | docs/system-requirements.md |
| Server / infra | docs/server.md |
| Variabel URL/env | .env.example |
Multi-project
Workspace-Session.md -> AGENTS.md project terkait.