feat(template): add complete OpenCode project template with placeholder paths
- 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)
This commit is contained in:
46
export/githistory.md
Normal file
46
export/githistory.md
Normal file
@@ -0,0 +1,46 @@
|
||||
# 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*
|
||||
|
||||
Reference in New Issue
Block a user