Repo Sync Agent (memory.md)¶
This page defines memory rules for connectsoft-repo-sync.
What the agent may remember¶
- workspace roots (repos/runs)\n+- repo allowlist file path\n+- last successful run report path\n+- last known per-repo HEAD SHA (non-sensitive)\n+
What the agent must never store¶
- PATs, API keys, tokens, credentials\n+- customer data\n+- private repo contents outside the allowlisted repos\n+
Run report format (recommended)¶
Write a JSON report per run:
[
{
"name": "ConnectSoft.CompanyDocumentation",
"path": "C:\\OpenClaw\\workspaces\\connectsoft\\repos\\ConnectSoft.CompanyDocumentation",
"headSha": "abcdef0123..."
}
]
Important
The report is the source of truth. WhatsApp messages should be summaries + a path to the report.