Reorganize documentation into docs/ folder structure

Move documentation files into organized folder structure:
- docs/ai/ - Documentation generated by development tools
- docs/human/ - Manual notes and testing documentation

Files moved:
- PHASE1_COMPLETE.md -> docs/ai/PHASE1_COMPLETE.md
- ROADMAP.md -> docs/ai/ROADMAP.md
This commit is contained in:
2025-11-14 00:09:54 -06:00
parent 986c0d3d17
commit b4360487b9
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Install dependencies
pip install -r requirements-web.txt
# Initialize database
python3 init_db.py --password yourpassword
# Run Flask app
python3 -m web.app
# Test Settings API
curl http://localhost:5000/api/settings/health