Initial commit: framework-translator skill (LLM-native approach)
- SKILL.md: Istruzioni complete per LLM (Fasi 1-5) - references/mapping_patterns.md: 13 pattern di trasformazione - references/skill_template.md: Template standardizzato SKILL.md - scripts/: 3 script meccanici bash (scan, structure, packaging) - PIANO_SVILUPPO.md: Piano di sviluppo originale (documentazione) Approccio: LLM-native con script minimali per operazioni meccaniche. Token usage stimato: ~35-65K per framework. Vantaggi: comprensione semantica, adattabilità, manutenzione semplice.
This commit is contained in:
commit
c40ddf4b59
9 changed files with 3344 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Output generati
|
||||
output/
|
||||
test-output/
|
||||
*.json
|
||||
!package.json
|
||||
|
||||
# File temporanei
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# Directory di sistema
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Script archiviati (opzionale, tienili fuori dal repo principale)
|
||||
scripts-archive/
|
||||
|
||||
# Log
|
||||
*.log
|
||||
logs/
|
||||
Loading…
Add table
Add a link
Reference in a new issue