Commit Graph

5 Commits

Author SHA1 Message Date
Git Admin 162dc19b95 🎯 Add workspace rules & cleanup home directory
- Added workspace rules to CLAUDE.md (permanent memory)
  * Never use /home/bam/ for project files
  * Always use /home/bam/claude/mvp-factory/ for all work
  * Ask permission before home directory access

- Updated .claude/settings.local.json with workspace rules

- Moved 29+ test scripts from /home/bam/ to project test-scripts/
  * OpenHands wrapper scripts
  * Python test/diagnostic scripts
  * Build and test utilities

- Deleted 90+ duplicate/outdated files from /home_bam/
  * Test scripts (.sh, .py, .js)
  * Configuration files (.json, .yml)
  * Documentation duplicates
  * Log files

 Home directory clean - all project files organized in project dir

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 09:06:58 +00:00
Git Admin 89feb85400 new hybrid apprach 2025-12-02 22:16:06 +00:00
Git Admin 89d597880e phase 3 files 2025-12-02 19:59:57 +00:00
Git Admin be93c60d15 final and working phase 3 2025-12-01 21:58:08 +00:00
Git Admin 188f1426a8 Clean repository - keep only essential files for webhook integration
- openhands-sdk-wrapper-sh.sh: SDK wrapper script
- openhands-gitea-webhook-workflow.json: Webhook workflow
- openhands-sdk-n8n-CLEAN.json: Clean SDK workflow
- openhands.env: API keys (MiniMax, DeepSeek, OpenAI)
- CLAUDE.md: Project documentation
- OPENHANDS_SDK_SETUP.md: SDK setup guide
- gitea-webhook-setup-guide.md: Webhook integration guide
- n8n-workflow-setup-guide.md: n8n configuration guide
2025-12-01 15:29:29 +00:00