18 lines
783 B
Markdown
18 lines
783 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
|