Persistent agent memories now live in memory/ in this repo; the Claude auto-memory path is symlinked here so future memories land in the repo and get committed like any other change.
930 B
930 B
name, description, metadata
| name | description | metadata | ||||||
|---|---|---|---|---|---|---|---|---|
| push-commits-to-remote | Operator wants every commit pushed to git.autonomic.zone right after it's made |
|
In the cc-ci orchestrator repo (/srv/cc-ci-orch), push to origin (git.autonomic.zone/recipe-maintainers/cc-ci-orchestrator) immediately after committing — don't leave commits sitting locally waiting to be asked.
Why: the operator treats the remote as the source of truth / backup; local-only commits are a loss risk on this autonomous box.
How to apply: after any git commit here, run git push origin main (or the current branch) in the same turn. The remote is already credentialed in the URL. Mind the orchestrator-host-hetzner git-identity gotcha (commit as autonomic-bot). This standing preference replaces the default "commit/push only when asked" for this repo.