Commit Graph

2 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 c8f04b66c2 Update: SDK approach, n8n API docs, and test scripts
Major updates:
 Removed outdated OpenHands API server content from CLAUDE.md
 Added comprehensive OpenHands SDK approach documentation
 Added complete n8n API documentation with 11+ operations
 Documented API key locations (/home/bam/.n8n_api_key, /home/bam/openhands/.env)
 Created test-scripts/ directory with SDK wrappers and build tests
 Added README.md for test-scripts with usage examples
 Updated project status to 'COMPLETE & PRODUCTION READY'

New test scripts:
- SDK wrappers: openhands-sdk-wrapper-sh.sh, .py, -fixed.py
- Build tests: build_test.sh, advanced_build_test.sh, build-test-complete.sh
- Diagnostics: check_environment.sh, diagnose.sh, explore.sh

All documentation now reflects SDK approach (CLI via SSH) instead of server API approach
2025-12-02 09:02:11 +00:00