directlx-claude-config/CLAUDE.md

23 lines
1016 B
Markdown

# Global Claude Configuration
## Git Hosting
- Using **Gitea** for Git hosting (not GitHub/GitLab)
- Use `gh` CLI alternatives or direct git commands where appropriate
- CI/CD workflows use `.gitea/workflows/` directory
## Docker Registry
- Docker registry URL: **192.168.200.200:5000**
- All HiveOps repositories use this registry for image storage
- This applies to all `.env` files, build scripts, and documentation
## Project Memory
- Every project Claude is run under must have a memory folder created at the start of the session
- Memory path: `~/.claude/projects/{project-path-slug}/memory/MEMORY.md`
- If the memory folder/file does not exist, create it before doing any work
- Save key architectural decisions, file locations, bugs fixed, workflows, and user preferences
## Claude Config Repo
- `~/.claude` is symlinked to `/source/directlx-claude-config`
- Gitea repo: `http://192.168.200.102/directlx/directlx-claude-config.git`
- Commit and push after significant config or memory changes for backup