docs: change CLAUDE.md
This commit is contained in:
parent
6cc1748c51
commit
a27985e10d
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ nix-shell -p sops --run 'sops hosts/<hostname>/secrets.yaml'
|
|||
### Deployment
|
||||
The Git runner handles deployment automatically when changes merge to main. A successful `./scripts/test-configuration <host>` dry-build is the gate before pushing.
|
||||
|
||||
### Host Access
|
||||
When connecting to a host via SSH or any network tool, always use the fully-qualified `<hostname>.cloonar.com` form (e.g. `web-arm.cloonar.com`, `mail.cloonar.com`). Bare hostnames do not resolve.
|
||||
|
||||
## Custom Packages
|
||||
|
||||
When creating a new package in `utils/pkgs/`, always include an `update.sh` script to automate version updates. See `utils/pkgs/claude-code/update.sh` for the pattern:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue