The previous CI workflow was removed, leaving the agents repo with no CI.
This restores markdownlint-based CI with a config that disables rules
incompatible with agent prompt files (bare URLs, inline HTML, emphasis
headings). Uses ARC runners and actions/checkout@v6.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Agent memory files can contain secrets (API keys, credentials, infra
details). These must not be committed to git. Memory persists on the
pod's persistent volume. Git is for board-authored config only.
- Added life/ and memory/ back to .gitignore
- Removed git add/commit/push from CEO heartbeat sync (pull-only now)
- Removed auto-merge workflow (no longer needed)
Co-Authored-By: Paperclip <noreply@paperclip.ing>
CEO commits memory/runtime updates to agent-sync branch instead of main.
GitHub Actions workflow auto-merges agent-sync into main on push.
Co-Authored-By: Paperclip <noreply@paperclip.ing>