Documentation Structure:
- Created docs/features/ for all feature documentation
- Moved CONTEXTUAL_RESPONSE_FEATURE.md, DEMO_SESSION.md, FIXES_SUMMARY.md, PROMPT_IMPROVEMENTS.md to docs/features/
- Moved TESTING_GUIDE.md and TEST_RESULTS.md to docs/development/
- Created comprehensive docs/features/README.md with feature catalog
Cleanup:
- Removed outdated CURRENT_STATUS.md and SESSION_SUMMARY.md
- Removed duplicate files in docs/development/
- Consolidated scattered documentation
Main README Updates:
- Reorganized key features into categories (Core, AI, Technical)
- Added Demo Session section with quick-access info
- Updated Quick Start section with bash start.sh instructions
- Added direct links to feature documentation
Documentation Hub Updates:
- Updated docs/README.md with new structure
- Added features section at top
- Added current status (v0.2.0)
- Added documentation map visualization
- Better quick links for different user types
New Files:
- CHANGELOG.md - Version history following Keep a Changelog format
- docs/features/README.md - Complete feature catalog and index
Result: Clean, organized documentation structure with clear navigation
Features:
- Context-aware response generator for storyteller
- Select multiple characters to include in context
- Generate scene descriptions or individual responses
- Individual responses auto-parsed and sent to each character
- Improved prompt with explicit [CharacterName] format
- Smart context building with character profiles and history
- Demo session auto-creation on startup
- Pre-configured 'The Cursed Tavern' adventure
- Two characters: Bargin (Dwarf Warrior) and Willow (Elf Ranger)
- Quick-access buttons on home page
- Eliminates need to recreate test data
- Session ID copy button for easy sharing
Bug Fixes:
- Fixed character chat history showing only most recent message
- CharacterView now handles both 'storyteller_response' and 'new_message'
- Fixed all Pydantic deprecation warnings
- Replaced .dict() with .model_dump() (9 instances)
- Fixed WebSocket manager reference in contextual responses
UI Improvements:
- Beautiful demo section with gradient styling
- Format help text for individual responses
- Improved messaging and confirmations
Documentation:
- CONTEXTUAL_RESPONSE_FEATURE.md - Complete feature documentation
- DEMO_SESSION.md - Demo session guide
- FIXES_SUMMARY.md - Bug fix summary
- PROMPT_IMPROVEMENTS.md - Prompt engineering details