4 Commits

Author SHA1 Message Date
Houzhong Xu
cef3ab7534 Remove backup directory and improve gitignore
- Delete backups/ directory (use git for version control)
- Add backup file patterns to .gitignore
- Git is the best backup strategy
2025-10-09 06:19:17 +00:00
Houzhong Xu
f8532b8306 Ignore symbolic link file
- Add mcp_shared_config.json to .gitignore
- Remove symbolic link from git tracking
2025-10-09 06:16:42 +00:00
Houzhong Xu
5a56e4b84e Ignore code editor configuration directories
- Add .codebuddy/ and .kilocode/ to .gitignore
- Remove editor config files from git tracking
2025-10-09 06:15:32 +00:00
Houzhong Xu
89ee6f7967 Clean repository: organized structure and GitOps setup
- Organized root directory structure
- Moved orphan files to proper locations
- Updated .gitignore to ignore temporary files
- Set up Gitea Runner for GitOps automation
- Fixed Tailscale access issues
- Added workflow for automated Nomad deployment
2025-10-09 06:13:45 +00:00