docs: remove external project references from documentation

Cleaned up public documentation to remove references to external projects (Workshop). Documentation should be project-agnostic and professional.

Changes:
- docs/guides/import-progress-examples.md: Changed "Workshop team problem SOLVED" to "Problem SOLVED"
- docs/guides/standard-import-progress.md: Changed "Workshop team (and any developer)" to "Developers"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
David Snelling 2025-11-14 16:11:37 -08:00
parent 9a8b7a6cd4
commit ccd6c541ad
2 changed files with 2 additions and 2 deletions

View file

@ -361,7 +361,7 @@ await brain.import(buffer, {
**Real-time updates** during long imports (no more "0%" hangs)
**Contextual messages** show exactly what's happening
**Build reliable tools** with standardized progress callbacks
**Workshop team problem SOLVED** - users see progress throughout import
**Problem SOLVED** - users see progress throughout import
**Files Modified:**
- 3 handlers: `csvHandler.ts`, `pdfHandler.ts`, `excelHandler.ts`