- memory/ now lives in the repo and is git-tracked; the harness memory path (~/.claude/.../memory) is a symlink to it so writes still land here - AGENTS.md: document memory-in-repo, always-commit-and-push, operator-driven (no sweep), and the one-directional rule Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
832 B
832 B
name, description, metadata
| name | description | metadata | ||||||
|---|---|---|---|---|---|---|---|---|
| git-identity-local | Where PO git push credentials/identity for git.autonomic.zone come from |
|
Pushing the PO repo to its remote on git.autonomic.zone works (verified 2026-06-14). The credentials/info needed to push to git.autonomic.zone live in the active (live) cc-ci project — per fleet.toml, that project's secrets are at /srv/cc-ci/.testenv (live cc-ci runs under /srv/cc-ci/cc-ci-plan/agents.py). If a push ever fails on auth, source/check there rather than re-inventing creds.
Git author identity was not set globally in this environment; it was set locally on the PO repo: user.email "mfowler.email@protonmail.com", user.name "mfowler". Related: always-commit-and-push.