- Replace hardcoded project paths with generic placeholders ([NOME_PROGETTO], [ROOT_PROGETTO]) - Add .opencode/ configuration with agent definitions (spec-architect, tdd-developer, git-manager, security-reviewer) - Add export/ templates (prd, architecture, kanban, progress, githistory) - Add docs/ templates (bug_ledger, architecture) - Add prompt/prompt-zero.md kickoff template - Update README.md with installation instructions and usage guide Template now ready for reuse in new projects with workflow: 1. Spec-Driven (@spec-architect) 2. TDD (@tdd-developer) 3. Git management (@git-manager)
47 lines
892 B
Markdown
47 lines
892 B
Markdown
# Git History - [NOME_PROGETTO]
|
|
|
|
> Registro storico dei commit con spiegazione dettagliata del contesto e della motivazione.
|
|
|
|
## Formato
|
|
|
|
```markdown
|
|
## YYYY-MM-DD HH:MM - [TYPE](scope): [Titolo Commit]
|
|
|
|
**Hash:** `abc1234`
|
|
**Autore:** @agent
|
|
**Branch:** main/feature/...
|
|
|
|
### Contesto
|
|
[Spiegazione del contesto in cui è stato fatto il commit - perché era necessario]
|
|
|
|
### Cosa cambia
|
|
[Descrizione dettagliata delle modifiche introdotte]
|
|
|
|
### Perché
|
|
[Motivazione delle scelte fatte, problemi risolti]
|
|
|
|
### Impatto
|
|
- [ ] Breaking change
|
|
- [ ] Modifica API
|
|
- [ ] Nuova feature
|
|
- [ ] Bug fix
|
|
- [ ] Refactoring
|
|
- [ ] Documentazione
|
|
|
|
### File modificati
|
|
- `path/to/file1.py` - [breve descrizione cambiamento]
|
|
- `path/to/file2.py` - [breve descrizione cambiamento]
|
|
|
|
### Note
|
|
[Eventuali note aggiuntive, riferimenti a issue, PR]
|
|
|
|
---
|
|
```
|
|
|
|
---
|
|
|
|
## Storico Commit
|
|
|
|
*I commit più recenti in cima*
|
|
|