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.
15 lines
930 B
Markdown
15 lines
930 B
Markdown
---
|
|
name: push-commits-to-remote
|
|
description: "Operator wants every commit pushed to git.autonomic.zone right after it's made"
|
|
metadata:
|
|
node_type: memory
|
|
type: feedback
|
|
originSessionId: 7b5366a6-263c-421b-be7d-9f888067336b
|
|
---
|
|
|
|
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.
|