docs(readme): update file count, line count, and version history accuracy

Corrections:
- File count: 22 → 23 files (actual count verified)
- Line count: ~6,200 → ~5,600 lines (verified with wc -l)
- Version history: Listed all 6 specialties explicitly (itil, devops, prompt-engineering, data-analysis, sccm, TEMPLATE)
- Added LEGACY.md to full documentation list

All metrics now reflect actual v6 system state.
This commit is contained in:
nathan 2026-04-19 14:38:05 -04:00
parent 1b87328166
commit 4bbc54c636
31 changed files with 3 additions and 4 deletions

View File

@ -386,7 +386,7 @@ v6/
└── example.ToT-Prompting.md └── example.ToT-Prompting.md
``` ```
**Total**: 22 files, ~6,200 lines, fully modular **Total**: 23 files, ~5,600 lines, fully modular
--- ---
@ -463,11 +463,10 @@ Want to contribute a specialty or improve existing modules?
**Changes**: **Changes**:
- ✅ Created 3-layer system (Core → Skills → Specialties) - ✅ Created 3-layer system (Core → Skills → Specialties)
- ✅ Extracted 5 domain specialties from v5 monolith - ✅ Created 6 specialties (itil, devops, prompt-engineering, data-analysis, sccm, TEMPLATE)
- ✅ Added specialty.TEMPLATE for custom domains
- ✅ Zero environment coupling achieved - ✅ Zero environment coupling achieved
- ✅ Multi-specialty composition support - ✅ Multi-specialty composition support
- ✅ Full documentation (ARCHITECTURE.md, README.md) - ✅ Full documentation (ARCHITECTURE.md, README.md, LEGACY.md)
**Migration**: v4/v5 → v6 (see Migration section above) **Migration**: v4/v5 → v6 (see Migration section above)