Commit Graph

7 Commits

Author SHA1 Message Date
Hugh Hackman 28b0e7433e fix: restore CI workflow with markdownlint config
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>
2026-03-20 02:04:35 +00:00
Chris Farhood d8d9d23a55 Revert memory commit/push — gitignore life/ and memory/ instead
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>
2026-03-18 14:43:00 -04:00
Chris Farhood 91fc311ee0 fix: use hosted runners for auto-merge (no special tooling needed)
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-18 14:37:21 -04:00
Chris Farhood 9fd9fadc0a fix: use ARC self-hosted runners for auto-merge workflow
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-18 14:36:35 -04:00
Chris Farhood aef34e2461 Add auto-merge workflow for agent-sync branch and stop pushing to main
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>
2026-03-18 14:33:27 -04:00
Chris Farhood c71b59df64 Delete .github/workflows/ci.yaml 2026-03-14 22:18:34 -04:00
hugh-hackman[bot] c0186224d8 ci: add markdown linting workflow (#16)
* ci: add markdown linting workflow

* fix: disable MD025 for frontmatter and H1 compatibility

---------

Co-authored-by: gandalf-the-greybeard[bot] <gandalf-the-greybeard[bot]@users.noreply.github.com>
2026-03-11 01:57:37 +00:00