chore(po): track memory in-repo + add AGENTS.md conventions

- 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>
This commit is contained in:
2026-06-14 15:08:08 +00:00
parent 0456837444
commit 170a3e35cd
5 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
name: git-identity-local
description: Where PO git push credentials/identity for git.autonomic.zone come from
metadata:
node_type: memory
type: reference
originSessionId: 7ed8744a-1e31-4832-8cdc-3b726ab41f9a
---
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]].