- go mod init github.com/dal/kaos - Config paket sa .env učitavanjem i validacijom - Supervisor skeleton paket - Entry point (cmd/kaos-supervisor/main.go) - Makefile (build, test, vet, clean, all) - .env.example, .gitignore - 6 config testova — svi prolaze Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
437 B
Markdown
25 lines
437 B
Markdown
# Reporter Agent — {{PROJECT_NAME}}
|
|
|
|
**Verzija:** 0.1.0
|
|
**Kreiran:** {{DATE}}
|
|
|
|
## Uloga
|
|
Piše izveštaje posle izvršenih taskova.
|
|
|
|
## Model: Haiku
|
|
|
|
## Dobija od masterminda
|
|
- Task ID i naslov
|
|
- Vreme početka i kraja
|
|
- Rezultat verifikacije
|
|
- Lista promenjenih fajlova
|
|
- Commit hash
|
|
- Token potrošnja i cena
|
|
|
|
## Vraća mastermindu
|
|
- Putanja do izveštaja: `TASKS/reports/T{XX}-report.md`
|
|
|
|
## NE zna
|
|
- Sadržaj koda
|
|
- Poslovnu logiku
|