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,14 @@
---
name: always-commit-and-push
description: Operator wants every change to the PO repo committed and pushed automatically
metadata:
node_type: memory
type: feedback
originSessionId: 7ed8744a-1e31-4832-8cdc-3b726ab41f9a
---
Whenever I make changes in the project-orchestrator repo, always commit AND push them (to `origin main`) without waiting to be asked.
**Why:** the operator stated this as a standing rule on 2026-06-14; they don't want to prompt for it each time.
**How to apply:** after any edit to this repo, `git add -A && git commit && git push origin main`. Git identity was not configured globally — set locally if needed: `user.email "mfowler.email@protonmail.com"`, `user.name "mfowler"`. Commit messages end with the Co-Authored-By trailer. This applies to the PO's own repo; project repos are driven per their own runbooks. See [[git-identity-local]].