Clean and organize project structure

Major reorganization:
- Created scripts/ directory for all utility scripts
- Created config/ directory for configuration files
- Moved all test files to tests/ directory
- Updated all script paths to work with new structure
- Updated README.md with new project structure diagram

New structure:
├── src/          # Source code (API + MCP)
├── scripts/      # Utility scripts (start-*.sh, docs_server.py, etc.)
├── tests/        # All test files and debug utilities
├── config/       # Configuration files (JSON, Caddy config)
├── docs/         # Documentation website
└── logs/         # Log files

All scripts updated to use relative paths from project root.
Documentation updated with new folder structure.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Docker Config Backup
2025-07-17 14:11:08 +02:00
parent b74c7d79ca
commit f0db3e5546
25 changed files with 209 additions and 383 deletions

View File

@@ -0,0 +1,10 @@
{
"matrix_homeserver": "https://matrix.klas.chat",
"claude_user_id": "@claude:matrix.klas.chat",
"claude_access_token": "syt_Y2xhdWRl_CoBgPoHbtMOxhvOUcMnz_2WRPZJ",
"home_assistant_room_id": "!xZkScMybPseErYMJDz:matrix.klas.chat",
"credentials": {
"username": "claude",
"password": "claude_assistant_2025"
}
}